SHA256
1
0
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:
OBS User autobuild 2010-06-04 13:06:22 +00:00 committed by Git OBS Bridge
commit 4d4f831dd1
3 changed files with 2797 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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