From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Sep 2024 14:17:37 +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 1soilW-003mwl-1P for lore@lore.pengutronix.de; Thu, 12 Sep 2024 14:17:37 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1soilV-0000Ye-MN; Thu, 12 Sep 2024 14:17:37 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1soig4-0002F0-Fu; Thu, 12 Sep 2024 14:12:00 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soig3-007NS8-Un; Thu, 12 Sep 2024 14:11:59 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1soig3-00BHHG-2w; Thu, 12 Sep 2024 14:11:59 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 12 Sep 2024 14:11:59 +0200 Message-Id: <20240912121159.2688015-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240901174015.3236015-1-christian.melki@t2data.com> References: <20240901174015.3236015-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libpcap: Version bump. 1.10.4 -> 1.10.5 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 69f6a78fa3b9e5c1b3c2216ec79bd8676f541dfb. Michael [sent from post-receive hook] On Thu, 12 Sep 2024 14:11:59 +0200, Christian Melki wrote: > No revolutionary changes. > https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.10.5/CHANGES > > * Pin down a debugging helper configure option. > > Signed-off-by: Christian Melki > Message-Id: <20240901174015.3236015-1-christian.melki@t2data.com> > [mol: don't forget the patches] > Signed-off-by: Michael Olbrich > > diff --git a/patches/libpcap-1.10.4/0100-build-and-install-share-lib-only.patch b/patches/libpcap-1.10.5/0100-build-and-install-share-lib-only.patch > similarity index 100% > rename from patches/libpcap-1.10.4/0100-build-and-install-share-lib-only.patch > rename to patches/libpcap-1.10.5/0100-build-and-install-share-lib-only.patch > diff --git a/patches/libpcap-1.10.4/0101-pcap-config-add-SYSROOT-support.patch b/patches/libpcap-1.10.5/0101-pcap-config-add-SYSROOT-support.patch > similarity index 100% > rename from patches/libpcap-1.10.4/0101-pcap-config-add-SYSROOT-support.patch > rename to patches/libpcap-1.10.5/0101-pcap-config-add-SYSROOT-support.patch > diff --git a/patches/libpcap-1.10.4/series b/patches/libpcap-1.10.5/series > similarity index 100% > rename from patches/libpcap-1.10.4/series > rename to patches/libpcap-1.10.5/series > diff --git a/rules/libpcap.make b/rules/libpcap.make > index 23ab67563a04..8df7f3075492 100644 > --- a/rules/libpcap.make > +++ b/rules/libpcap.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPCAP) += libpcap > # > # Paths and names > # > -LIBPCAP_VERSION := 1.10.4 > -LIBPCAP_MD5 := 0322e28dd76cda8066bb6d00fee5969b > +LIBPCAP_VERSION := 1.10.5 > +LIBPCAP_MD5 := 0dc69ed81464e7a255715fa685daf134 > LIBPCAP := libpcap-$(LIBPCAP_VERSION) > LIBPCAP_SUFFIX := tar.gz > LIBPCAP_URL := https://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX) > @@ -44,6 +44,7 @@ LIBPCAP_CONF_TOOL := autoconf > LIBPCAP_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > $(GLOBAL_LARGE_FILE_OPTION) \ > + --disable-instrument-functions \ > --enable-protochain \ > $(GLOBAL_IPV6_OPTION) \ > --disable-remote \