- update to pre1 of 0.99.6 release

This commit is contained in:
Radek Vokál 2007-05-23 14:37:36 +00:00
parent 646e1ce1a0
commit 18cc0fa355
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
wireshark-0.99.5.tar.gz wireshark-0.99.6-SVN-21881.tar.gz

View File

@ -1 +1 @@
d034fc3936d16cfc3becac2daec9f591 wireshark-0.99.5.tar.gz 872a361a32092ba4bb360439f972eb1c wireshark-0.99.6-SVN-21881.tar.gz

View File

@ -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 0 %define svn_version 21881
Summary: Network traffic analyzer Summary: Network traffic analyzer
Name: wireshark Name: wireshark
Version: 0.99.5 Version: 0.99.6
Release: 1%{?dist} Release: 0.pre1%{?dist}
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
%if %{svn_version} %if %{svn_version}
@ -91,6 +91,7 @@ export LDFLAGS="$LDFLAGS -lm -lcrypto"
--enable-gtk2 \ --enable-gtk2 \
--with-pic \ --with-pic \
--with-ssl \ --with-ssl \
--disable-warnings-as-errors \
--with-plugindir=%{_libdir}/%{name}/plugins/%{version} --with-plugindir=%{_libdir}/%{name}/plugins/%{version}
time make %{?_smp_mflags} time make %{?_smp_mflags}
@ -184,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
- update to pre1 of 0.99.6 release
* Mon Feb 5 2007 Radek Vokál <rvokal@redhat.com> 0.99.5-1 * Mon Feb 5 2007 Radek Vokál <rvokal@redhat.com> 0.99.5-1
- multiple security issues fixed (#227140) - multiple security issues fixed (#227140)
- CVE-2007-0459 - The TCP dissector could hang or crash while reassembling HTTP packets - CVE-2007-0459 - The TCP dissector could hang or crash while reassembling HTTP packets