diff --git a/.cvsignore b/.cvsignore index 84fa95a..50b6808 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wireshark-0.99.5-SVN-20402.tar.gz +wireshark-0.99.5.tar.gz diff --git a/sources b/sources index 4c37be6..1dfa16d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e07162734fa2623f766b1eac6fd259fb wireshark-0.99.5-SVN-20402.tar.gz +d034fc3936d16cfc3becac2daec9f591 wireshark-0.99.5.tar.gz diff --git a/wireshark.spec b/wireshark.spec index 1534a28..e41dcf7 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -1,11 +1,11 @@ %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") #define to 0 for final version -%define svn_version 20402 +%define svn_version 0 Summary: Network traffic analyzer Name: wireshark Version: 0.99.5 -Release: 0.pre2%{?dist} +Release: 1%{?dist} License: GPL Group: Applications/Internet %if %{svn_version} @@ -184,6 +184,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 5 2007 Radek Vokál 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 0.99.5-0.pre2 - another 0.99.5 prerelease, fix build bug and pie flags