mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libpcap: Version bump. 1.10.4 -> 1.10.5
@ 2024-09-01 17:40 Christian Melki
  2024-09-12 12:11 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-09-01 17:40 UTC (permalink / raw)
  To: ptxdist

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 <christian.melki@t2data.com>
---
 rules/libpcap.make | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/libpcap.make b/rules/libpcap.make
index 23ab67563..8df7f3075 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 \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-12 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-01 17:40 [ptxdist] [PATCH] libpcap: Version bump. 1.10.4 -> 1.10.5 Christian Melki
2024-09-12 12:11 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox