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/ebtables | |
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/ebtables')
-rw-r--r-- | package/network/utils/ebtables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ebtables/Makefile b/package/network/utils/ebtables/Makefile index da7b7416af..7a3a82569d 100644 --- a/package/network/utils/ebtables/Makefile +++ b/package/network/utils/ebtables/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=ebtables PKG_SOURCE_DATE:=2015-10-28 PKG_RELEASE:=1 -PKG_SOURCE_URL:=git://git.netfilter.org/ebtables +PKG_SOURCE_URL:=https://git.netfilter.org/ebtables PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=4c3e5cd3dbae3ea773e9dcca7cf019b2713af70d PKG_MIRROR_HASH:=997a877da02d6e2141e6d31c5d4dd005737facecfdbea07308c0e1286db8591c |