From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2] libpcap: Version bump. 1.10.5 -> 1.10.6
Date: Sat, 10 Jan 2026 10:40:02 +0100 [thread overview]
Message-ID: <20260110094002.3663436-1-christian.melki@t2data.com> (raw)
https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.10.6/CHANGES
Plugs CVE:
CVE-2025-11961: Fix OOBR and OOBW in pcap_ether_aton().
* Forward patchset, adjusted offsets.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0100-build-and-install-share-lib-only.patch | 6 +++---
.../0101-pcap-config-add-SYSROOT-support.patch | 2 +-
patches/{libpcap-1.10.5 => libpcap-1.10.6}/series | 0
rules/libpcap.make | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
rename patches/{libpcap-1.10.5 => libpcap-1.10.6}/0100-build-and-install-share-lib-only.patch (87%)
rename patches/{libpcap-1.10.5 => libpcap-1.10.6}/0101-pcap-config-add-SYSROOT-support.patch (93%)
rename patches/{libpcap-1.10.5 => libpcap-1.10.6}/series (100%)
diff --git a/patches/libpcap-1.10.5/0100-build-and-install-share-lib-only.patch b/patches/libpcap-1.10.6/0100-build-and-install-share-lib-only.patch
similarity index 87%
rename from patches/libpcap-1.10.5/0100-build-and-install-share-lib-only.patch
rename to patches/libpcap-1.10.6/0100-build-and-install-share-lib-only.patch
index cae5cc2b2..759ba91f3 100644
--- a/patches/libpcap-1.10.5/0100-build-and-install-share-lib-only.patch
+++ b/patches/libpcap-1.10.6/0100-build-and-install-share-lib-only.patch
@@ -12,10 +12,10 @@ Signed-off-by: Alexander Aring <alex.aring@gmail.com>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
-index 54246586828d..4c6768d6d764 100644
+index fe32c40cf62f..6e56b8fe3af8 100644
--- a/Makefile.in
+++ b/Makefile.in
-@@ -429,7 +429,7 @@ RELEASE_FILES = $(COMMON_C_SRC) $(HDR) $(MAN1) $(MAN3PCAP_EXPAND) \
+@@ -420,7 +420,7 @@ RELEASE_FILES = $(COMMON_C_SRC) $(HDR) $(MAN1) $(MAN3PCAP_EXPAND) \
$(MAN3PCAP_NOEXPAND) $(MANFILE) $(MANMISC) $(EXTRA_DIST) \
$(TEST_DIST)
@@ -24,7 +24,7 @@ index 54246586828d..4c6768d6d764 100644
libpcap.a: $(OBJ)
@rm -f $@
-@@ -615,7 +615,7 @@ testprogs: FORCE
+@@ -606,7 +606,7 @@ testprogs: FORCE libpcap.a
FORCE:
diff --git a/patches/libpcap-1.10.5/0101-pcap-config-add-SYSROOT-support.patch b/patches/libpcap-1.10.6/0101-pcap-config-add-SYSROOT-support.patch
similarity index 93%
rename from patches/libpcap-1.10.5/0101-pcap-config-add-SYSROOT-support.patch
rename to patches/libpcap-1.10.6/0101-pcap-config-add-SYSROOT-support.patch
index da6d1d62a..6af62ad36 100644
--- a/patches/libpcap-1.10.5/0101-pcap-config-add-SYSROOT-support.patch
+++ b/patches/libpcap-1.10.6/0101-pcap-config-add-SYSROOT-support.patch
@@ -8,7 +8,7 @@ Signed-off-by: Alexander Aring <alex.aring@gmail.com>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pcap-config.in b/pcap-config.in
-index 6039ef33b324..505f7515f2f7 100644
+index 28427047e27f..334092eb73bf 100644
--- a/pcap-config.in
+++ b/pcap-config.in
@@ -10,8 +10,8 @@
diff --git a/patches/libpcap-1.10.5/series b/patches/libpcap-1.10.6/series
similarity index 100%
rename from patches/libpcap-1.10.5/series
rename to patches/libpcap-1.10.6/series
diff --git a/rules/libpcap.make b/rules/libpcap.make
index 8df7f3075..fca7fec74 100644
--- a/rules/libpcap.make
+++ b/rules/libpcap.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPCAP) += libpcap
#
# Paths and names
#
-LIBPCAP_VERSION := 1.10.5
-LIBPCAP_MD5 := 0dc69ed81464e7a255715fa685daf134
+LIBPCAP_VERSION := 1.10.6
+LIBPCAP_MD5 := f49b1c1877dcbb3b7f5147429aa047f9
LIBPCAP := libpcap-$(LIBPCAP_VERSION)
LIBPCAP_SUFFIX := tar.gz
LIBPCAP_URL := https://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
--
2.43.0
reply other threads:[~2026-01-10 9:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260110094002.3663436-1-christian.melki@t2data.com \
--to=christian.melki@t2data.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox