diff options
author | Linux User <sergey@hp.util.wtbts.net> | 2016-11-28 11:12:35 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-12-01 06:58:43 +0000 |
commit | a3c70e4154e1e81f0bd3787ff230e9ca4c3064d0 (patch) | |
tree | 4a0aafd3ecb64bcbf98aaa8e295eb423a5bc632d /main/wireshark/fix-androiddump.patch | |
parent | 209279633fe34947456fb0e466bfaa9efd8ae60b (diff) | |
download | aports-a3c70e4154e1e81f0bd3787ff230e9ca4c3064d0.tar.bz2 aports-a3c70e4154e1e81f0bd3787ff230e9ca4c3064d0.tar.xz |
main/wireshark: security upgrade to 2.2.2
fixes #6480
CVE-2016-7957, CVE-2016-7958, CVE-2016-9372, CVE-2016-9374,
CVE-2016-9376, CVE-2016-9373, CVE-2016-9375
Diffstat (limited to 'main/wireshark/fix-androiddump.patch')
-rw-r--r-- | main/wireshark/fix-androiddump.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/wireshark/fix-androiddump.patch b/main/wireshark/fix-androiddump.patch new file mode 100644 index 0000000000..dbb72b8608 --- /dev/null +++ b/main/wireshark/fix-androiddump.patch @@ -0,0 +1,11 @@ +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> |