package/libpcap: security bump version to 1.10.5
Fixes the following security issues:
CVE-2023-7256: Clean up sock_initaddress() and its callers to avoid
double frees in some cases.
CVE-2024-8006: Fix pcap_findalldevs_ex() not to crash if passed a
file:// URL with a path to a directory that cannot be opened.
Changelog: bbcbc9174d/CHANGES
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 0982498c6735a2d90b5540370d17e48c31c962bc)
[Peter: mark as security bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f4dfdc1350
commit
907c08271f
@ -1,6 +1,6 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://www.tcpdump.org/release/libpcap-1.10.4.tar.gz.sig
|
||||
sha256 ed19a0383fad72e3ad435fd239d7cd80d64916b87269550159d20e47160ebe5f libpcap-1.10.4.tar.gz
|
||||
# https://www.tcpdump.org/release/libpcap-1.10.5.tar.gz.sig
|
||||
sha256 37ced90a19a302a7f32e458224a00c365c117905c2cd35ac544b6880a81488f0 libpcap-1.10.5.tar.gz
|
||||
|
||||
# Hash for license file:
|
||||
sha256 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPCAP_VERSION = 1.10.4
|
||||
LIBPCAP_VERSION = 1.10.5
|
||||
LIBPCAP_SITE = https://www.tcpdump.org/release
|
||||
LIBPCAP_LICENSE = BSD-3-Clause
|
||||
LIBPCAP_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user