summaryrefslogtreecommitdiffstats
path: root/package/wireshark
Commit message (Collapse)AuthorAgeFilesLines
* wireshark: bump version to 2.2.10 (security)André Hentschel2017-11-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security fixes since 2.2.7: - wnpa-sec-2017-22 Bazaar dissector infinite loop (Bug 13599) CVE-2017-9352 - wnpa-sec-2017-23 DOF dissector read overflow (Bug 13608) CVE-2017-9348 - wnpa-sec-2017-24 DHCP dissector read overflow (Bug 13609, Bug 13628) CVE-2017-9351 - wnpa-sec-2017-25 SoulSeek dissector infinite loop (Bug 13631) CVE-2017-9346 - wnpa-sec-2017-26 DNS dissector infinite loop (Bug 13633) CVE-2017-9345 - wnpa-sec-2017-27 DICOM dissector infinite loop (Bug 13685) CVE-2017-9349 - wnpa-sec-2017-28 openSAFETY dissector memory exhaustion (Bug 13649) CVE-2017-9350 - wnpa-sec-2017-29 BT L2CAP dissector divide by zero (Bug 13701) CVE-2017-9344 - wnpa-sec-2017-30 MSNIP dissector crash (Bug 13725) CVE-2017-9343 - wnpa-sec-2017-31 ROS dissector crash (Bug 13637) CVE-2017-9347 - wnpa-sec-2017-32 RGMP dissector crash (Bug 13646) CVE-2017-9354 - wnpa-sec-2017-33 IPv6 dissector crash (Bug 13675) CVE-2017-9353 - wnpa-sec-2017-13 WBMXL dissector infinite loop (Bug 13477, Bug 13796) CVE-2017-7702, CVE-2017-11410 Note: This is an update for a fix in Wireshark 2.2.6 and 2.0.12. - wnpa-sec-2017-28 openSAFETY dissector memory exhaustion (Bug 13649, Bug 13755) CVE-2017-9350, CVE-2017-11411 Note: This is an update for a fix in Wireshark 2.2.7. - wnpa-sec-2017-34 AMQP dissector crash. (Bug 13780) CVE-2017-11408 - wnpa-sec-2017-35 MQ dissector crash. (Bug 13792) CVE-2017-11407 - wnpa-sec-2017-36 DOCSIS infinite loop. (Bug 13797) CVE-2017-11406 - wnpa-sec-2017-38 MSDP dissector infinite loop (Bug 13933) - wnpa-sec-2017-39 Profinet I/O buffer overrun (Bug 13847) - wnpa-sec-2017-41 IrCOMM dissector buffer overrun (Bug 13929) Full release notes: https://www.wireshark.org/docs/relnotes/wireshark-2.2.10.html Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/binArnout Vandecappelle2017-07-051-3/+3
| | | | | | | | | | | Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/bin' | xargs sed -i 's%$(HOST_DIR)/usr/bin%$(HOST_DIR)/bin%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: bump version to 2.2.7 (security)Vicente Olivert Riera2017-06-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security fixes: - wnpa-sec-2017-22 Bazaar dissector infinite loop (Bug 13599) CVE-2017-9352 - wnpa-sec-2017-23 DOF dissector read overflow (Bug 13608) CVE-2017-9348 - wnpa-sec-2017-24 DHCP dissector read overflow (Bug 13609, Bug 13628) CVE-2017-9351 - wnpa-sec-2017-25 SoulSeek dissector infinite loop (Bug 13631) CVE-2017-9346 - wnpa-sec-2017-26 DNS dissector infinite loop (Bug 13633) CVE-2017-9345 - wnpa-sec-2017-27 DICOM dissector infinite loop (Bug 13685) CVE-2017-9349 - wnpa-sec-2017-28 openSAFETY dissector memory exhaustion (Bug 13649) CVE-2017-9350 - wnpa-sec-2017-29 BT L2CAP dissector divide by zero (Bug 13701) CVE-2017-9344 - wnpa-sec-2017-30 MSNIP dissector crash (Bug 13725) CVE-2017-9343 - wnpa-sec-2017-31 ROS dissector crash (Bug 13637) CVE-2017-9347 - wnpa-sec-2017-32 RGMP dissector crash (Bug 13646) CVE-2017-9354 - wnpa-sec-2017-33 IPv6 dissector crash (Bug 13675) CVE-2017-9353 Full release notes: https://www.wireshark.org/docs/relnotes/wireshark-2.2.7.html Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/w*/Config.in: fix ordering of statementsAdam Duskett2017-05-021-2/+2
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter w in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: bump version to 2.2.6 (security)Vicente Olivert Riera2017-04-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security fixes: - wnpa-sec-2017-12 IMAP dissector crash (Bug 13466) CVE-2017-7703 - wnpa-sec-2017-13 WBMXL dissector infinite loop (Bug 13477) CVE-2017-7702 - wnpa-sec-2017-14 NetScaler file parser infinite loop (Bug 13478) CVE-2017-7700 - wnpa-sec-2017-15 RPCoRDMA dissector infinite loop (Bug 13558) CVE-2017-7705 - wnpa-sec-2017-16 BGP dissector infinite loop (Bug 13557) CVE-2017-7701 - wnpa-sec-2017-17 DOF dissector infinite loop (Bug 13453) CVE-2017-7704 - wnpa-sec-2017-18 PacketBB dissector crash (Bug 13559) - wnpa-sec-2017-19 SLSK dissector long loop (Bug 13576) - wnpa-sec-2017-20 SIGCOMP dissector infinite loop (Bug 13578) - wnpa-sec-2017-21 WSP dissector infinite loop (Bug 13581) Full release notes: https://www.wireshark.org/docs/relnotes/wireshark-2.2.6.html Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: security bump to version 2.2.5Gustavo Zacarias2017-03-062-3/+3
| | | | | | | | | | | | | | | | Fixes: wnpa-sec-2017-03 - LDSS dissector crash wnpa-sec-2017-04 - RTMTP dissector infinite loop wnpa-sec-2017-05 - WSP dissector infinite loop wnpa-sec-2017-06 - STANAG 4607 file parser infinite loop wnpa-sec-2017-07 - NetScaler file parser infinite loop wnpa-sec-2017-08 - NetScaler file parser crash wnpa-sec-2017-09 - K12 file parser crash wnpa-sec-2017-10 - IAX2 dissector infinite loop wnpa-sec-2017-11 - NetScaler file parser infinite loop Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: security bump to version 2.2.4Gustavo Zacarias2017-01-242-3/+3
| | | | | | | | | Fixes: wnpa-sec-2017-01 - The ASTERIX dissector could go into an infinite loop. wnpa-sec-2017-02 - The DHCPv6 dissector could go into a large loop. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: fix build with muslBaruch Siach2016-12-301-0/+35
| | | | | | | | | | | | Add a patch adding missing sys/time.h header. Fixes: http://autobuild.buildroot.net/results/cd8/cd883b40503a6f4d3035e09a383db2d5a21162ad/ http://autobuild.buildroot.net/results/1ae/1ae34debe7e95eab33a895ecdf04c0ddf96cf4ab/ http://autobuild.buildroot.net/results/4af/4afe968e698f62c6bdbec35e53d35c361c5e852b/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: bump to version 2.2.3Gustavo Zacarias2016-12-152-3/+3
| | | | | | | | The only security bug fixed concerns windows so it's not a security bump for buildroot. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: bump version to 2.2.2 (security)Vicente Olivert Riera2016-11-212-3/+3
| | | | | | | | | | | | | | | | | Release notes: https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html Security fixes: wnpa-sec-2016-62. DTN infinite loop. wnpa-sec-2016-61. DCERPC crash. wnpa-sec-2016-60. OpenFlow crash. wnpa-sec-2016-59. AllJoyn crash. wnpa-sec-2016-58. Profinet I/O long loop. For more details: https://www.wireshark.org/security/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/wireshark: properly guard sub-optionsYann E. MORIN2016-10-201-0/+4
| | | | | | | | | ... otherwise we would end up forcefully enabling the linguist tool even when wireshark would not be enabled. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/wireshark: fix kconfig dependenciesYann E. MORIN2016-10-202-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit fa6feff (wireshark: needs the qt5tools lrelease utility) introduced a circular dependency chain in Kconfig: package/qt5/qt5base/Config.in:118:error: recursive dependency detected! package/qt5/qt5base/Config.in:118: symbol BR2_PACKAGE_QT5BASE_GUI is selected by BR2_PACKAGE_QT5TOOLS_PIXELTOOL package/qt5/qt5tools/Config.in:19: symbol BR2_PACKAGE_QT5TOOLS_PIXELTOOL depends on BR2_PACKAGE_QT5TOOLS package/qt5/qt5tools/Config.in:1: symbol BR2_PACKAGE_QT5TOOLS is selected by BR2_PACKAGE_QT5BASE_WIDGETS package/qt5/qt5base/Config.in:131: symbol BR2_PACKAGE_QT5BASE_WIDGETS is selected by BR2_PACKAGE_QT5X11EXTRAS package/qt5/qt5x11extras/Config.in:1: symbol BR2_PACKAGE_QT5X11EXTRAS depends on BR2_PACKAGE_QT5BASE_XCB package/qt5/qt5base/Config.in:186: symbol BR2_PACKAGE_QT5BASE_XCB depends on BR2_PACKAGE_QT5BASE_GUI Fix that by dropping the select on the Qt5Tools, and introduce an intermediate kconfig-level variable to represent the new condition, to simplify the .mk file. That would make the condition for enabling/disabling the GUI to be a little bit more complex by adding yet another (long-ish) variable. So we also introduce an intermediate kconfig-level variable that represent the condition to enable the GUI. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Baruch Siach <baruch@tkos.co.il> Tested-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: don't overwrite WIRESHARK_CONF_ENVBaruch Siach2016-10-201-1/+1
| | | | | | Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: needs the qt5tools lrelease utilityBaruch Siach2016-10-192-1/+3
| | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/0a4/0a4ccf752ed1e81e2416d33a78984b47087f68bd/ http://autobuild.buildroot.net/results/196/196b96e28a2cd5983a58948df4a2c3eb3bccdfa4/ http://autobuild.buildroot.net/results/056/056b3299ce45552fe3e7cbf5aa68b223f8fa458e/ Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: avoid host qtchooserBaruch Siach2016-10-191-0/+1
| | | | | | | | | Some distros provide a 'qtchooser' utility to select Qt library version. Make sure not to use that host provided utility. Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: use https for download and homepage linkBaruch Siach2016-10-192-2/+2
| | | | | | | | Saves a redirect. Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: fix libgtk2 dependency typoPeter Seiderer2016-10-181-1/+1
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 2.2.1Gustavo Zacarias2016-10-052-3/+3
| | | | | | | | | Fixes: wnpa-sec-2016-56 - The Bluetooth L2CAP dissector could crash. wnpa-sec-2016-57 - The NCP dissector could crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: bump version to 2.2.0Vicente Olivert Riera2016-09-083-16/+18
| | | | | | | | | | | | | | | - Adapt current patch for 2.2.0. - Adapt gtk configure options for 2.2.0: - Instead of --enable-gtk3 or --enable-gtk2, now it uses --enable-gtk=[no/2/3/yes]. - Remove non-existing configure options: - --enable-usr-local: removed by https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=125989780ba8e658ad0d1f1c71ec01e6d36a2266 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: fix typoBaruch Siach2016-08-211-1/+1
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: fix static build with libpcap+libusbBaruch Siach2016-08-211-1/+1
| | | | | | | | | | | | | | | | | The wireshark autoconf acinclude.m4 source calls AC_PATH_TOOL() to find pcap-config only when --with-pcap is missing. Otherwise it just trusts the PCAP_CONFIG environment variable. Since we use --with-pcap, seeding ac_cv_path_PCAP_CONFIG gives nothing. Set PCAP_CONFIG instead to let the configure script discover the dependencies of libpcap. This fixes static build when libpcap links with libusb. Fixes: http://autobuild.buildroot.net/results/ef5/ef50939b89373aad04275cbdeeff4c0e2807c0d5/ http://autobuild.buildroot.net/results/ffc/ffc921135c16c7017cd7a23c5e0c445757509abc/ http://autobuild.buildroot.net/results/2d8/2d8cd47cc664dff0f76a230b36c37291f3087e35/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: bump version to 2.0.5Vicente Olivert Riera2016-07-282-3/+3
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: remove documentationGilles Chanteperdrix2016-06-141-0/+7
| | | | | | | | | | Remove html and txt documentation from the rootfs as they unlikely to be needed. [Peter: use xargs instead of GNU extensions as suggested by Yann] Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 2.0.4Gustavo Zacarias2016-06-082-3/+3
| | | | | | | | | | | | | | | | Fixes: WNPA-SEC-2016-29 - The SPOOLS dissector could go into an infinite loop. WNPA-SEC-2016-30 - The IEEE 802.11 dissector could crash. WNPA-SEC-2016-31 - The IEEE 802.11 dissector could crash. WNPA-SEC-2016-32 - The UMTS FP dissector could crash. WNPA-SEC-2016-33 - Some USB dissectors could crash. WNPA-SEC-2016-34 - The Toshiba file parser could crash. WNPA-SEC-2016-35 - The CoSine file parser could crash. WNPA-SEC-2016-36 - The NetScreen file parser could crash. WNPA-SEC-2016-37 - The Ethernet dissector could crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 2.0.3Gustavo Zacarias2016-04-252-3/+3
| | | | | | | | | | | | | | | | Fixes: WNPA-SEC-2016-19 - The NCP dissector could crash. WNPA-SEC-2016-20 - TShark could crash due to a packet reassembly bug. WNPA-SEC-2016-21 - The IEEE 802.11 dissector could crash. WNPA-SEC-2016-22 - The PKTC dissector could crash. WNPA-SEC-2016-23 - The PKTC dissector could crash. WNPA-SEC-2016-24 - The IAX2 dissector could go into an infinite loop. WNPA-SEC-2016-25 - Wireshark and TShark could exhaust the stack. WNPA-SEC-2016-26 - The GSM CBCH dissector could crash. WNPA-SEC-2016-27 - MS-WSP dissector crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 2.0.2Gustavo Zacarias2016-02-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2016-2521 - DLL hijacking vulnerability. CVE-2016-2522 - ASN.1 BER dissector crash. CVE-2016-2523 - DNP dissector infinite loop. CVE-2016-2524 - X.509AF dissector crash. CVE-2016-2525 - HTTP/2 dissector crash. CVE-2016-2526 - HiQnet dissector crash. CVE-2016-2527 - 3GPP TS 32.423 Trace file parser crash. CVE-2016-2528 - LBMC dissector crash. CVE-2016-2529 - iSeries file parser crash. CVE-2016-2530 - RSL dissector crash. CVE-2016-2531 - RSL dissector crash. CVE-2016-2532 - LLRP dissector crash. wnpa-sec-2016-12 - Ixia IxVeriWave file parser crash. wnpa-sec-2016-13 - IEEE 802.11 dissector crash. wnpa-sec-2016-14 - GSM A-bis OML dissector crash. wnpa-sec-2016-15 - ASN.1 BER dissector crash. wnpa-sec-2016-16 - SPICE dissector large loop. wnpa-sec-2016-17 - NFS dissector crash. wnpa-sec-2016-18 - ASN.1 BER dissector crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: update help textBaruch Siach2015-12-301-2/+1
| | | | | | | | | | | Since commit 00be67d84696 (wireshark: enable GUI options, 2015-12-02) the GUI is enabled when the required libraries are present. Update the config help text accordingly. Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: security bump to version 2.0.1Gustavo Zacarias2015-12-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: wnpa-sec-2015-31 - NBAP dissector crashes wnpa-sec-2015-37 - NLM dissector crashes wnpa-sec-2015-39 - BER dissector crashes wnpa-sec-2015-40 - Zlib decompression crash wnpa-sec-2015-41 - SCTP dissector crashes wnpa-sec-2015-42 - 802.11 decryption crash wnpa-sec-2015-43 - DIAMETER dissector crash wnpa-sec-2015-44 - VeriWave file parser crashes wnpa-sec-2015-45 - RSVP dissector crash wnpa-sec-2015-46 - ANSI A & GSM A dissector crashes wnpa-sec-2015-47 - Ascend file parser crash wnpa-sec-2015-48 - NBAP dissector crash wnpa-sec-2015-49 - RSL dissector crash wnpa-sec-2015-50 - ZigBee ZCL dissector crash wnpa-sec-2015-51 - Sniffer file parser crash wnpa-sec-2015-52 - NWP dissector crash wnpa-sec-2015-53 - BT ATT disector crash wnpa-sec-2015-54 - MP2T file parser crash wnpa-sec-2015-55 - MP2T file parser crash wnpa-sec-2015-56 - S7COMM disector crash wnpa-sec-2015-57 - IPMI dissector crash wnpa-sec-2015-58 - TDS dissector crash wnpa-sec-2015-59 - PPI dissector crash wnpa-sec-2015-60 - MS-WSP dissector crash Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: add optional sbc supportGustavo Zacarias2015-12-161-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/wireshark: Fix libpcap detectionBernd Kuhls2015-12-131-0/+1
| | | | | | | | | | | | | | | | To reproduce the build error I had to install libpcap0.8-dev on my host system, then wireshark configure picks up checking for pcap-config... /usr/bin/pcap-config and fails. Fixes http://autobuild.buildroot.net/results/7e3/7e363d18866057df0db3d0d95fa8d9116728f6ce// and many others Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: add optional geoip supportGustavo Zacarias2015-12-031-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: add optional gnutls supportGustavo Zacarias2015-12-031-1/+7
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: gcrypt support is optionalGustavo Zacarias2015-12-032-3/+9
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: add optional c-ares supportGustavo Zacarias2015-12-031-0/+7
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: add optional libnl suportGustavo Zacarias2015-12-031-0/+7
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: enable GUI optionsGustavo Zacarias2015-12-031-1/+29
| | | | | | | | Enable gtk2, gtk3 & qt5 automatic GUI options. gtk2 & qt5 only build-time tested, gtk3 runtime-tested with wayland. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: needs host-pkgconfGustavo Zacarias2015-12-031-1/+1
| | | | | | | | Needed for detection of various optional components. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: forcibly disable luaGustavo Zacarias2015-12-031-0/+1
| | | | | | | | | | | If host arch = target arch and liblua is in the host the buildsystem will pick it up and try to use it since it passes basic build tests. Forcibly disable it, since it causes no build failure, rather runtime failures because said liblua is not present on the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: bump version to 2.0.0Vicente Olivert Riera2015-11-232-5/+3
| | | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: fix inet_pton detectionPeter Seiderer2015-11-022-0/+35
| | | | | | | | | | | | | | | | | | | Patch configure.ac to not assume broken inet_pton in case of cross compiling (avoids double definition), similare patch is used for OpenEmbedded (see [1]). Fixes [2]: host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libc.a(ntop.os): In function `inet_pton': ntop.c:(.text+0x4b4): multiple definition of `inet_pton' wsutil/.libs/libwsutil.a(inet_pton.o):inet_pton.c:(.text+0xe0): first defined here collect2: error: ld returned 1 exit status [1] http://cgit.openembedded.org/openembedded/tree/recipes/wireshark/files/fix-configure.patch [2] http://autobuild.buildroot.net/results/b35/b354ba668ca9476c143f5f7ef1b727b0b5672b04 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: security bump to version 1.12.8Gustavo Zacarias2015-10-152-4/+5
| | | | | | | | Fixes: CVE-2015-7830 - Pcapng file parser crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: security bump to version 1.12.7Gustavo Zacarias2015-08-182-4/+4
| | | | | | | | | | | | | | | | Fixes: wnpa-sec-2015-21 - Protocol tree crash. wnpa-sec-2015-22 - Memory manager crash. wnpa-sec-2015-23 - Dissector table crash. wnpa-sec-2015-24 - ZigBee crash. wnpa-sec-2015-25 - GSM RLC/MAC inifite loop. wnpa-sec-2015-26 - WaveAgent crash. wnpa-sec-2015-27 - OpenFlow infinite loop. wnpa-sec-2015-28 - Ptvcursor crash. wnpa-sec-2015-29 - WCCP crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: bump to version 1.12.6Vicente Olivert Riera2015-06-182-4/+4
| | | | | | | | | | | | | | | | | | | - Bump to version 1.12.6 - Update hash file The following vulnerabilities have been fixed in 1.12.6: - wnpa-sec-2015-19 WCCP dissector crash. (Bug 11153) - wnpa-sec-2015-20 GSM DTAP dissector crash. (Bug 11201) [Thomas: indicate that this is a security related updated in the commit log, as suggested by Gustavo.] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: security bump to version 1.12.5Gustavo Zacarias2015-06-013-44/+4
| | | | | | | | | | | | | | | | | 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>
* wireshark: security bump to version 1.12.4Gustavo Zacarias2015-03-052-4/+4
| | | | | | | | | | | | | Fixes: CVE-2015-2187 - The ATN-CPDLC dissector could crash. CVE-2015-2188 - The WCP dissector could crash. CVE-2015-2189 - The pcapng file parser could crash. CVE-2015-2190 - The LLDP dissector could crash. CVE-2015-2191 - The TNEF dissector could go into an infinite loop. CVE-2015-2192 - The SCSI OSD dissector could go into an infinite loop. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/*: rename patches according to the new policyPeter Korsgaard2015-02-031-0/+0
| | | | | | | Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 1.12.3Gustavo Zacarias2015-01-082-4/+4
| | | | | | | | | | | | Fixes: CVE-2015-0559, CVE-2015-0560 - The WCCP dissector could crash. CVE-2015-0561 - The LPP dissector could crash. CVE-2015-0562 - The DEC DNA Routing Protocol dissector could crash. CVE-2015-0563 - The SMTP dissector could crash. CVE-2015-0564 - Wireshark could crash while decypting TLS/SSL sessions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: indentation cleanupJerzy Grzegorek2014-12-301-5/+11
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 1.12.2Gustavo Zacarias2014-11-132-4/+4
| | | | | | | | | | | | Fixes: CVE-2014-8710 - SigComp UDVM buffer overflow. CVE-2014-8711 - AMQP crash. CVE-2014-8712 - NCP crashes. CVE-2014-8713 - NCP crashes. CVE-2014-8714 - TN5250 infinite loops. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-1/+1
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud