tcpdump: libpcap: Remove http://www.us.tcpdump.org mirror
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 26 Dec 2021 22:38:52 +0000 (23:38 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Wed, 29 Dec 2021 22:45:37 +0000 (23:45 +0100)
The http://www.us.tcpdump.org mirror will go offline soon, only use the
normal download URL.

Reported-by: Denis Ovsienko <denis@ovsienko.info>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 18bdfc803bef00fad03f90b73b6e65c3c79cb397)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[rebased for OpenWrt 21.02 branch]

package/libs/libpcap/Makefile
package/network/utils/tcpdump/Makefile

index 8586300d75a0c4a36809962dbd9d3bdb6d7c9ba6..ea82536e9d5430e27592398633fa2ac6ae58f99c 100644 (file)
@@ -12,8 +12,7 @@ PKG_VERSION:=1.9.1
 PKG_RELEASE:=3.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_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
index f333cf98d2aad8df43772f87c59acd285817ae64..a14fb9a1b7c02cab773ca8402fbe4f107f07c4f5 100644 (file)
@@ -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@nbd.name>