From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 744AF1584AD for ; Sun, 11 May 2025 15:33:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5EDF634320E for ; Sun, 11 May 2025 15:33:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D78F71104A7; Sun, 11 May 2025 15:33:12 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D1678110497 for ; Sun, 11 May 2025 15:33:12 +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 8B0BD34316A for ; Sun, 11 May 2025 15:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 108602859 for ; Sun, 11 May 2025 15:33:10 +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: <1746977435.b744b99bbedc442bb2ddce37716586d5a0a4270b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild net-analyzer/wireshark/wireshark-4.4.2-r2.ebuild net-analyzer/wireshark/wireshark-4.4.5-r1.ebuild net-analyzer/wireshark/wireshark-4.4.5-r2.ebuild net-analyzer/wireshark/wireshark-4.4.6-r2.ebuild net-analyzer/wireshark/wireshark-4.4.6-r3.ebuild net-analyzer/wireshark/wireshark-9999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b744b99bbedc442bb2ddce37716586d5a0a4270b X-VCS-Branch: master Date: Sun, 11 May 2025 15:33:10 +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: 6eb02c9c-15f1-4756-9163-126923b52ba6 X-Archives-Hash: 6a30c2aadc61d04fbbe1d42994710f09 commit: b744b99bbedc442bb2ddce37716586d5a0a4270b Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 16:29:12 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 11 15:30:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b744b99b net-analyzer/wireshark: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> .../wireshark/{wireshark-4.4.2-r1.ebuild => wireshark-4.4.2-r2.ebuild} | 2 +- .../wireshark/{wireshark-4.4.5-r1.ebuild => wireshark-4.4.5-r2.ebuild} | 2 +- .../wireshark/{wireshark-4.4.6-r2.ebuild => wireshark-4.4.6-r3.ebuild} | 2 +- net-analyzer/wireshark/wireshark-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild b/net-analyzer/wireshark/wireshark-4.4.2-r2.ebuild similarity index 99% rename from net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild rename to net-analyzer/wireshark/wireshark-4.4.2-r2.ebuild index 5a6a17724369..bf2cf169764c 100644 --- a/net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-4.4.2-r2.ebuild @@ -57,7 +57,7 @@ RDEPEND=" http3? ( net-libs/nghttp3 ) ilbc? ( media-libs/libilbc:= ) kerberos? ( virtual/krb5 ) - libxml2? ( dev-libs/libxml2 ) + libxml2? ( dev-libs/libxml2:= ) lua? ( ${LUA_DEPS} ) lz4? ( app-arch/lz4:= ) maxminddb? ( dev-libs/libmaxminddb:= ) diff --git a/net-analyzer/wireshark/wireshark-4.4.5-r1.ebuild b/net-analyzer/wireshark/wireshark-4.4.5-r2.ebuild similarity index 99% rename from net-analyzer/wireshark/wireshark-4.4.5-r1.ebuild rename to net-analyzer/wireshark/wireshark-4.4.5-r2.ebuild index f18d49f4d352..719a212aed4c 100644 --- a/net-analyzer/wireshark/wireshark-4.4.5-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-4.4.5-r2.ebuild @@ -57,7 +57,7 @@ RDEPEND=" http3? ( net-libs/nghttp3 ) ilbc? ( media-libs/libilbc:= ) kerberos? ( virtual/krb5 ) - libxml2? ( dev-libs/libxml2 ) + libxml2? ( dev-libs/libxml2:= ) lua? ( ${LUA_DEPS} ) lz4? ( app-arch/lz4:= ) maxminddb? ( dev-libs/libmaxminddb:= ) diff --git a/net-analyzer/wireshark/wireshark-4.4.6-r2.ebuild b/net-analyzer/wireshark/wireshark-4.4.6-r3.ebuild similarity index 99% rename from net-analyzer/wireshark/wireshark-4.4.6-r2.ebuild rename to net-analyzer/wireshark/wireshark-4.4.6-r3.ebuild index 122684587be3..5ede302c3e79 100644 --- a/net-analyzer/wireshark/wireshark-4.4.6-r2.ebuild +++ b/net-analyzer/wireshark/wireshark-4.4.6-r3.ebuild @@ -57,7 +57,7 @@ RDEPEND=" http3? ( net-libs/nghttp3 ) ilbc? ( media-libs/libilbc:= ) kerberos? ( virtual/krb5 ) - libxml2? ( dev-libs/libxml2 ) + libxml2? ( dev-libs/libxml2:= ) lua? ( ${LUA_DEPS} ) lz4? ( app-arch/lz4:= ) maxminddb? ( dev-libs/libmaxminddb:= ) diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 3193a70c6df1..a33e817d94e0 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -57,7 +57,7 @@ RDEPEND=" http3? ( net-libs/nghttp3 ) ilbc? ( media-libs/libilbc:= ) kerberos? ( virtual/krb5 ) - libxml2? ( dev-libs/libxml2 ) + libxml2? ( dev-libs/libxml2:= ) lua? ( ${LUA_DEPS} ) lz4? ( app-arch/lz4:= ) maxminddb? ( dev-libs/libmaxminddb:= )