diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-08 21:09:46 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-08 21:10:36 +0300 |
commit | 9e9696afc8f295b5abd1a8bc0b1826d7ec5e54ca (patch) | |
tree | f4781b6e4464c5fc8053af4131aac213e5b238b1 /package/network/utils/nftables/Makefile | |
parent | 6b533fd4bc0501da8858c8ef5c8cd095af44e45b (diff) | |
download | upstream-9e9696afc8f295b5abd1a8bc0b1826d7ec5e54ca.tar.gz upstream-9e9696afc8f295b5abd1a8bc0b1826d7ec5e54ca.tar.bz2 upstream-9e9696afc8f295b5abd1a8bc0b1826d7ec5e54ca.zip |
treewide: switch git.netfilter.org to HTTPS
As git.netfilter.org seems to support HTTPS, use that instead of HTTP
which is insecure, or GIT which is blocked on many corporate networks.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-rw-r--r-- | package/network/utils/nftables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index b45440367d..266bd4b6ba 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=nftables PKG_VERSION:=0.7 PKG_RELEASE:=1 -PKG_SOURCE_URL:=git://git.netfilter.org/nftables +PKG_SOURCE_URL:=https://git.netfilter.org/nftables PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=79cbd19e7437680561b26109bbf4f48cb2e8e0a7 PKG_MIRROR_HASH:=6b06a114c5a1b397b0ae616d5d292859611b0eb05b647182b3c00421909338b8 |