forked from pool/wireshark
Accepting request 41072 from network:utilities
Copy from network:utilities/wireshark based on submit request 41072 from user prusnak OBS-URL: https://build.opensuse.org/request/show/41072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireshark?expand=0&rev=31
This commit is contained in:
commit
4d4f831dd1
2786
corosync-packet-dissector.patch
Normal file
2786
corosync-packet-dissector.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 3 06:41:23 UTC 2010 - tserong@novell.com
|
||||||
|
|
||||||
|
- Added corosync packet dissector (patch 4724 from
|
||||||
|
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3232,
|
||||||
|
minus "private key" setting, which doesn't work with
|
||||||
|
nice random binary keys in /etc/corosync/authkey)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 14 12:48:53 CEST 2010 - prusnak@suse.cz
|
Fri May 14 12:48:53 CEST 2010 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ License: GPLv2+
|
|||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
Summary: A Network Traffic Analyser
|
Summary: A Network Traffic Analyser
|
||||||
Version: 1.2.8
|
Version: 1.2.8
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||||
Source1: include.filelist
|
Source1: include.filelist
|
||||||
@ -35,6 +35,7 @@ Patch1: %{name}-1.2.0-disable-warning-dialog.patch
|
|||||||
Patch2: %{name}-1.2.0-asneeded.patch
|
Patch2: %{name}-1.2.0-asneeded.patch
|
||||||
# PATCH-FEATURE-OPENSUSE wireshark-1.2.0-geoip.patch prusnak@suse.cz -- search in /var/lib/GeoIP if user hasn't set any GeoIP folders
|
# PATCH-FEATURE-OPENSUSE wireshark-1.2.0-geoip.patch prusnak@suse.cz -- search in /var/lib/GeoIP if user hasn't set any GeoIP folders
|
||||||
Patch3: %{name}-1.2.0-geoip.patch
|
Patch3: %{name}-1.2.0-geoip.patch
|
||||||
|
Patch4: corosync-packet-dissector.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: xdg-utils
|
Requires: xdg-utils
|
||||||
Provides: ethereal = %{version}
|
Provides: ethereal = %{version}
|
||||||
@ -97,6 +98,7 @@ view the reconstructed stream of a TCP session.
|
|||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user