mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 03:43:48 +01:00
Vulnerabilities fixed: CVE-2025-11961 and CVE-2025-11964
Various improvements and bug fixes.
Changelog: https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.10.6/CHANGES
Upstreamed patches removed:
001-Add-support-for-Realtek-Ethertype-DSA-data.patch
002-Linux-handle-other-DSA-tags.patch
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21744
(cherry picked from commit 9a7ddcac3f)
Link: https://github.com/openwrt/openwrt/pull/21756
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
10 lines
192 B
Diff
10 lines
192 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1470,7 +1470,6 @@ if(ENABLE_REMOTE)
|
|
#
|
|
# OpenSSL/libressl.
|
|
#
|
|
- find_package(OpenSSL)
|
|
if(OPENSSL_FOUND)
|
|
#
|
|
# We have OpenSSL.
|