From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68A92158099 for ; Mon, 20 Nov 2023 20:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893472BC069; Mon, 20 Nov 2023 20:37:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 715CC2BC069 for ; Mon, 20 Nov 2023 20:37:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABFC8335D55 for ; Mon, 20 Nov 2023 20:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3CB513A7 for ; Mon, 20 Nov 2023 20:37:55 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700512669.fa38aa82249bfcce192c1acac0db4906b287596c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/arptables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/arptables/arptables-0.0.5-r2.ebuild X-VCS-Directories: net-firewall/arptables/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fa38aa82249bfcce192c1acac0db4906b287596c X-VCS-Branch: master Date: Mon, 20 Nov 2023 20:37:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c370ab4-a05a-4b39-96dc-14352f3036d2 X-Archives-Hash: 991d98967cfce86f20a17ec94a7648f5 commit: fa38aa82249bfcce192c1acac0db4906b287596c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Oct 29 12:33:35 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 20 20:37:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa38aa82 net-firewall/arptables: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> net-firewall/arptables/arptables-0.0.5-r2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-firewall/arptables/arptables-0.0.5-r2.ebuild b/net-firewall/arptables/arptables-0.0.5-r2.ebuild index fee032c21db6..3eac5585e025 100644 --- a/net-firewall/arptables/arptables-0.0.5-r2.ebuild +++ b/net-firewall/arptables/arptables-0.0.5-r2.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="set up, maintain, and inspect the tables of ARP rules in the Linux kernel" -HOMEPAGE="http://ebtables.sourceforge.net/" +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" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" BDEPEND=">=app-eselect/eselect-iptables-20211203" RDEPEND="${BDEPEND}"