On Thu, Jan 01, 2026 at 09:52:01PM +0100, Christian Melki wrote: > 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(). > > Signed-off-by: Christian Melki <[email protected]>
The old version has patches. Michael > --- > rules/libpcap.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > 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 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
