aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wireshark.rb
AgeCommit message (Collapse)Author
2015-03-30wireshark 1.99.5 (devel)Dominyk Tiller
Just a bump. Closes #38166. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-11wireshark: update 1.12.4 bottle.BrewTestBot
2015-03-11wireshark 1.12.4 (stable) & 1.99.3 (devel)Dominyk Tiller
Version bumps. Closes #37526. Signed-off-by: Brett Koonce <koonce@gmail.com>
2015-02-05wireshark 1.99.2 (devel)ojab
Closes #36561. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-08wireshark: update 1.12.3 bottle.BrewTestBot
2015-01-08wireshark 1.12.3 & 1.99.1Dominyk Tiller
A double bump, and a new Qt5 option. Qt5 actually seems to be preferred by Wireshark-qt; If you leave both Qt5 and Qt in the $PATH, as soon as it finds Qt5 it stops looking for Qt - The other way around, it keeps checking for Qt5. Closes #35648. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-26wireshark: update 1.12.2 bottle.BrewTestBot
2014-11-26wireshark: additional dependenciesDominyk Tiller
Wireshark without d-bus results in Wireshark demanding it and will crash on capture. There’s a bug report at seclists here: http://seclists.org/wireshark/2014/Apr/146 - That remains an issue with the latest release as well. Without d-bus, wireshark is not happy. Closes #34485. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-11-20wireshark devel 1.99.0Dominyk Tiller
Primarily: Adds a devel option. Secondary: Makes the URLs canonical; Wireshark have formally permanently moved the http links to https. Thirdly: Jiggles the mirrors about a bit; currently both the main url and the mirror are US based, so for the sake of balance I’ve gone for one US, one EU, both SSL/TLS. The new mirror link is an official Wireshark recommended one. Lastly: Adds a very optional dependency to use our libpcap, if so desired. Closes #34347. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-20wireshark: update 1.12.2 bottle.BrewTestBot
2014-11-20Wireshark 1.12.2Jesse Tan
Closes #34343. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-14wireshark: update 1.12.1 bottle.BrewTestBot
2014-11-14Wireshark: remove --with-sslGerald Combs
I'm pretty sure --with-ssl (which triggers linking against libcrypto) can be removed. As I recall it's a leftover from the days when we used Net-SNMP. Most of our decryption support is handled by gcrypt and GNUTLS. Closes #34133. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-14Wireshark: Update dependenciesGerald Combs
Recommend c-ares. Otherwise name resolution is done synchronously, which is excruciatingly slow when your capture file contains a sufficient number of unique addresses. Remove the PCRE dependency. We switched GRegex (glib's PCRE wrapper) a while back. Closes #34133. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-14wireshark: add optional libsmi dependency.Jason Masker
Closes #33167. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-09wireshark: update 1.12.1 bottle.BrewTestBot
Closes #33051. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-09wireshark 1.12.1Stian Eikeland
2014-09-23wireshark: clarify that --with-qt installs wireshark-qtTim D. Smith
Closes #32537.
2014-09-16wireshark: update 1.12.0_1 bottle.BrewTestBot
Closes #32313. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-16lua: upgrade to 5.2.Dominyk Tiller
Merges Lua52 into the Master branch as the new ‘Lua’ whilst transitioning the old Lua formula to ‘Lua51’, running the two side-by-side in a non-conflicting way.
2014-08-02wireshark: update 1.12.0 bottle.BrewTestBot
2014-08-02wireshark: 1.12.0Richo Healey
Removes devel, 1.12.0 is now stable Closes #31307. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-01wireshark: update 1.10.9 bottle.BrewTestBot
Closes #31276. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-01wireshark 1.10.9, 1.12.0 (devel)Tomasz Pajor
2014-08-01use test helpersAdam Vandenberg
2014-06-17wireshark: update 1.10.8 bottle.BrewTestBot
2014-06-17wireshark 1.10.8, devel 1.12.0-rc2Felix Itzenplitz
Closes #30225. Closes #30240. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-04wireshark: add 1.10.7 bottle.BrewTestBot
Closes #29844. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-04wireshark: add optional GTK+3 support.Balint Reczey
Keep providing GTK+ (2) or Qt as an option. Also drop x11 dependency, gtk+ already depends on it.
2014-05-31wireshark: modernize autotools depsJack Nagel
2014-05-05wireshark 1.10.7 and --devel 1.11.3asaph
Closes #28986. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-03wireshark: switch to optional gtk+ dep to fix upgradesJack Nagel
Fixes #28080.
2014-03-18wireshark: fix indentationAdam Vandenberg
2014-03-18wireshark: use stable blockAdam Vandenberg
2014-03-18wireshark 1.10.6asaph
Closes #27679. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-09wireshark: Fix condition for disabling the wireshark binaryJaime Marquínez Ferrándiz
Closes #27341. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-09wireshark: Add a testJaime Marquínez Ferrándiz
Closes #27353. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-06Increment revisions on libgcrypt dependentsJack Nagel
2014-03-05Increment revisions on gnutls dependentsJack Nagel
2014-03-01wireshark: use git repo for headGerald Combs
http://www.wireshark.org/lists/wireshark-dev/201401/msg00189.html Closes #27119. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-18wireshark: move conditional into methodJack Nagel
2014-02-12wireshark: add option to install library headersGregor Jasny
These library headers are needed for 3rd party plug-ins like dissectors. Closes #25400. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-20wireshark 1.10.5Louis Plissonneau
Closes #25352. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-20wireshark devel 1.11.2Evan Kinney
Closes #24541. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-13wireshark --devel 1.11.0asaph
Closes #24243. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-05wireshark 1.10.3Jack Nagel
2013-10-19wireshark: update patch commentMisty De Meo
2013-10-18wireshark: fix CLT-only buildMisty De Meo
Fixes #22663. Fixes #22971.
2013-09-21wireshark: use spec depsJack Nagel