diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-06-01 12:26:21 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-06-01 23:54:14 +0200 |
commit | c1aa0bb1097892bc4c5743bc6149668300c451cc (patch) | |
tree | 0c2d480b795bdc591c252b8aa3663c8ddfe81d25 /package/wireshark/0001-fix-wrong-cflags-for-build-assumption.patch | |
parent | cddaae8229f69aba753bcb6603f2f1e395e4f8dd (diff) | |
download | buildroot-c1aa0bb1097892bc4c5743bc6149668300c451cc.tar.gz buildroot-c1aa0bb1097892bc4c5743bc6149668300c451cc.zip |
wireshark: security bump to version 1.12.5
Fixes:
CVE-2015-3808 CVE-2015-3809 - The LBMR dissector could go into an
infinite loop.
CVE-2015-3811 - The WCP dissector could crash while decompressing data.
CVE-2015-3812 - The X11 dissector could leak memory.
CVE-2015-3813 - The packet reassembly code could leak memory.
CVE-2015-3814 - The IEEE 802.11 dissector could go into an infinite
loop.
CVE-2015-3815 - The Android Logcat file parser could crash.
Patch upstream so drop and disable autoreconf.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/wireshark/0001-fix-wrong-cflags-for-build-assumption.patch')
-rw-r--r-- | package/wireshark/0001-fix-wrong-cflags-for-build-assumption.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/package/wireshark/0001-fix-wrong-cflags-for-build-assumption.patch b/package/wireshark/0001-fix-wrong-cflags-for-build-assumption.patch deleted file mode 100644 index 14cb957c37..0000000000 --- a/package/wireshark/0001-fix-wrong-cflags-for-build-assumption.patch +++ /dev/null @@ -1,38 +0,0 @@ -AC_WIRESHARK_GCC_CFLAGS_CHECK checks for valid CFLAGS against CC and pushes -them into CFLAGS and CFLAGS_FOR_BUILD. -This is wrong since CC_FOR_BUILD might be wildly different and older than CC -leading to build errors. - -Upstream status: reported in tracker -https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9507 - -Patch status: Interim to fix: -http://autobuild.buildroot.net/results/2b1/2b1a0654b649618422d65edf370b82476ba84491/ - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura wireshark-1.12.0.orig/acinclude.m4 wireshark-1.12.0/acinclude.m4 ---- wireshark-1.12.0.orig/acinclude.m4 2014-09-04 15:45:38.365255309 -0300 -+++ wireshark-1.12.0/acinclude.m4 2014-09-04 15:46:23.349810353 -0300 -@@ -1755,10 +1755,6 @@ - # just the new option. - # - CFLAGS="$CFLAGS_saved $GCC_OPTION" -- # -- # Add it to the flags we use when building build tools. -- # -- CFLAGS_FOR_BUILD="$CFLAGS_FOR_BUILD $GCC_OPTION" - ], - [ - AC_MSG_RESULT(yes) -@@ -1771,10 +1767,6 @@ - # just the new option. - # - CFLAGS="$CFLAGS_saved $GCC_OPTION" -- # -- # Add it to the flags we use when building build tools. -- # -- CFLAGS_FOR_BUILD="$CFLAGS_FOR_BUILD $GCC_OPTION" - fi - ], - [ |