aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wireshark.rb
AgeCommit message (Collapse)Author
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
2013-09-12wireshark 1.10.2Adam Vandenberg
Closes #22490.
2013-07-19wireshark: Add support for building `--HEAD`.Robert Quattlebaum
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Conflicts: Library/Formula/wireshark.rb
2013-07-05wireshark: Don't disable-wireshark if your are going to build with QtGoran Stefkovski
Ensure that if build with qt is specified, we still build wireshark. Closes #21020. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-16wireshark: use gnutls 3Adam Vandenberg
Closes #20547.
2013-06-16wireshark: disable gtk+ frontend unless with-x is passedJack Nagel
Fixes #20528.
2013-06-13wireshark: always build with SSl supportAdam Vandenberg
2013-06-13wireshark: add SSL supportMichael Klishin
Closes #20472. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-09wireshark: Added mirror. SHA1 are the same.Samuel John
2013-06-09wireshark: 1.10.0Samuel John
- Optionally with portaudio - Optionally with lua - Using geoip lib as recommended In order to build the gui, the 'wireshark' has to be built and must not be deactivated.
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-27wireshark: add option to build Qt GUIMichael Klishin
Closes #19824. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-23wireshark 1.8.7Roch Delsalle
Closes #20011. Closes #20012. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-13wireshark: modernize styleJack Nagel
2013-03-08wireshark 1.8.6Jack Nagel
2013-02-22wireshark 1.8.5Juan C. Müller
Closes #18025. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-20Wireshark: link against GnuTLS 2Adam Vandenberg
Closes #16257.
2012-12-01wireshark 1.8.4Peter Schneider
Closes #16308. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-15Add missing libgcrypt dependencies post-gnutls 3 updateStefan
Closes #16093. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-08Wireshark 1.8.3Lasse Bang Mikkelsen
Closes #15361. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Wireshark 1.8.2Lasse Bang Mikkelsen
Closes #14844. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-13wireshark: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-28wireshark 1.8.1Brett Koonce
Closes #13667. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-19wireshark 1.8.0Vincent
Closes #13397. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03wireshark: --with-x needs x11Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-03wireshark 1.6.8Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07wireshark devel 1.7.1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07wireshark 1.6.7Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-18wireshark: reorganize things a bitJack Nagel
- add optional dep on the c-ares library - make python bindings optional
2012-01-30wireshark: add 1.7.0 as the devel versionJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-19wireshark: move back to 1.6.5Jack Nagel
1.6.5 is the latest stable version, 1.7 is the development series, and has issues building the GTK frontend with the current Homebrew GTK build chain. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-02wireshark: disable experimental python supportJack Nagel
Currently building wireshark with Python support (the default) may result in runtime errors like dlsym(0x8fe467fc, py_create_dissector_handle): symbol not found Since Python support is currently "experimental", let's just turn it off. Patches with the right settings to re-enable it are certainly welcome. Signed-off-by: Jack Nagel <jacknagel@gmail.com>