mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libpcap: security bump to version 1.10.6
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9408bc0161
commit
146c8a518d
@@ -1,6 +1,6 @@
|
|||||||
# Locally calculated after checking pgp signature
|
# Locally calculated after checking pgp signature
|
||||||
# https://www.tcpdump.org/release/libpcap-1.10.5.tar.gz.sig
|
# https://www.tcpdump.org/release/libpcap-1.10.6.tar.gz.sig
|
||||||
sha256 37ced90a19a302a7f32e458224a00c365c117905c2cd35ac544b6880a81488f0 libpcap-1.10.5.tar.gz
|
sha256 872dd11337fe1ab02ad9d4fee047c9da244d695c6ddf34e2ebb733efd4ed8aa9 libpcap-1.10.6.tar.gz
|
||||||
|
|
||||||
# Hash for license file:
|
# Hash for license file:
|
||||||
sha256 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd LICENSE
|
sha256 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd LICENSE
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBPCAP_VERSION = 1.10.5
|
LIBPCAP_VERSION = 1.10.6
|
||||||
LIBPCAP_SITE = https://www.tcpdump.org/release
|
LIBPCAP_SITE = https://www.tcpdump.org/release
|
||||||
LIBPCAP_LICENSE = BSD-3-Clause
|
LIBPCAP_LICENSE = BSD-3-Clause
|
||||||
LIBPCAP_LICENSE_FILES = LICENSE
|
LIBPCAP_LICENSE_FILES = LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user