Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libpcap: security bump to version 1.10.6
@ 2026-04-29 16:41 Francois Perrad via buildroot
  2026-04-29 17:40 ` Peter Korsgaard
  2026-05-15 13:34 ` Thomas Perale via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad via buildroot @ 2026-04-29 16:41 UTC (permalink / raw)
  To: buildroot; +Cc: Francois Perrad

fix CVE-2025-11961: Fix OOBR and OOBW in pcap_ether_aton()

For change log, see:
https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.10.6/CHANGES

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/libpcap/libpcap.hash | 4 ++--
 package/libpcap/libpcap.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libpcap/libpcap.hash b/package/libpcap/libpcap.hash
index 7f53b99b8..098b059fd 100644
--- a/package/libpcap/libpcap.hash
+++ b/package/libpcap/libpcap.hash
@@ -1,6 +1,6 @@
 # Locally calculated after checking pgp signature
-# https://www.tcpdump.org/release/libpcap-1.10.5.tar.gz.sig
-sha256  37ced90a19a302a7f32e458224a00c365c117905c2cd35ac544b6880a81488f0  libpcap-1.10.5.tar.gz
+# https://www.tcpdump.org/release/libpcap-1.10.6.tar.gz.sig
+sha256  872dd11337fe1ab02ad9d4fee047c9da244d695c6ddf34e2ebb733efd4ed8aa9  libpcap-1.10.6.tar.gz
 
 # Hash for license file:
 sha256  8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd  LICENSE
diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
index 67adb0a97..c4feee576 100644
--- a/package/libpcap/libpcap.mk
+++ b/package/libpcap/libpcap.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPCAP_VERSION = 1.10.5
+LIBPCAP_VERSION = 1.10.6
 LIBPCAP_SITE = https://www.tcpdump.org/release
 LIBPCAP_LICENSE = BSD-3-Clause
 LIBPCAP_LICENSE_FILES = LICENSE
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libpcap: security bump to version 1.10.6
  2026-04-29 16:41 [Buildroot] [PATCH] package/libpcap: security bump to version 1.10.6 Francois Perrad via buildroot
@ 2026-04-29 17:40 ` Peter Korsgaard
  2026-05-15 13:34 ` Thomas Perale via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2026-04-29 17:40 UTC (permalink / raw)
  To: Francois Perrad via buildroot; +Cc: buildroot, Francois Perrad

>>>>> "Francois" == Francois Perrad via buildroot <buildroot@buildroot.org> writes:

 > fix CVE-2025-11961: Fix OOBR and OOBW in pcap_ether_aton()
 > For change log, see:
 > https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.10.6/CHANGES

 > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libpcap: security bump to version 1.10.6
  2026-04-29 16:41 [Buildroot] [PATCH] package/libpcap: security bump to version 1.10.6 Francois Perrad via buildroot
  2026-04-29 17:40 ` Peter Korsgaard
@ 2026-05-15 13:34 ` Thomas Perale via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-05-15 13:34 UTC (permalink / raw)
  To: Francois Perrad; +Cc: Thomas Perale, buildroot

In reply of:
> fix CVE-2025-11961: Fix OOBR and OOBW in pcap_ether_aton()
> 
> For change log, see:
> https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.10.6/CHANGES
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Applied to 2025.02.x & 2026.02.x. Thanks

> ---
>  package/libpcap/libpcap.hash | 4 ++--
>  package/libpcap/libpcap.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/libpcap/libpcap.hash b/package/libpcap/libpcap.hash
> index 7f53b99b8..098b059fd 100644
> --- a/package/libpcap/libpcap.hash
> +++ b/package/libpcap/libpcap.hash
> @@ -1,6 +1,6 @@
>  # Locally calculated after checking pgp signature
> -# https://www.tcpdump.org/release/libpcap-1.10.5.tar.gz.sig
> -sha256  37ced90a19a302a7f32e458224a00c365c117905c2cd35ac544b6880a81488f0  libpcap-1.10.5.tar.gz
> +# https://www.tcpdump.org/release/libpcap-1.10.6.tar.gz.sig
> +sha256  872dd11337fe1ab02ad9d4fee047c9da244d695c6ddf34e2ebb733efd4ed8aa9  libpcap-1.10.6.tar.gz
>  
>  # Hash for license file:
>  sha256  8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd  LICENSE
> diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
> index 67adb0a97..c4feee576 100644
> --- a/package/libpcap/libpcap.mk
> +++ b/package/libpcap/libpcap.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBPCAP_VERSION = 1.10.5
> +LIBPCAP_VERSION = 1.10.6
>  LIBPCAP_SITE = https://www.tcpdump.org/release
>  LIBPCAP_LICENSE = BSD-3-Clause
>  LIBPCAP_LICENSE_FILES = LICENSE
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-05-15 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 16:41 [Buildroot] [PATCH] package/libpcap: security bump to version 1.10.6 Francois Perrad via buildroot
2026-04-29 17:40 ` Peter Korsgaard
2026-05-15 13:34 ` Thomas Perale via buildroot

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