aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libaudit/Makefile
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/libaudit/Makefile
parentdc51342d34c267d6dc8c69d72979cab394f49d4b (diff)
downloadupstream-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/libs/libaudit/Makefile')
-rw-r--r--package/libs/libaudit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libaudit/Makefile b/package/libs/libaudit/Makefile
index d0cca1350a..13263c7deb 100644
--- a/package/libs/libaudit/Makefile
+++ b/package/libs/libaudit/Makefile
@@ -11,7 +11,7 @@ PKG_RELEASE:=1
PKG_SOURCE_NAME:=audit
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://people.redhat.com/sgrubb/audit
+PKG_SOURCE_URL:=https://people.redhat.com/sgrubb/audit
PKG_HASH:=0e5d4103646e00f8d1981e1cd2faea7a2ae28e854c31a803e907a383c5e2ecb7
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)