- upgrade to 0.99.3
This commit is contained in:
parent
7ba31d8fba
commit
6ec5a00e40
@ -1 +1 @@
|
|||||||
wireshark-0.99.2.tar.gz
|
wireshark-0.99.3a.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
46d3b7c9766960fb34782c2078c50d13 wireshark-0.99.2.tar.gz
|
d6388313e86a33ffeaf2bd973de70ea0 wireshark-0.99.3a.tar.gz
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
||||||
%define svn_version 18188
|
%define svn_version 19007
|
||||||
|
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 0.99.2
|
Version: 0.99.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: http://www.wireshark.org/download/prerelease/%{name}-%{version}.tar.gz
|
Source0: http://www.wireshark.org/download/prerelease/%{name}-%{version}a.tar.gz
|
||||||
|
#Source0: http://www.wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
|
||||||
Source1: wireshark.pam
|
Source1: wireshark.pam
|
||||||
Source2: wireshark.console
|
Source2: wireshark.console
|
||||||
Source3: wireshark.desktop
|
Source3: wireshark.desktop
|
||||||
@ -53,7 +54,7 @@ Contains wireshark for Gnome 2 and desktop integration file
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n %{name}-%{version}-SVN-%{svn_version}
|
#%setup -q -n %{name}-%{version}-SVN-%{svn_version}
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}a
|
||||||
%patch1 -p1 -b .pie
|
%patch1 -p1 -b .pie
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
|
||||||
@ -173,6 +174,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 25 2006 Radek Vokál <rvokal@redhat.com> 0.99.3-1
|
||||||
|
- upgrade to 0.99.3
|
||||||
|
- Wireshark 0.99.3 fixes the following vulnerabilities:
|
||||||
|
- the SCSI dissector could crash. Versions affected: CVE-2006-4330
|
||||||
|
- the IPsec ESP preference parser was susceptible to off-by-one errors. CVE-2006-4331
|
||||||
|
- a malformed packet could make the Q.2931 dissector use up available memory. CVE-2006-4333
|
||||||
|
|
||||||
* Tue Jul 18 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-1
|
* Tue Jul 18 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-1
|
||||||
- upgrade to 0.99.2
|
- upgrade to 0.99.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user