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

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 13 08:56:56 PST 2022


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/bfa4cccd46c3f2c38cb48db27b381035e003a3b8

commit bfa4cccd46c3f2c38cb48db27b381035e003a3b8
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>
    (cherry picked from commit 18bdfc803bef00fad03f90b73b6e65c3c79cb397)
    Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
    [rebased for OpenWrt 21.02 branch]
    (cherry picked from commit 4dddb7ca3669e93d4da2b1ca43b8bc22bd007e48)
---
 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 c42fa86cdd..91519ccc1f 100644
--- a/package/libs/libpcap/Makefile
+++ b/package/libs/libpcap/Makefile
@@ -12,8 +12,7 @@ PKG_VERSION:=1.9.1
 PKG_RELEASE:=2.1
 
 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:=635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094
 PKG_FIXUP:=patch-libtool
 
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile
index 7fff2f5a8a..b88671a915 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_BUILD_PARALLEL:=1



More information about the lede-commits mailing list