summaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap
diff options
context:
space:
mode:
authorDaniel Cousens <github@dcousens.com>2022-09-30 10:13:46 +1000
committerChristian Marangi <ansuelsmth@gmail.com>2022-10-05 17:37:07 +0200
commit3bd04767badd215bf4d005f0b997b2cee5b2d8c3 (patch)
tree25f0e146f5006b65d3f18c88541bf3fd497465ad /package/libs/libpcap
parentdc51342d34c267d6dc8c69d72979cab394f49d4b (diff)
downloadopenwrt-3bd04767badd215bf4d005f0b997b2cee5b2d8c3.tar.gz
openwrt-3bd04767badd215bf4d005f0b997b2cee5b2d8c3.tar.bz2
openwrt-3bd04767badd215bf4d005f0b997b2cee5b2d8c3.zip
build: prefer HTTPS if available (for packages)
Changes PKG_SOURCE_URL's for arptables, bsdiff, dnsmasq, fortify-headers, ipset, ipset-dns, libaudit, libpcap, libressl, lua, lua5.3, tcpdump and valgrind, to HTTPS Signed-off-by: Daniel Cousens <github@dcousens.com>
Diffstat (limited to 'package/libs/libpcap')
-rw-r--r--package/libs/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile
index d5d9436994..a94a707648 100644
--- a/package/libs/libpcap/Makefile
+++ b/package/libs/libpcap/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=1.10.1
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.tcpdump.org/release/
+PKG_SOURCE_URL:=https://www.tcpdump.org/release/
PKG_HASH:=ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>