From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 21 Sep 2026 08:39:29 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x8XgX-004afR-0z for lore@lore.pengutronix.de; Mon, 21 Sep 2026 08:39:29 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8XgW-0004rD-1t; Mon, 21 Sep 2026 08:39:28 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8Xfo-0001cK-F6 for ptxdist@pengutronix.de; Mon, 21 Sep 2026 08:38:44 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 6325E2002AF; Mon, 21 Sep 2026 08:38:44 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x8Xfo-00215R-12; Mon, 21 Sep 2026 08:38:44 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x8Xfo-0000000DIY0-14tX; Mon, 21 Sep 2026 08:38:44 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 21 Sep 2026 08:38:44 +0200 Message-ID: <20260921063844.3169554-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260918203901.4103508-1-christian.melki@t2data.com> References: <20260918203901.4103508-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libpcap: Version bump. 1.10.7 -> 1.11.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 1e5203f1b6dce7831017e7a77855c935bf0751cb. Michael [sent from post-receive hook] On Mon, 21 Sep 2026 08:38:44 +0200, Christian Melki wrote: > Hot on the heels of the last release with a bunch of changes. > https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.11.0/CHANGES > > * Fix options. Some gone. IPV6 is no longer a selectable option. > > * Forward patchset, adjusted for offsets. > > Signed-off-by: Christian Melki > Message-Id: <20260918203901.4103508-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libpcap-1.10.7/0100-build-and-install-share-lib-only.patch b/patches/libpcap-1.11.0/0100-build-and-install-share-lib-only.patch > similarity index 87% > rename from patches/libpcap-1.10.7/0100-build-and-install-share-lib-only.patch > rename to patches/libpcap-1.11.0/0100-build-and-install-share-lib-only.patch > index b2bd2a9edccd..fb75f1d95df8 100644 > --- a/patches/libpcap-1.10.7/0100-build-and-install-share-lib-only.patch > +++ b/patches/libpcap-1.11.0/0100-build-and-install-share-lib-only.patch > @@ -12,10 +12,10 @@ Signed-off-by: Alexander Aring > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.in b/Makefile.in > -index 310b9b5ea4a7..05e9b39de282 100644 > +index 5c5e4083e1ab..3f2d65db812b 100644 > --- a/Makefile.in > +++ b/Makefile.in > -@@ -421,7 +421,7 @@ RELEASE_FILES = $(COMMON_C_SRC) $(HDR) $(MAN1) $(MAN3PCAP_EXPAND) \ > +@@ -380,7 +380,7 @@ RELEASE_FILES = $(COMMON_C_SRC) $(HDR) $(MAN1) $(MAN3PCAP_EXPAND) \ > $(MAN3PCAP_NOEXPAND) $(MANFILE) $(MANMISC) $(EXTRA_DIST) \ > $(TEST_DIST) > > @@ -24,7 +24,7 @@ index 310b9b5ea4a7..05e9b39de282 100644 > > libpcap.a: $(OBJ) > @rm -f $@ > -@@ -607,7 +607,7 @@ testprogs: FORCE libpcap.a > +@@ -563,7 +563,7 @@ testprogs: FORCE libpcap.a > > FORCE: > > diff --git a/patches/libpcap-1.10.7/0101-pcap-config-add-SYSROOT-support.patch b/patches/libpcap-1.11.0/0101-pcap-config-add-SYSROOT-support.patch > similarity index 100% > rename from patches/libpcap-1.10.7/0101-pcap-config-add-SYSROOT-support.patch > rename to patches/libpcap-1.11.0/0101-pcap-config-add-SYSROOT-support.patch > diff --git a/patches/libpcap-1.10.7/series b/patches/libpcap-1.11.0/series > similarity index 100% > rename from patches/libpcap-1.10.7/series > rename to patches/libpcap-1.11.0/series > diff --git a/rules/libpcap.make b/rules/libpcap.make > index 42102cc5f0e5..280bb575c0f2 100644 > --- a/rules/libpcap.make > +++ b/rules/libpcap.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPCAP) += libpcap > # > # Paths and names > # > -LIBPCAP_VERSION := 1.10.7 > -LIBPCAP_SHA256 := 0b394ac90dbc0a9838ff97468e05c9c9a3e873dec2514cd58db65d859d296e31 > +LIBPCAP_VERSION := 1.11.0 > +LIBPCAP_SHA256 := 596389bc8560ea027dff9db8aaf6c173d992366d9aef4baf5d7c6d180b4d49ad > LIBPCAP := libpcap-$(LIBPCAP_VERSION) > LIBPCAP_SUFFIX := tar.gz > LIBPCAP_URL := https://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX) > @@ -46,7 +46,7 @@ LIBPCAP_CONF_OPT := \ > $(GLOBAL_LARGE_FILE_OPTION) \ > --disable-instrument-functions \ > --enable-protochain \ > - $(GLOBAL_IPV6_OPTION) \ > + --disable-dag-tx \ > --disable-remote \ > --disable-optimizer-dbg \ > --disable-yydebug \ > @@ -61,9 +61,7 @@ LIBPCAP_CONF_OPT := \ > --with-pcap=linux \ > --with-libnl \ > --without-dag \ > - --without-septel \ > - --without-snf \ > - --without-turbocap > + --without-snf > > # ---------------------------------------------------------------------------- > # Target-Install