diff options
author | Daniel Cousens <github@dcousens.com> | 2022-09-30 10:13:46 +1000 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-05 17:37:07 +0200 |
commit | 3bd04767badd215bf4d005f0b997b2cee5b2d8c3 (patch) | |
tree | 25f0e146f5006b65d3f18c88541bf3fd497465ad /package/network/utils/ipset | |
parent | dc51342d34c267d6dc8c69d72979cab394f49d4b (diff) | |
download | upstream-3bd04767badd215bf4d005f0b997b2cee5b2d8c3.tar.gz upstream-3bd04767badd215bf4d005f0b997b2cee5b2d8c3.tar.bz2 upstream-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/network/utils/ipset')
-rw-r--r-- | package/network/utils/ipset/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index 65133d105c..f6ec5cf679 100644 --- a/package/network/utils/ipset/Makefile +++ b/package/network/utils/ipset/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=7.15 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://ipset.netfilter.org +PKG_SOURCE_URL:=https://ipset.netfilter.org PKG_HASH:=0a5545aaadb640142c1f888d366a78ddf8724799967fa20686a70053bd621751 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> |