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>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=arptables
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=git://git.netfilter.org/arptables
|
||||
PKG_SOURCE_URL:=https://git.netfilter.org/arptables
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2015-05-20
|
||||
PKG_SOURCE_VERSION:=f4ab8f63f11a72f14687a6646d04ae1bae3fa45f
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user