diff options
author | Syrone Wong <wong.syrone@gmail.com> | 2018-07-26 22:46:38 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-10-19 15:25:45 +0200 |
commit | a857fc2ded37aec2b9f743087a7752bb3c0b510b (patch) | |
tree | 44c64aef873f434f9deb53f0c6b8647de73d653c /package/libs/libpcap/patches/204-usb-bus-path.patch | |
parent | 31181fa06288189834a945b0e3d71c9823b481a1 (diff) | |
download | upstream-a857fc2ded37aec2b9f743087a7752bb3c0b510b.tar.gz upstream-a857fc2ded37aec2b9f743087a7752bb3c0b510b.tar.bz2 upstream-a857fc2ded37aec2b9f743087a7752bb3c0b510b.zip |
libpcap: update to 1.9.0
001-Fix-compiler_state_t.ai-usage-when-INET6-is-not-defi.patch dropped due to upstream
002-Add-missing-compiler_state_t-parameter.patch dropped due to upstream
202-protocol_api.patch dropped due to implemented upstream by another way
upstream commit: https://github.com/the-tcpdump-group/libpcap/commit/55c690f6f834b4762697d7a134de439c9096c921
and renamed via: https://github.com/the-tcpdump-group/libpcap/commit/697b1f7e9b1d6f5a5be04f821d7c5dc62458bb3b
ead is the only user who use the protocol api, we have to use the new api since libpcap 1.9.0
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Diffstat (limited to 'package/libs/libpcap/patches/204-usb-bus-path.patch')
-rw-r--r-- | package/libs/libpcap/patches/204-usb-bus-path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libpcap/patches/204-usb-bus-path.patch b/package/libs/libpcap/patches/204-usb-bus-path.patch index d29734f0b6..48a807e1fd 100644 --- a/package/libs/libpcap/patches/204-usb-bus-path.patch +++ b/package/libs/libpcap/patches/204-usb-bus-path.patch @@ -2,7 +2,7 @@ Fix USB bus path; /proc/bus/usb is deprecated. --- a/pcap-usb-linux.c +++ b/pcap-usb-linux.c -@@ -71,7 +71,7 @@ +@@ -72,7 +72,7 @@ #define USB_TEXT_DIR_OLD "/sys/kernel/debug/usbmon" #define USB_TEXT_DIR "/sys/kernel/debug/usb/usbmon" #define SYS_USB_BUS_DIR "/sys/bus/usb/devices" |