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 79312158041 for ; Sat, 16 Mar 2024 12:13:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A0C1E2A13; Sat, 16 Mar 2024 12:13:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77AB9E2A13 for ; Sat, 16 Mar 2024 12:13:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6ABFA335DCC for ; Sat, 16 Mar 2024 12:13:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BE8D151C for ; Sat, 16 Mar 2024 12:13:46 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1710591204.1faf16f1d4692af480bbf82d7a6e462dc5179546.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/iptables/files/iptables-1.8.2-link.patch X-VCS-Directories: net-firewall/iptables/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1faf16f1d4692af480bbf82d7a6e462dc5179546 X-VCS-Branch: master Date: Sat, 16 Mar 2024 12:13:46 +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: dc4899e3-2872-4ea6-a26d-a68350f11f15 X-Archives-Hash: 7728ef8575f0405e7d282c61c2d5cee6 commit: 1faf16f1d4692af480bbf82d7a6e462dc5179546 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Feb 25 15:43:41 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 16 12:13:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1faf16f1 net-firewall/iptables: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../iptables/files/iptables-1.8.2-link.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/net-firewall/iptables/files/iptables-1.8.2-link.patch b/net-firewall/iptables/files/iptables-1.8.2-link.patch deleted file mode 100644 index c20f2e54b804..000000000000 --- a/net-firewall/iptables/files/iptables-1.8.2-link.patch +++ /dev/null @@ -1,24 +0,0 @@ -From ee4fc7c558d9eb9c37035250046d4eac9af3fa28 Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping -Date: Thu, 27 Dec 2018 23:47:33 +0100 -Subject: [PATCH] Fix link errors for USE="conntrack static-libs" (bug #586106) - ---- - iptables/Makefile.am | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/iptables/Makefile.am b/iptables/Makefile.am -index 581dc32..2c3db86 100644 ---- a/iptables/Makefile.am -+++ b/iptables/Makefile.am -@@ -26,6 +26,7 @@ xtables_legacy_multi_LDADD += ../libiptc/libip6tc.la ../extensions/libext6.a - endif - xtables_legacy_multi_SOURCES += xshared.c - xtables_legacy_multi_LDADD += ../libxtables/libxtables.la -lm -+xtables_legacy_multi_LDADD += ${libnetfilter_conntrack_LIBS} - - # iptables using nf_tables api - if ENABLE_NFTABLES --- -2.19.1 -