diff options
| author | Craig Bernstein | 2010-11-24 16:26:47 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-26 09:20:27 -0800 |
| commit | 0131267787aa2177e76dfbc2b726d9aa80e2ba9b (patch) | |
| tree | 17730a288307ccb9290b3e9951507409706081ba /Library/Formula | |
| parent | b66a98cc7ea36ed46961b0d8cc3aafc103c7927d (diff) | |
| download | homebrew-0131267787aa2177e76dfbc2b726d9aa80e2ba9b.tar.bz2 | |
Update Wireshark to 1.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wireshark.rb | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index 6b33c6778..0507e3104 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -1,8 +1,8 @@ require 'formula' class Wireshark <Formula - url 'http://media-2.cacetech.com/wireshark/src/wireshark-1.4.1.tar.bz2' - md5 '1719d20a10990e7c2cb261df7021aab6' + url 'http://media-2.cacetech.com/wireshark/src/wireshark-1.4.2.tar.bz2' + md5 '5429561935ea0d1ee572793b55446918' homepage 'http://www.wireshark.org' depends_on 'gnutls' => :optional @@ -14,11 +14,6 @@ class Wireshark <Formula [["--with-x", "Include X11 support"]] end - def patches - # Fix a crash on launch bug in 1.4.1 as fixed in wireshark SVN revision 34494 - DATA - end - def install args = ["--disable-dependency-tracking", "--prefix=#{prefix}"] @@ -32,23 +27,3 @@ class Wireshark <Formula end end - -__END__ ---- trunk-1.4/gtk/main.c 2010/10/12 21:33:08 34493 -+++ trunk-1.4/gtk/main.c 2010/10/13 00:50:07 34494 -@@ -2787,7 +2787,6 @@ - changed either from one of the preferences file or from the command - line that their preferences have changed. */ - prefs_apply_all(); -- macros_post_update(); - - /* disabled protocols as per configuration file */ - if (gdp_path == NULL && dp_path == NULL) { -@@ -3731,6 +3730,7 @@ - - prefs_to_capture_opts(); - prefs_apply_all(); -+ macros_post_update(); - - /* Update window view and redraw the toolbar */ - update_main_window_name(); |
