[wireshark] Update to wireshark-1.4.0 Allow compilation of mython modules.

Jan Šafránek jsafrane at fedoraproject.org
Wed Sep 1 08:44:34 UTC 2010


commit c73f70e8e2c62b27712b7e7d42344ad4c5396623
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Wed Sep 1 10:44:32 2010 +0200

    Update to wireshark-1.4.0
    Allow compilation of mython modules.

 wireshark-1.4.0-python.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/wireshark-1.4.0-python.patch b/wireshark-1.4.0-python.patch
new file mode 100644
index 0000000..b3f24eb
--- /dev/null
+++ b/wireshark-1.4.0-python.patch
@@ -0,0 +1,11 @@
+diff -up wireshark-1.4.0/epan/wspython/wspy_libws.py.orig wireshark-1.4.0/epan/wspython/wspy_libws.py
+--- wireshark-1.4.0/epan/wspython/wspy_libws.py.orig	2010-08-30 00:17:30.000000000 +0200
++++ wireshark-1.4.0/epan/wspython/wspy_libws.py	2010-08-31 17:37:54.905966497 +0200
+@@ -27,7 +27,6 @@ import platform
+ 
+ __libwireshark = None
+ 
+-/* XXX - We should probably return a full path here, at least on Windows. */
+ def get_libws_libname():
+   system = platform.system()
+   if system == "Darwin":


More information about the scm-commits mailing list