- multiple security issues fixed (#227140)
This commit is contained in:
parent
e1c25dcf4f
commit
646e1ce1a0
@ -1 +1 @@
|
|||||||
wireshark-0.99.5-SVN-20402.tar.gz
|
wireshark-0.99.5.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e07162734fa2623f766b1eac6fd259fb wireshark-0.99.5-SVN-20402.tar.gz
|
d034fc3936d16cfc3becac2daec9f591 wireshark-0.99.5.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%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 to 0 for final version
|
#define to 0 for final version
|
||||||
%define svn_version 20402
|
%define svn_version 0
|
||||||
|
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 0.99.5
|
Version: 0.99.5
|
||||||
Release: 0.pre2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
%if %{svn_version}
|
%if %{svn_version}
|
||||||
@ -184,6 +184,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 5 2007 Radek Vokál <rvokal@redhat.com> 0.99.5-1
|
||||||
|
- multiple security issues fixed (#227140)
|
||||||
|
- CVE-2007-0459 - The TCP dissector could hang or crash while reassembling HTTP packets
|
||||||
|
- CVE-2007-0459 - The HTTP dissector could crash.
|
||||||
|
- CVE-2007-0457 - On some systems, the IEEE 802.11 dissector could crash.
|
||||||
|
- CVE-2007-0456 - On some systems, the LLT dissector could crash.
|
||||||
|
|
||||||
* Mon Jan 15 2007 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre2
|
* Mon Jan 15 2007 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre2
|
||||||
- another 0.99.5 prerelease, fix build bug and pie flags
|
- another 0.99.5 prerelease, fix build bug and pie flags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user