[openwrt/openwrt] tcpdump: libpcap: Remove http://www.us.tcpdump.org mirror

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 26 15:53:50 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/18bdfc803bef00fad03f90b73b6e65c3c79cb397

commit 18bdfc803bef00fad03f90b73b6e65c3c79cb397
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Dec 26 23:38:52 2021 +0100

    tcpdump: libpcap: Remove http://www.us.tcpdump.org mirror
    
    The http://www.us.tcpdump.org mirror will go offline soon, only use the
    normal download URL.
    
    Reported-by: Denis Ovsienko <denis at ovsienko.info>
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/libs/libpcap/Makefile          | 3 +--
 package/network/utils/tcpdump/Makefile | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile
index d07c83ac6f..2e5fc07831 100644
--- a/package/libs/libpcap/Makefile
+++ b/package/libs/libpcap/Makefile
@@ -12,8 +12,7 @@ PKG_VERSION:=1.10.1
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \
-        http://www.tcpdump.org/release/
+PKG_SOURCE_URL:=http://www.tcpdump.org/release/
 PKG_HASH:=ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile
index f333cf98d2..a14fb9a1b7 100644
--- a/package/network/utils/tcpdump/Makefile
+++ b/package/network/utils/tcpdump/Makefile
@@ -12,8 +12,7 @@ PKG_VERSION:=4.9.3
 PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \
-	http://www.tcpdump.org/release/
+PKG_SOURCE_URL:=http://www.tcpdump.org/release/
 PKG_HASH:=2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>



More information about the lede-commits mailing list