summaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap/patches/201-space_optimization.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-01-04 15:46:42 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2021-03-01 00:34:23 +0100
commitb77f21c98a907fd48d8faa95dbdb0c853f181c65 (patch)
tree66b10e5f992ff952d199f7dd2227b895c9583d6e /package/libs/libpcap/patches/201-space_optimization.patch
parentd0d5fcada93b01bd0a546c36691630a2562d8348 (diff)
downloadopenwrt-b77f21c98a907fd48d8faa95dbdb0c853f181c65.tar.gz
openwrt-b77f21c98a907fd48d8faa95dbdb0c853f181c65.tar.bz2
openwrt-b77f21c98a907fd48d8faa95dbdb0c853f181c65.zip
libpcap: update to 1.10.0
Simplify cmake option handling by putting everything in blocks. Add openssl patch as there's no easy way to disable. Rebase the skip manpages patch. Remove the monitor mode patch as it no longer applies. Remove flex patch as normal Makefile is no longer used. Remove USB path patch. While it is deprecated, the codepath is never taken. /sys/bus/usb/devices is checked before hand. If it exists, the function does stuff and returns. Additionally, this path is used elsewhere in the code. Refresh other patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs/libpcap/patches/201-space_optimization.patch')
-rw-r--r--package/libs/libpcap/patches/201-space_optimization.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libpcap/patches/201-space_optimization.patch b/package/libs/libpcap/patches/201-space_optimization.patch
index 80e3824d82..bf9374dd54 100644
--- a/package/libs/libpcap/patches/201-space_optimization.patch
+++ b/package/libs/libpcap/patches/201-space_optimization.patch
@@ -1,6 +1,6 @@
--- a/pcap-common.c
+++ b/pcap-common.c
-@@ -1570,14 +1570,23 @@ swap_pseudo_headers(int linktype, struct
+@@ -1662,14 +1662,23 @@ swap_pseudo_headers(int linktype, struct
break;
case DLT_USB_LINUX: