aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wireshark.rb
AgeCommit message (Collapse)Author
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>
2011-11-09Wireshark: Update to 1.7.0Josh Cheshire
Closes #8516. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-08wireshark 1.6.2Michael J. Schultz
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-06-08wireshark 1.6.0Adam Vandenberg
2011-06-07wireshark: update caveat with OS X workaroundlorensr
2011-06-01wireshark 1.4.7James Brown
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-19wireshark 1.4.6Mateusz Lenik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-02wireshark 1.4.4Ben Beuchler
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-27Update Wireshark to 1.4.3pushmatrix
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-26Update Wireshark to 1.4.2Craig Bernstein
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-03Wireshark - fix auditAdam Vandenberg
2010-11-03Add optional X11 support to wiresharkAndrew Wellington
Wireshark continues to build with no X11 support by default, but --with-x is available to add support for the X11 GUI to wireshark. Includes patch from wireshark svn that fixes a crash on launch. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-02Wireshark 1.4.1Andrew Wellington
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Fixes #3051
2010-08-31Update wireshark 1.4.0Luke Gallagher
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-06-10Update Wireshark 1.2.9Luke Gallagher
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-27Update wireshark to 1.2.7.Adam Vandenberg
2010-01-13Wireshark depends on glibMax Howell
Fixes #426.
2009-12-19Updated Wireshark to 1.0.10Daniel Schobel