From 87c7e98aa1a7944c0bf897ae086dde10bbbdcec3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 3 Jun 2024 09:17:05 +0200 Subject: [PATCH] package/ebtables: switch to https:// For consistency, adapt the reference in the hash file too. Signed-off-by: Peter Korsgaard [yann.morin.1998@free.fr: switch to https as suggested by Baruch] Signed-off-by: Yann E. MORIN (cherry picked from commit 1efc1e7b90f2c1a831d31ecbc1f58320f60bb560) Signed-off-by: Peter Korsgaard --- 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