diff --git a/.cvsignore b/.cvsignore index 50b6808..c65d630 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wireshark-0.99.5.tar.gz +wireshark-0.99.6-SVN-21881.tar.gz diff --git a/sources b/sources index 1dfa16d..fec3d02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d034fc3936d16cfc3becac2daec9f591 wireshark-0.99.5.tar.gz +872a361a32092ba4bb360439f972eb1c wireshark-0.99.6-SVN-21881.tar.gz diff --git a/wireshark.spec b/wireshark.spec index e41dcf7..d01f541 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 0 +%define svn_version 21881 Summary: Network traffic analyzer Name: wireshark -Version: 0.99.5 -Release: 1%{?dist} +Version: 0.99.6 +Release: 0.pre1%{?dist} License: GPL Group: Applications/Internet %if %{svn_version} @@ -91,6 +91,7 @@ export LDFLAGS="$LDFLAGS -lm -lcrypto" --enable-gtk2 \ --with-pic \ --with-ssl \ + --disable-warnings-as-errors \ --with-plugindir=%{_libdir}/%{name}/plugins/%{version} time make %{?_smp_mflags} @@ -184,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 23 2007 Radek Vokál 0.99.6-0.pre1 +- update to pre1 of 0.99.6 release + * 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