commit: 63d6c70a8b387e8eae4c5cff520e3dfddd33f470 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 08:43:04 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 08:45:25 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d6c70a
net-firewall/arptables: HTTPSify, verify-sig Signed-off-by: Sam James <sam <AT> gentoo.org> net-firewall/arptables/Manifest | 1 + net-firewall/arptables/arptables-0.0.5-r2.ebuild | 15 +++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/net-firewall/arptables/Manifest b/net-firewall/arptables/Manifest index b7bdc03d93a1..48c44cf1a70a 100644 --- a/net-firewall/arptables/Manifest +++ b/net-firewall/arptables/Manifest @@ -1 +1,2 @@ DIST arptables-0.0.5.tar.gz 52247 BLAKE2B 860aac1af315f188ecb7f17956f9225c2a9ec007882d102be8edc9fecc9400928f4200e95283f0ecc27c4c3ae0b409887445ed79a330cef2e2d00444db83c01f SHA512 fe7f909b45a1bdc435a8307352fe2dc9c292bb7c6cf4a4d13cc2728f447b3da14a07a4dd6dc25b7872895e4e26561681f1fed25ce517102ae762701bcbcbf104 +DIST arptables-0.0.5.tar.gz.sig 590 BLAKE2B 6e993d990a2e127cbc94059086205961705a72836d685d6186d6984ae94b004534180c48aaf1d814f37e84552c2b1c1d5e0f42468fc14e579957b04913288f18 SHA512 241e55be102cc58d33c7a236b9d015601463ad4b41087b5a7e749cd3896b68e0b11da51344df87f2cfa1dff18c292883e2f4b082c561018de9c1b17122548b72 diff --git a/net-firewall/arptables/arptables-0.0.5-r2.ebuild b/net-firewall/arptables/arptables-0.0.5-r2.ebuild index 3eac5585e025..2d59ff04c263 100644 --- a/net-firewall/arptables/arptables-0.0.5-r2.ebuild +++ b/net-firewall/arptables/arptables-0.0.5-r2.ebuild @@ -1,19 +1,26 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc +inherit toolchain-funcs verify-sig DESCRIPTION="Set up, maintain, and inspect the tables of ARP rules in the Linux kernel" HOMEPAGE="https://ebtables.netfilter.org" -SRC_URI="ftp://ftp.netfilter.org/pub/${PN}/${P}.tar.gz" +SRC_URI=" + https://ftp.netfilter.org/pub/${PN}/${P}.tar.gz + verify-sig? ( https://ftp.netfilter.org/pub/${PN}/${P}.tar.gz.sig ) +" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" -BDEPEND=">=app-eselect/eselect-iptables-20211203" +BDEPEND=" + >=app-eselect/eselect-iptables-20211203 + verify-sig? ( sec-keys/openpgp-keys-netfilter ) +" RDEPEND="${BDEPEND}" src_compile() {
