From bf48d6d37c13162f2a1f69c7477e0e9c93ece3f2 Mon Sep 17 00:00:00 2001 From: Matthias Lange Date: Thu, 26 Feb 2026 14:57:59 +0100 Subject: [PATCH 1/2] net::tcpdump: bump to version 4.99.6 The older tcpdump 4.9.3 doesn't build anymore with gcc >= 14 because of a failing configure test. This test is fixed in the current version. Signed-off-by: Matthias Lange --- recipes/net/tcpdump.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/net/tcpdump.yaml b/recipes/net/tcpdump.yaml index 504c7a25..43a629c3 100644 --- a/recipes/net/tcpdump.yaml +++ b/recipes/net/tcpdump.yaml @@ -1,7 +1,7 @@ inherit: [autotools] metaEnvironment: - PKG_VERSION: "4.9.3" + PKG_VERSION: "4.99.6" PKG_LICENSE: "BSD-3-CLAUSE" depends: @@ -12,8 +12,8 @@ depends: checkoutSCM: scm: url - url: https://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz - digestSHA1: 59b309f3620ac4b709de2eaf7bf3a83bf04bc048 + url: https://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.xz + digestSHA256: 40a8cefd45f0d2a06827e6658efb830d484868c449ad80f7efb33516af44f3da stripComponents: 1 buildScript: | From 1ef074d6225b203682aa7c3b3d33dfe66d0d6d5f Mon Sep 17 00:00:00 2001 From: Matthias Lange Date: Thu, 26 Feb 2026 14:58:56 +0100 Subject: [PATCH 2/2] libs::libpcap: update to version 1.10.6 tcpdump >= 4.99.6 requires libpcap in version >= 1.10.5 Signed-off-by: Matthias Lange --- recipes/libs/libpcap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/libs/libpcap.yaml b/recipes/libs/libpcap.yaml index 9e56ff0f..2e03f277 100644 --- a/recipes/libs/libpcap.yaml +++ b/recipes/libs/libpcap.yaml @@ -1,13 +1,13 @@ inherit: [autotools] metaEnvironment: - PKG_VERSION: "1.9.1" + PKG_VERSION: "1.10.6" PKG_LICENSE: "BSD-3-Clause" checkoutSCM: scm: url - url: https://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.gz - digestSHA1: 04d6e619defad5bb17af15f6d2304e79b649786c + url: https://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.xz + digestSHA256: ec97d1206bdd19cb6bdd043eaa9f0037aa732262ec68e070fd7c7b5f834d5dfc stripComponents: 1 buildTools: [flex, bison, m4]