aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch
diff options
context:
space:
mode:
authorDENG Qingfang <dengqf6@mail2.sysu.edu.cn>2019-10-13 00:29:13 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2019-10-12 23:37:00 +0200
commit394273c066b8f4317b77f3ede216cfcdd45250c1 (patch)
tree33b63f4e3fe0b3ed3f415de2f5f3f170fd583cbd /package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch
parent44f11353de044834a442d3192b66579b99305720 (diff)
downloadupstream-394273c066b8f4317b77f3ede216cfcdd45250c1.tar.gz
upstream-394273c066b8f4317b77f3ede216cfcdd45250c1.tar.bz2
upstream-394273c066b8f4317b77f3ede216cfcdd45250c1.zip
tcpdump: update to 4.9.3
Fixed CVEs: CVE-2017-16808 CVE-2018-10103 CVE-2018-10105 CVE-2018-14461 CVE-2018-14462 CVE-2018-14463 CVE-2018-14464 CVE-2018-14465 CVE-2018-14466 CVE-2018-14467 CVE-2018-14468 CVE-2018-14469 CVE-2018-14470 CVE-2018-14879 CVE-2018-14880 CVE-2018-14881 CVE-2018-14882 CVE-2018-16227 CVE-2018-16228 CVE-2018-16229 CVE-2018-16230 CVE-2018-16300 CVE-2018-16301 CVE-2018-16451 CVE-2018-16452 CVE-2019-15166 CVE-2019-15167 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch')
-rw-r--r--package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch b/package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch
index 6d96c2eacd..fdebfcc6d8 100644
--- a/package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch
+++ b/package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch
@@ -1,6 +1,6 @@
--- a/configure
+++ b/configure
-@@ -5471,37 +5471,6 @@ $as_echo "Using $pfopen" >&6; }
+@@ -5395,37 +5395,6 @@ $as_echo "Using $pfopen" >&6; }
LIBS="$LIBS $pfopen"
fi
fi
@@ -38,7 +38,7 @@
#
# Look for pcap-config.
-@@ -5657,51 +5626,6 @@ if test "x$ac_cv_lib_pcap_main" = xyes;
+@@ -5581,51 +5550,6 @@ if test "x$ac_cv_lib_pcap_main" = xyes;
libpcap="-lpcap"
fi