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 BEA0D15808B for ; Sun, 20 Mar 2022 21:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 933F5E07C7; Sun, 20 Mar 2022 21:28:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 25A3BE07C5 for ; Sun, 20 Mar 2022 21:28:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DD319342C2F for ; Sun, 20 Mar 2022 21:28:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4669731A for ; Sun, 20 Mar 2022 21:28:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647811623.7a4d24e0336d8e24e310b44123edad15e9e23882.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/iptables/iptables-1.8.7-r1.ebuild net-firewall/iptables/iptables-1.8.7-r2.ebuild X-VCS-Directories: net-firewall/iptables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7a4d24e0336d8e24e310b44123edad15e9e23882 X-VCS-Branch: master Date: Sun, 20 Mar 2022 21:28:04 +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: 1a56852c-8e56-482c-abfa-cac5f2d1a0e2 X-Archives-Hash: 435eb54ab7fe2ff5f2542f7f229eafd0 commit: 7a4d24e0336d8e24e310b44123edad15e9e23882 Author: Sam James gentoo org> AuthorDate: Sun Mar 20 21:27:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 20 21:27:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4d24e0 net-firewall/iptables: depend on newer eselect-iptables for IPv6 fix Closes: https://bugs.gentoo.org/835613 Signed-off-by: Sam James gentoo.org> .../iptables/{iptables-1.8.7-r1.ebuild => iptables-1.8.7-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-firewall/iptables/iptables-1.8.7-r1.ebuild b/net-firewall/iptables/iptables-1.8.7-r2.ebuild similarity index 98% rename from net-firewall/iptables/iptables-1.8.7-r1.ebuild rename to net-firewall/iptables/iptables-1.8.7-r2.ebuild index 886111459d9b..18d15c8dd6fc 100644 --- a/net-firewall/iptables/iptables-1.8.7-r1.ebuild +++ b/net-firewall/iptables/iptables-1.8.7-r2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~ IUSE="conntrack netlink nftables pcap static-libs" BUILD_DEPEND=" - >=app-eselect/eselect-iptables-20200508 + >=app-eselect/eselect-iptables-20220320 " COMMON_DEPEND=" conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 ) @@ -33,7 +33,6 @@ DEPEND="${COMMON_DEPEND} >=sys-kernel/linux-headers-4.4:0 " BDEPEND="${BUILD_DEPEND} - app-eselect/eselect-iptables virtual/pkgconfig nftables? ( sys-devel/flex