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 /toolchain/fortify-headers | |
parent | dc51342d34c267d6dc8c69d72979cab394f49d4b (diff) | |
download | openwrt-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 'toolchain/fortify-headers')
-rw-r--r-- | toolchain/fortify-headers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/fortify-headers/Makefile b/toolchain/fortify-headers/Makefile index a6151bb2f1..904a10066c 100644 --- a/toolchain/fortify-headers/Makefile +++ b/toolchain/fortify-headers/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=fortify-headers PKG_VERSION:=1.1 PKG_RELEASE=1 -PKG_SOURCE_URL:=http://dl.2f30.org/releases +PKG_SOURCE_URL:=https://dl.2f30.org/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_HASH:=6ba5d860a2d2ba4c3346924b93930c34856eafe148bdbdf271ecab8065201fb6 |