2006-06-15 13:27:16 +00:00
|
|
|
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
2006-12-12 10:54:43 +00:00
|
|
|
#define to 0 for final version
|
2009-06-16 09:57:44 +00:00
|
|
|
%define svn_version 0
|
2007-11-26 15:40:31 +00:00
|
|
|
%define with_adns 0
|
2009-09-15 06:56:14 +00:00
|
|
|
%if 0%{?rhel} != 0
|
|
|
|
%define with_portaudio 0
|
|
|
|
%else
|
2009-01-19 12:20:27 +00:00
|
|
|
%define with_portaudio 1
|
2009-09-15 06:56:14 +00:00
|
|
|
%endif
|
2006-06-15 13:27:16 +00:00
|
|
|
|
|
|
|
Summary: Network traffic analyzer
|
|
|
|
Name: wireshark
|
2009-09-21 11:42:28 +00:00
|
|
|
Version: 1.2.2
|
|
|
|
Release: 1%{?dist}
|
2007-08-23 15:01:40 +00:00
|
|
|
License: GPL+
|
2006-06-15 13:27:16 +00:00
|
|
|
Group: Applications/Internet
|
2006-12-12 10:54:43 +00:00
|
|
|
%if %{svn_version}
|
2007-09-19 07:19:32 +00:00
|
|
|
Source0: http://wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
|
2006-12-12 10:54:43 +00:00
|
|
|
%else
|
2009-06-16 09:57:44 +00:00
|
|
|
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
2006-12-12 10:54:43 +00:00
|
|
|
%endif
|
2006-06-15 13:27:16 +00:00
|
|
|
Source1: wireshark.pam
|
|
|
|
Source2: wireshark.console
|
|
|
|
Source3: wireshark.desktop
|
2008-07-18 12:42:56 +00:00
|
|
|
Patch1: wireshark-1.0.2-pie.patch
|
2008-07-25 13:21:06 +00:00
|
|
|
Patch2: wireshark-nfsv4-opts.patch
|
|
|
|
Patch3: wireshark-0.99.7-path.patch
|
2009-02-15 13:43:57 +00:00
|
|
|
Patch4: wireshark-1.1.2-nfs41-backchnl-decode.patch
|
2008-07-18 12:12:46 +00:00
|
|
|
|
2006-06-15 13:27:16 +00:00
|
|
|
Url: http://www.wireshark.org/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2006-11-28 13:59:53 +00:00
|
|
|
BuildRequires: libpcap-devel >= 0.9
|
2009-03-26 08:53:40 +00:00
|
|
|
BuildRequires: libsmi-devel
|
2006-06-15 13:27:16 +00:00
|
|
|
BuildRequires: zlib-devel, bzip2-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: glib2-devel, gtk2-devel
|
|
|
|
BuildRequires: elfutils-devel, krb5-devel
|
|
|
|
BuildRequires: python, pcre-devel, libselinux
|
|
|
|
BuildRequires: gnutls-devel
|
|
|
|
BuildRequires: desktop-file-utils, automake, libtool
|
2007-11-26 15:40:31 +00:00
|
|
|
BuildRequires: xdg-utils
|
2008-04-02 19:59:32 +00:00
|
|
|
BuildRequires: flex, bison, python
|
2007-11-26 15:40:31 +00:00
|
|
|
%if %{with_adns}
|
|
|
|
BuildRequires: adns-devel
|
|
|
|
%endif
|
2009-01-19 12:20:27 +00:00
|
|
|
%if %{with_portaudio}
|
|
|
|
BuildRequires: portaudio-devel
|
|
|
|
%endif
|
|
|
|
|
2006-06-15 13:27:16 +00:00
|
|
|
Obsoletes: ethereal
|
|
|
|
Provides: ethereal
|
|
|
|
|
|
|
|
|
|
|
|
%package gnome
|
|
|
|
Summary: Gnome desktop integration for wireshark and wireshark-usermode
|
|
|
|
Group: Applications/Internet
|
|
|
|
Requires: gtk2
|
|
|
|
Requires: usermode >= 1.37
|
|
|
|
Requires: wireshark = %{version}-%{release}
|
2007-11-26 15:40:31 +00:00
|
|
|
Requires: libsmi
|
2008-08-25 13:50:39 +00:00
|
|
|
Requires: xdg-utils, usermode-gtk
|
2007-11-26 15:40:31 +00:00
|
|
|
%if %{with_adns}
|
|
|
|
Requires: adns
|
|
|
|
%endif
|
2009-01-19 12:20:27 +00:00
|
|
|
%if %{with_portaudio}
|
|
|
|
Requires: portaudio
|
|
|
|
%endif
|
2006-06-15 13:27:16 +00:00
|
|
|
Obsoletes: ethereal-gnome
|
|
|
|
Provides: ethereal-gnome
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
Wireshark is a network traffic analyzer for Unix-ish operating systems.
|
|
|
|
|
|
|
|
This package lays base for libpcap, a packet capture and filtering
|
|
|
|
library, contains command-line utilities, contains plugins and
|
|
|
|
documentation for wireshark. A graphical user interface is packaged
|
|
|
|
separately to GTK+ package.
|
|
|
|
|
|
|
|
%description gnome
|
|
|
|
Contains wireshark for Gnome 2 and desktop integration file
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2006-12-12 10:54:43 +00:00
|
|
|
%if %{svn_version}
|
|
|
|
%setup -q -n %{name}-%{version}-SVN-%{svn_version}
|
|
|
|
%else
|
2006-11-01 12:26:13 +00:00
|
|
|
%setup -q -n %{name}-%{version}
|
2006-12-12 10:54:43 +00:00
|
|
|
%endif
|
2008-11-13 13:05:09 +00:00
|
|
|
#%patch1 -p1 -b .pie
|
2008-07-25 13:21:06 +00:00
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
2009-02-15 13:43:57 +00:00
|
|
|
%patch4 -p1
|
2006-06-15 13:27:16 +00:00
|
|
|
|
|
|
|
%build
|
2008-06-29 23:45:12 +00:00
|
|
|
%ifarch s390 s390x sparcv9 sparc64
|
2006-06-15 13:27:16 +00:00
|
|
|
export PIECFLAGS="-fPIE"
|
|
|
|
%else
|
|
|
|
export PIECFLAGS="-fpie"
|
|
|
|
%endif
|
|
|
|
# FC5+ automatic -fstack-protector-all switch
|
|
|
|
export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector/-fstack-protector-all}
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
|
|
|
|
export LDFLAGS="$LDFLAGS -lm -lcrypto"
|
2008-11-13 13:05:09 +00:00
|
|
|
#./autogen.sh
|
2006-06-15 13:27:16 +00:00
|
|
|
%configure \
|
|
|
|
--bindir=%{_sbindir} \
|
|
|
|
--enable-zlib \
|
|
|
|
--enable-ipv6 \
|
2007-11-26 15:40:31 +00:00
|
|
|
--with-libsmi \
|
2006-06-15 13:27:16 +00:00
|
|
|
--with-gnu-ld \
|
|
|
|
--enable-gtk2 \
|
|
|
|
--with-pic \
|
2007-11-26 15:40:31 +00:00
|
|
|
%if %{with_adns}
|
2007-06-18 13:09:15 +00:00
|
|
|
--with-adns \
|
2007-11-26 15:40:31 +00:00
|
|
|
%else
|
|
|
|
--with-adns=no \
|
|
|
|
%endif
|
2006-06-15 13:27:16 +00:00
|
|
|
--with-ssl \
|
2007-05-23 14:37:36 +00:00
|
|
|
--disable-warnings-as-errors \
|
2006-06-15 13:27:16 +00:00
|
|
|
--with-plugindir=%{_libdir}/%{name}/plugins/%{version}
|
|
|
|
time make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# The evil plugins hack
|
|
|
|
perl -pi -e 's|-L../../epan|-L../../epan/.libs|' plugins/*/*.la
|
|
|
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
#symlink tshark to tethereal
|
|
|
|
ln -s tshark $RPM_BUILD_ROOT%{_sbindir}/tethereal
|
|
|
|
|
|
|
|
#empty?!
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_sbindir}/idl2wrs
|
|
|
|
|
|
|
|
# install support files for usermode, gnome and kde
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d
|
|
|
|
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/wireshark
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/security/console.apps
|
|
|
|
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/security/console.apps/wireshark
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
|
|
|
ln -s consolehelper $RPM_BUILD_ROOT/%{_bindir}/wireshark
|
|
|
|
|
|
|
|
# install man
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
|
|
|
|
install -m 644 *.1 $RPM_BUILD_ROOT/%{_mandir}/man1
|
|
|
|
|
|
|
|
# Install python stuff.
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
|
|
|
|
install -m 644 tools/wireshark_be.py tools/wireshark_gen.py $RPM_BUILD_ROOT%{python_sitelib}
|
|
|
|
|
|
|
|
desktop-file-install --vendor fedora \
|
|
|
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
|
|
|
--add-category X-Fedora \
|
|
|
|
%{SOURCE3}
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps
|
|
|
|
install -m 644 image/wsicon48.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/wireshark.png
|
|
|
|
|
|
|
|
|
|
|
|
# Remove .la files
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/plugins/%{version}/*.la
|
|
|
|
|
|
|
|
# Remove .la files in libdir
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README*
|
|
|
|
%{_sbindir}/editcap
|
|
|
|
#%{_sbindir}/idl2wrs
|
|
|
|
%{_sbindir}/tshark
|
|
|
|
%{_sbindir}/mergecap
|
|
|
|
%{_sbindir}/text2pcap
|
|
|
|
%{_sbindir}/dftest
|
|
|
|
%{_sbindir}/capinfos
|
|
|
|
%{_sbindir}/randpkt
|
|
|
|
%{_sbindir}/dumpcap
|
|
|
|
%{_sbindir}/tethereal
|
2008-04-01 17:41:00 +00:00
|
|
|
%{_sbindir}/rawshark
|
2006-06-15 13:27:16 +00:00
|
|
|
%{python_sitelib}/*
|
|
|
|
%{_libdir}/lib*
|
|
|
|
%{_mandir}/man1/editcap.*
|
|
|
|
%{_mandir}/man1/tshark.*
|
|
|
|
%{_mandir}/man1/idl2wrs.*
|
|
|
|
%{_mandir}/man1/mergecap.*
|
|
|
|
%{_mandir}/man1/text2pcap.*
|
|
|
|
%{_mandir}/man1/capinfos.*
|
|
|
|
%{_mandir}/man1/dumpcap.*
|
|
|
|
%{_mandir}/man4/wireshark-filter.*
|
2008-04-01 17:41:00 +00:00
|
|
|
%{_mandir}/man1/rawshark.*
|
2006-06-15 13:27:16 +00:00
|
|
|
%{_libdir}/wireshark
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/wireshark
|
|
|
|
%config(noreplace) %{_sysconfdir}/security/console.apps/wireshark
|
|
|
|
%{_datadir}/wireshark
|
|
|
|
|
|
|
|
%files gnome
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/applications/fedora-wireshark.desktop
|
|
|
|
%{_datadir}/pixmaps/wireshark.png
|
|
|
|
%{_bindir}/wireshark
|
|
|
|
%{_sbindir}/wireshark
|
|
|
|
%{_mandir}/man1/wireshark.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2009-09-21 11:42:28 +00:00
|
|
|
* Mon Sep 21 2009 Radek Vokal <rvokal@redhat.com> - 1.2.2-1
|
|
|
|
- upgrade to 1.2.2
|
|
|
|
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.2.html
|
|
|
|
|
2009-09-15 06:56:14 +00:00
|
|
|
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 1.2.1-5
|
|
|
|
- do not use portaudio in RHEL
|
|
|
|
|
2009-08-28 12:13:05 +00:00
|
|
|
* Fri Aug 28 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1-4
|
|
|
|
- yet anohter rebuilt
|
|
|
|
|
2009-08-21 16:26:41 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-3
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-07-27 07:18:33 +00:00
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-22 11:29:57 +00:00
|
|
|
* Wed Jul 22 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1
|
|
|
|
- upgrade to 1.2.1
|
|
|
|
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html
|
|
|
|
|
2009-06-16 09:57:44 +00:00
|
|
|
* Tue Jun 16 2009 Radek Vokal <rvokal@redhat.com> - 1.2.0
|
|
|
|
- upgrade to 1.2.0
|
|
|
|
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html
|
|
|
|
|
2009-05-22 08:23:25 +00:00
|
|
|
* Fri May 22 2009 Radek Vokal <rvokal@redhat.com> - 1.1.4-0.pre1
|
|
|
|
- update to latest development build
|
|
|
|
|
2009-03-26 18:30:57 +00:00
|
|
|
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.3-1
|
|
|
|
- upgrade to 1.1.3
|
|
|
|
|
2009-03-26 08:53:40 +00:00
|
|
|
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-4.pre1
|
|
|
|
- fix libsmi support
|
|
|
|
|
2009-02-25 18:48:09 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3.pre1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-16 15:47:59 +00:00
|
|
|
* Mon Feb 16 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-2.pre1
|
|
|
|
- add netdump support
|
|
|
|
|
2009-02-15 13:43:57 +00:00
|
|
|
* Sun Feb 15 2009 Steve Dickson <steved@redhat.com> - 1.1.2-1.pre1
|
|
|
|
- NFSv4.1: Add support for backchannel decoding
|
|
|
|
|
2009-01-19 12:20:27 +00:00
|
|
|
* Mon Jan 19 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-0.pre1
|
|
|
|
- upgrade to latest development release
|
|
|
|
- added support for portaudio (#480195)
|
|
|
|
|
2009-01-18 15:30:13 +00:00
|
|
|
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.1-0.pre1.2
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
2008-11-29 17:35:11 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.1.1-0.pre1.1
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2009-01-19 12:20:27 +00:00
|
|
|
* Thu Nov 13 2008 Radek Vokál <rvokal@redhat.com> 1.1.1-0.pre1
|
2008-11-13 13:05:09 +00:00
|
|
|
- upgrade to 1.1.1 development branch
|
|
|
|
|
2008-09-10 06:36:14 +00:00
|
|
|
* Wed Sep 10 2008 Radek Vokál <rvokal@redhat.com> 1.0.3-1
|
|
|
|
- upgrade to 1.0.3
|
|
|
|
- Security-related bugs in the NCP dissector, zlib compression code, and Tektronix .rf5 file parser have been fixed.
|
|
|
|
- WPA group key decryption is now supported.
|
|
|
|
- A bug that could cause packets to be wrongly dissected as "Redback Lawful Intercept" has been fixed.
|
|
|
|
|
2008-08-25 13:50:39 +00:00
|
|
|
* Mon Aug 25 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-3
|
|
|
|
- fix requires for wireshark-gnome
|
|
|
|
|
2008-07-25 13:21:06 +00:00
|
|
|
* Thu Jul 17 2008 Steve Dickson <steved@redhat.com> 1.0.2-2
|
2008-07-18 12:12:46 +00:00
|
|
|
- Added patches to support NFSv4.1
|
|
|
|
|
2008-07-11 07:37:01 +00:00
|
|
|
* Fri Jul 11 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-1
|
|
|
|
- upgrade to 1.0.2
|
|
|
|
|
2008-07-08 07:42:05 +00:00
|
|
|
* Tue Jul 8 2008 Radek Vokál <rvokal@redhat.com> 1.0.1-1
|
|
|
|
- upgrade to 1.0.1
|
|
|
|
|
2008-06-29 23:45:12 +00:00
|
|
|
* Sun Jun 29 2008 Dennis Gilmore <dennis@ausil.us> 1.0.0-3
|
|
|
|
- add sparc arches to -fPIE
|
|
|
|
- rebuild for new gnutls
|
|
|
|
|
2008-04-01 19:05:27 +00:00
|
|
|
* Tue Apr 1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-2
|
|
|
|
- fix BuildRequires - python, yacc, bison
|
|
|
|
|
2008-04-01 17:41:00 +00:00
|
|
|
* Tue Apr 1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-1
|
|
|
|
- April Fools' day upgrade to 1.0.0
|
|
|
|
|
2008-02-19 23:03:38 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.7-3
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-19 13:21:46 +00:00
|
|
|
* Wed Dec 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-2
|
|
|
|
- fix crash in unprivileged mode (#317681)
|
|
|
|
|
2007-12-18 22:51:06 +00:00
|
|
|
* Tue Dec 18 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-1
|
|
|
|
- upgrade to 0.99.7
|
|
|
|
|
2007-12-07 10:38:38 +00:00
|
|
|
* Fri Dec 7 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-0.pre2.1
|
|
|
|
- rebuilt for openssl
|
|
|
|
|
2007-11-26 15:40:31 +00:00
|
|
|
* Mon Nov 26 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre2
|
|
|
|
- switch to libsmi from net-snmp
|
|
|
|
- disable ADNS due to its lack of Ipv6 support
|
|
|
|
- 0.99.7 prerelease 2
|
|
|
|
|
2007-11-20 20:31:52 +00:00
|
|
|
* Tue Nov 20 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre1
|
|
|
|
- upgrade to 0.99.7 pre-release
|
|
|
|
|
2007-09-19 07:19:32 +00:00
|
|
|
* Wed Sep 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-3
|
|
|
|
- fixed URL
|
|
|
|
|
2007-08-23 15:01:40 +00:00
|
|
|
* Thu Aug 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-2
|
|
|
|
- rebuilt
|
|
|
|
|
2007-07-09 14:09:01 +00:00
|
|
|
* Mon Jul 9 2007 Radek Vokal <rvokal@redhat.com> 0.99.6-1
|
|
|
|
- upgrade to 0.99.6 final
|
|
|
|
|
2007-06-18 13:09:15 +00:00
|
|
|
* Fri Jun 15 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre2
|
|
|
|
- another pre-release
|
|
|
|
- turn on ADNS support
|
|
|
|
|
2007-05-23 14:37:36 +00:00
|
|
|
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
|
|
|
|
- update to pre1 of 0.99.6 release
|
|
|
|
|
2007-02-05 14:36:44 +00:00
|
|
|
* 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.
|
|
|
|
|
2007-01-15 11:30:17 +00:00
|
|
|
* 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
|
|
|
|
|
2006-12-12 10:54:43 +00:00
|
|
|
* Tue Dec 12 2006 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre1
|
|
|
|
- update to 0.99.5 prerelease
|
|
|
|
|
2006-12-07 16:38:58 +00:00
|
|
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.99.4-5
|
|
|
|
- rebuild for python 2.5
|
|
|
|
|
2006-11-28 13:59:53 +00:00
|
|
|
* Tue Nov 28 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-4
|
|
|
|
- rebuilt for new libpcap and net-snmp
|
|
|
|
|
2006-11-23 09:56:40 +00:00
|
|
|
* Thu Nov 23 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-3
|
|
|
|
- add htmlview to Buildrequires to be picked up by configure scripts (#216918)
|
|
|
|
|
2006-11-07 09:26:23 +00:00
|
|
|
* Tue Nov 7 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-2.fc7
|
|
|
|
- Requires: net-snmp for the list of MIB modules
|
|
|
|
|
2006-11-01 12:26:13 +00:00
|
|
|
* Wed Nov 1 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-1
|
|
|
|
- upgrade to 0.99.4 final
|
|
|
|
|
2006-10-31 07:50:38 +00:00
|
|
|
* Tue Oct 31 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-0.pre2
|
|
|
|
- upgrade to 0.99.4pre2
|
|
|
|
|
2006-10-10 06:39:09 +00:00
|
|
|
* Tue Oct 10 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-0.pre1
|
|
|
|
- upgrade to 0.99.4-0.pre1
|
|
|
|
|
2006-08-25 08:42:21 +00:00
|
|
|
* 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
|
|
|
|
|
2006-07-18 06:50:33 +00:00
|
|
|
* Tue Jul 18 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-1
|
|
|
|
- upgrade to 0.99.2
|
|
|
|
|
2006-07-12 18:48:37 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99.2-0.pre1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-11 07:18:55 +00:00
|
|
|
* Tue Jul 11 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-0.pre1
|
|
|
|
- upgrade to 0.99.2pre1, fixes (#198242)
|
|
|
|
|
2006-06-15 13:27:16 +00:00
|
|
|
* Tue Jun 13 2006 Radek Vokal <rvokal@redhat.com> 0.99.1-0.pre1
|
|
|
|
- spec file changes
|
|
|
|
|
|
|
|
* Fri Jun 9 2006 Radek Vokal <rvokal@redhat.com> 0.99.1pre1-1
|
|
|
|
- initial build for Fedora Core
|