diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-10-23 10:14:29 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-10-23 10:18:42 +0000 |
commit | 172c0bd3e6c3e2b6dab46dae04008d430f0d44a5 (patch) | |
tree | bde35489fe8c6627dfd2ad928a58a26d7ad5b197 /community/wireshark/fix-androiddump.patch | |
parent | 12d9789f2dde29b5c9b3746ab035bf42f6ba8bb6 (diff) | |
download | aports-172c0bd3e6c3e2b6dab46dae04008d430f0d44a5.tar.bz2 aports-172c0bd3e6c3e2b6dab46dae04008d430f0d44a5.tar.xz |
community/wireshark: security upgrade to 2.4.2
(CVE-2017-15191, CVE-2017-15192, CVE-2017-15193)
(CVE-2017-13765, CVE-2017-13766, CVE-2017-13767)
fixes #8013 #7910
Diffstat (limited to 'community/wireshark/fix-androiddump.patch')
-rw-r--r-- | community/wireshark/fix-androiddump.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/wireshark/fix-androiddump.patch b/community/wireshark/fix-androiddump.patch deleted file mode 100644 index dbb72b8608..0000000000 --- a/community/wireshark/fix-androiddump.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ru wireshark-2.2.2.orig/extcap/androiddump.c wireshark-2.2.2/extcap/androiddump.c ---- wireshark-2.2.2.orig/extcap/androiddump.c 2016-11-28 09:55:43.000000000 +0000 -+++ wireshark-2.2.2/extcap/androiddump.c 2016-11-28 09:56:30.683553877 +0000 -@@ -30,6 +30,7 @@ - #include <string.h> - #include <errno.h> - #include <time.h> -+#include <sys/time.h> - - #ifdef HAVE_NETINET_IN_H - # include <netinet/in.h> |