commit: e4405602d296b2ae0cfd611f25182627ae50b539
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 08:36:55 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 08:45:24 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4405602
net-firewall/ebtables: HTTPSify
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-firewall/ebtables/ebtables-2.0.11-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild
b/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild
index 21b871f38e9d..17ffd4bb422d 100644
--- a/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild
+++ b/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -10,7 +10,7 @@ MY_P="${PN}-${MY_PV}"
DESCRIPTION="Controls Ethernet frame filtering on a Linux bridge, MAC NAT and
brouting"
HOMEPAGE="https://ebtables.netfilter.org/"
-SRC_URI="http://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz"
+SRC_URI="https://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"