mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/ebtables: switch to https://
For consistency, adapt the reference in the hash file too. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [yann.morin.1998@free.fr: switch to https as suggested by Baruch] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
a1d5e366b5
commit
1efc1e7b90
@@ -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
|
sha256 b71f654784a726329f88b412ef7b96b4e5d786ed2bd28193ed7b4c0d677dfd2a ebtables-2.0.11.tar.gz
|
||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1 COPYING
|
sha256 ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1 COPYING
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
EBTABLES_VERSION = 2.0.11
|
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 = GPL-2.0+
|
||||||
EBTABLES_LICENSE_FILES = COPYING
|
EBTABLES_LICENSE_FILES = COPYING
|
||||||
EBTABLES_CPE_ID_VENDOR = netfilter
|
EBTABLES_CPE_ID_VENDOR = netfilter
|
||||||
|
|||||||
Reference in New Issue
Block a user