libpcap: update to 1.10.0
authorRosen Penev <rosenp@gmail.com>
Mon, 4 Jan 2021 23:46:42 +0000 (15:46 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 28 Feb 2021 23:34:23 +0000 (00:34 +0100)
commitb77f21c98a907fd48d8faa95dbdb0c853f181c65
tree66b10e5f992ff952d199f7dd2227b895c9583d6e
parentd0d5fcada93b01bd0a546c36691630a2562d8348
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>
package/libs/libpcap/Makefile
package/libs/libpcap/patches/100-no-openssl.patch [new file with mode: 0644]
package/libs/libpcap/patches/102-skip-manpages.patch
package/libs/libpcap/patches/103-makefile_flex_workaround.patch [deleted file]
package/libs/libpcap/patches/201-space_optimization.patch
package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch [deleted file]
package/libs/libpcap/patches/204-usb-bus-path.patch [deleted file]