[Buildroot] [git commit] package/ebtables: switch to https://
Yann E. MORIN
yann.morin.1998 at free.fr
Mon Jun 3 08:54:57 UTC 2024
commit: https://git.buildroot.net/buildroot/commit/?id=1efc1e7b90f2c1a831d31ecbc1f58320f60bb560
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
For consistency, adapt the reference in the hash file too.
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
[yann.morin.1998 at free.fr: switch to https as suggested by Baruch]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
package/ebtables/ebtables.hash | 2 +-
package/ebtables/ebtables.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/ebtables/ebtables.hash b/package/ebtables/ebtables.hash
index 98106b0d60..c09403b63b 100644
--- a/package/ebtables/ebtables.hash
+++ b/package/ebtables/ebtables.hash
@@ -1,4 +1,4 @@
-# ftp://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
+# https://netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
sha256 b71f654784a726329f88b412ef7b96b4e5d786ed2bd28193ed7b4c0d677dfd2a ebtables-2.0.11.tar.gz
# Locally computed
sha256 ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1 COPYING
diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk
index 2f9dd5ac4b..46c22dde9b 100644
--- a/package/ebtables/ebtables.mk
+++ b/package/ebtables/ebtables.mk
@@ -5,7 +5,7 @@
################################################################################
EBTABLES_VERSION = 2.0.11
-EBTABLES_SITE = http://ftp.netfilter.org/pub/ebtables
+EBTABLES_SITE = https://netfilter.org/pub/ebtables
EBTABLES_LICENSE = GPL-2.0+
EBTABLES_LICENSE_FILES = COPYING
EBTABLES_CPE_ID_VENDOR = netfilter
More information about the buildroot
mailing list