4a42e1
%global with_lua 1
4a42e1
%global with_portaudio 1
4a42e1
%global with_maxminddb 1
4a42e1
%global plugins_version 2.6
4a42e1
4a42e1
Summary:	Network traffic analyzer
4a42e1
Name:		wireshark
4a42e1
Version:	2.6.2
d03213
Release:	12%{?dist}
4a42e1
Epoch:          1
4a42e1
License:	GPL+
4a42e1
Url:		http://www.wireshark.org/
4a42e1
4a42e1
Source0:	https://wireshark.org/download/src/%{name}-%{version}.tar.xz
4a42e1
Source1:        https://www.wireshark.org/download/src/all-versions/SIGNATURES-%{version}.txt
4a42e1
Source2:	90-wireshark-usbmon.rules
4a42e1
4a42e1
# Fedora-specific
4a42e1
%if %{with_lua} && 0%{?fedora}
4a42e1
Patch1:		wireshark-0001-enable-Lua-support.patch
4a42e1
%endif
4a42e1
# Fedora-specific
4a42e1
Patch2:		wireshark-0002-Customize-permission-denied-error.patch
4a42e1
# Will be proposed upstream
4a42e1
Patch3:		wireshark-0003-fix-string-overrun-in-plugins-profinet.patch
4a42e1
# Fedora-specific
4a42e1
Patch4:		wireshark-0004-Restore-Fedora-specific-groups.patch
4a42e1
# Fedora-specific
4a42e1
Patch5:		wireshark-0005-Fix-paths-in-a-wireshark.desktop-file.patch
4a42e1
# Fedora-specific
4a42e1
Patch6:		wireshark-0006-Move-tmp-to-var-tmp.patch
4a42e1
Patch7:		wireshark-0007-cmakelists.patch
4a42e1
#Various CVEs in RHEL-8
4a42e1
Patch8:		wireshark-0008-CVE-2018-16056.patch
4a42e1
Patch9:		wireshark-0009-CVE-2018-16057.patch
4a42e1
Patch10:	wireshark-0010-CVE-2018-16058.patch
4a42e1
Patch11:	wireshark-0011-tshark-missing-N-option.patch
4a42e1
4a42e1
#CVEs backported from wireshark-2.6.4
4a42e1
Patch12:	wireshark-0012-CVE-12086.patch
4a42e1
Patch13:	wireshark-0013-CVE-18225.patch
4a42e1
Patch14:	wireshark-0014-CVE-18226.patch
4a42e1
Patch15:	wireshark-0015-CVE-18227.patch
4a42e1
4a42e1
#CVEs backported from wireshark-2.6.5
4a42e1
Patch16:	wireshark-0016-CVE-19622.patch
4a42e1
Patch17:	wireshark-0017-CVE-19623.patch
4a42e1
Patch18:	wireshark-0018-CVE-19624.patch
4a42e1
Patch19:	wireshark-0019-CVE-19625.patch
4a42e1
Patch20:	wireshark-0020-CVE-19626.patch
4a42e1
Patch21:	wireshark-0021-CVE-19627.patch
4a42e1
Patch22:	wireshark-0022-CVE-19628.patch
4a42e1
4a42e1
#Removing deprecated word Application from .desktop file
4a42e1
Patch23:	wireshark-0023-desktop-file.patch
4a42e1
4a42e1
#Fixing a couple of issues found by covscan
4a42e1
Patch24:	wireshark-0024-covscan.patch
4a42e1
d03213
Patch25:	wireshark-0025-drop-count.patch
d03213
4a42e1
#install tshark together with wireshark GUI
4a42e1
Requires:	%{name}-cli = %{epoch}:%{version}-%{release}
4a42e1
4a42e1
Requires:	xdg-utils
4a42e1
Requires:	hicolor-icon-theme
4a42e1
4a42e1
%if %{with_portaudio} && 0%{?fedora}
4a42e1
Requires:	portaudio
4a42e1
BuildRequires:	portaudio-devel
4a42e1
%endif
4a42e1
%if %{with_maxminddb}
4a42e1
Requires:	libmaxminddb
4a42e1
%endif
4a42e1
4a42e1
BuildRequires:	bzip2-devel
4a42e1
BuildRequires:	c-ares-devel
4a42e1
BuildRequires:	elfutils-devel
4a42e1
BuildRequires:	gcc-c++
4a42e1
BuildRequires:	glib2-devel
4a42e1
BuildRequires:	gnutls-devel
4a42e1
BuildRequires:	gtk3-devel
4a42e1
BuildRequires:	krb5-devel
4a42e1
BuildRequires:	libcap-devel
4a42e1
BuildRequires:	libgcrypt-devel
4a42e1
BuildRequires:	libnl3-devel
4a42e1
BuildRequires:	libpcap-devel >= 0.9
4a42e1
BuildRequires:	libselinux-devel
4a42e1
BuildRequires:	libsmi-devel
4a42e1
BuildRequires:	openssl-devel
4a42e1
BuildRequires:	desktop-file-utils
4a42e1
BuildRequires:	xdg-utils
4a42e1
BuildRequires:	bison
4a42e1
BuildRequires:	flex
4a42e1
BuildRequires:	pcre-devel
4a42e1
BuildRequires:	perl(Pod::Html)
4a42e1
BuildRequires:	perl(Pod::Man)
4a42e1
Buildrequires:  libssh-devel
4a42e1
BuildRequires:	qt5-linguist
4a42e1
BuildRequires:	qt5-qtbase-devel
4a42e1
BuildRequires:	qt5-qtmultimedia-devel
4a42e1
BuildRequires:	qt5-qtsvg-devel
4a42e1
BuildRequires:	zlib-devel
4a42e1
%if %{with_maxminddb}
4a42e1
BuildRequires:	libmaxminddb-devel
4a42e1
%endif
4a42e1
%if %{with_lua} && 0%{?fedora}
4a42e1
BuildRequires:	compat-lua-devel
4a42e1
%endif
4a42e1
Buildrequires: git
4a42e1
Buildrequires: python3-devel
4a42e1
Buildrequires: cmake
4a42e1
Obsoletes: wireshark-qt, wireshark-gtk
4a42e1
4a42e1
%description
4a42e1
Wireshark allows you to examine protocol data stored in files or as it is
4a42e1
captured from wired or wireless (WiFi or Bluetooth) networks, USB devices,
4a42e1
and many other sources.  It supports dozens of protocol capture file formats
4a42e1
and understands more than a thousand protocols.
4a42e1
4a42e1
It has many powerful features including a rich display filter language
4a42e1
and the ability to reassemble multiple protocol packets in order to, for
4a42e1
example, view a complete TCP stream, save the contents of a file which was
4a42e1
transferred over HTTP or CIFS, or play back an RTP audio stream.
4a42e1
4a42e1
%package	cli
4a42e1
Summary:	Network traffic analyzer
4a42e1
Requires(pre):	shadow-utils
4a42e1
Requires(post): systemd-udev
4a42e1
4a42e1
%description cli
4a42e1
This package contains command-line utilities, plugins, and documentation for
4a42e1
Wireshark.
4a42e1
4a42e1
%package devel
4a42e1
Summary:	Development headers and libraries for wireshark
4a42e1
Requires:	%{name} = %{epoch}:%{version}-%{release} glibc-devel glib2-devel
4a42e1
Requires:   wireshark-cli = %{epoch}:%{version}-%{release}
4a42e1
4a42e1
%description devel
4a42e1
The wireshark-devel package contains the header files, developer
4a42e1
documentation, and libraries required for development of wireshark scripts
4a42e1
and plugins.
4a42e1
4a42e1
4a42e1
%prep
4a42e1
%autosetup -S git
4a42e1
4a42e1
%build
4a42e1
%cmake -G "Unix Makefiles" \
4a42e1
  -DDISABLE_WERROR=ON \
4a42e1
  -DBUILD_wireshark=ON \
4a42e1
  -DENABLE_QT5=ON \
4a42e1
%if %{with_lua} && 0%{?fedora}
4a42e1
  -DENABLE_LUA=ON \
4a42e1
%else
4a42e1
  -DENABLE_LUA=OFF \
4a42e1
%endif
4a42e1
%if %{with_maxminddb}
4a42e1
  -DBUILD_mmdbresolve=ON \
4a42e1
%else
4a42e1
  -DBUILD_mmdbresolve=OFF \
4a42e1
%endif
4a42e1
  -DBUILD_randpktdump=OFF \
4a42e1
  -DBUILD_androiddump=OFF \
4a42e1
  -DENABLE_SMI=ON \
4a42e1
%if %{with_portaudio} && 0%{?fedora}
4a42e1
  -DENABLE_PORTAUDIO=ON \
4a42e1
%else
4a42e1
  -DENABLE_PORTAUDIO=OFF \
4a42e1
%endif
4a42e1
  -DENABLE_PLUGINS=ON \
4a42e1
  -DENABLE_NETLINK=ON \
4a42e1
  -DBUILD_dcerpcidl2wrs=OFF
4a42e1
4a42e1
make %{?_smp_mflags}
4a42e1
4a42e1
%install
4a42e1
make DESTDIR=%{buildroot} install
4a42e1
4a42e1
desktop-file-validate %{buildroot}%{_datadir}/applications/wireshark.desktop
4a42e1
4a42e1
#install devel files (inspired by debian/wireshark-dev.header-files)
4a42e1
install -d -m 0755  %{buildroot}%{_includedir}/wireshark
4a42e1
IDIR="%{buildroot}%{_includedir}/wireshark"
4a42e1
mkdir -p "${IDIR}/epan"
4a42e1
mkdir -p "${IDIR}/epan/crypt"
4a42e1
mkdir -p "${IDIR}/epan/ftypes"
4a42e1
mkdir -p "${IDIR}/epan/dfilter"
4a42e1
mkdir -p "${IDIR}/epan/dissectors"
4a42e1
mkdir -p "${IDIR}/epan/wmem"
4a42e1
mkdir -p "${IDIR}/wiretap"
4a42e1
mkdir -p "${IDIR}/wsutil"
4a42e1
mkdir -p %{buildroot}%{_udevrulesdir}
4a42e1
install -m 644 config.h epan/register.h	"${IDIR}/"
4a42e1
install -m 644 cfile.h file.h		"${IDIR}/"
4a42e1
install -m 644 ws_symbol_export.h	"${IDIR}/"
4a42e1
install -m 644 epan/*.h			"${IDIR}/epan/"
4a42e1
install -m 644 epan/crypt/*.h		"${IDIR}/epan/crypt"
4a42e1
install -m 644 epan/ftypes/*.h		"${IDIR}/epan/ftypes"
4a42e1
install -m 644 epan/dfilter/*.h		"${IDIR}/epan/dfilter"
4a42e1
install -m 644 epan/dissectors/*.h	"${IDIR}/epan/dissectors"
4a42e1
install -m 644 epan/wmem/*.h		"${IDIR}/epan/wmem"
4a42e1
install -m 644 wiretap/*.h		"${IDIR}/wiretap"
4a42e1
install -m 644 wsutil/*.h		"${IDIR}/wsutil"
4a42e1
install -m 644 ws_diag_control.h	"${IDIR}/"
4a42e1
install -m 644 %{SOURCE2}		%{buildroot}%{_udevrulesdir}
4a42e1
4a42e1
touch %{buildroot}%{_bindir}/%{name}
4a42e1
4a42e1
# Remove libtool archives and static libs
4a42e1
find %{buildroot} -type f -name "*.la" -delete
4a42e1
4a42e1
#fix multilib install of devel pkg in wireshark-2.6.2(fixed in 3.0.0)
4a42e1
mv %{buildroot}%{_includedir}/wireshark/config.h \
4a42e1
   %{buildroot}%{_includedir}/wireshark/config-%{__isa_bits}.h
4a42e1
cat > %{buildroot}%{_includedir}/wireshark/config.h << EOF
4a42e1
#include <bits/wordsize.h>
4a42e1
4a42e1
#if __WORDSIZE == 32
4a42e1
#include <wireshark/config-32.h>
4a42e1
#elif __WORDSIZE == 64
4a42e1
#include <wireshark/config-64.h>
4a42e1
#else
4a42e1
#error "Unknown word size"
4a42e1
#endif
4a42e1
EOF
4a42e1
4a42e1
%pre cli
4a42e1
getent group wireshark >/dev/null || groupadd -r wireshark
4a42e1
getent group usbmon >/dev/null || groupadd -r usbmon
4a42e1
4a42e1
%post cli
4a42e1
/sbin/ldconfig
4a42e1
/usr/bin/udevadm trigger --subsystem-match=usbmon
4a42e1
4a42e1
%postun cli -p /sbin/ldconfig
4a42e1
4a42e1
%files
4a42e1
%{_datadir}/appdata/%{name}.appdata.xml
4a42e1
%{_datadir}/applications/wireshark.desktop
4a42e1
%{_datadir}/icons/hicolor/*/apps/*
4a42e1
%{_datadir}/icons/hicolor/*/mimetypes/*
4a42e1
%{_datadir}/mime/packages/wireshark.xml
4a42e1
%{_bindir}/wireshark
4a42e1
%{_mandir}/man1/wireshark.*
4a42e1
4a42e1
%files cli
4a42e1
%license COPYING
4a42e1
%doc AUTHORS INSTALL NEWS README*
4a42e1
%{_bindir}/capinfos
4a42e1
%{_bindir}/captype
4a42e1
%{_bindir}/editcap
4a42e1
%{_bindir}/mergecap
4a42e1
%{_bindir}/randpkt
4a42e1
%{_bindir}/reordercap
4a42e1
%{_bindir}/sharkd
4a42e1
%{_bindir}/text2pcap
4a42e1
%{_bindir}/tshark
4a42e1
%if %{with_maxminddb}
4a42e1
%{_bindir}/mmdbresolve
4a42e1
%endif
4a42e1
%attr(0750, root, wireshark) %caps(cap_net_raw,cap_net_admin=ep) %{_bindir}/dumpcap
4a42e1
%{_bindir}/rawshark
4a42e1
%{_udevrulesdir}/90-wireshark-usbmon.rules
4a42e1
%{_libdir}/lib*.so.*
4a42e1
%dir %{_libdir}/wireshark
4a42e1
%dir %{_libdir}/wireshark/extcap
4a42e1
%dir %{_libdir}/wireshark/plugins
4a42e1
%{_libdir}/wireshark/extcap/ciscodump
4a42e1
%{_libdir}/wireshark/extcap/udpdump
4a42e1
%{_libdir}/wireshark/extcap/sshdump
4a42e1
%{_libdir}/wireshark/*.cmake
4a42e1
#the version wireshark uses to store plugins is only x.y, not .z
4a42e1
%{_libdir}/wireshark/plugins/%{plugins_version}/epan/*.so
4a42e1
%{_libdir}/wireshark/plugins/%{plugins_version}/wiretap/*.so
4a42e1
%{_libdir}/wireshark/plugins/%{plugins_version}/codecs/*.so
4a42e1
%{_mandir}/man1/editcap.*
4a42e1
%{_mandir}/man1/tshark.*
4a42e1
%{_mandir}/man1/mergecap.*
4a42e1
%{_mandir}/man1/text2pcap.*
4a42e1
%{_mandir}/man1/capinfos.*
4a42e1
%{_mandir}/man1/dumpcap.*
4a42e1
%{_mandir}/man4/wireshark-filter.*
4a42e1
%{_mandir}/man1/rawshark.*
4a42e1
%{_mandir}/man1/dftest.*
4a42e1
%{_mandir}/man1/randpkt.*
4a42e1
%{_mandir}/man1/reordercap.*
4a42e1
%{_mandir}/man1/sshdump.*
4a42e1
%{_mandir}/man1/udpdump.*
4a42e1
%{_mandir}/man1/androiddump.*
4a42e1
%{_mandir}/man1/captype.*
4a42e1
%{_mandir}/man1/ciscodump.*
4a42e1
%{_mandir}/man1/randpktdump.*
4a42e1
%{_mandir}/man4/extcap.*
4a42e1
%if %{with_maxminddb}
4a42e1
%{_mandir}/man1/mmdbresolve.*
4a42e1
%endif
4a42e1
%dir %{_datadir}/wireshark
4a42e1
%{_datadir}/wireshark/*
4a42e1
4a42e1
%files devel
4a42e1
%doc doc/README.* ChangeLog
4a42e1
%{_includedir}/wireshark
4a42e1
%{_libdir}/lib*.so
4a42e1
%{_libdir}/pkgconfig/%{name}.pc
4a42e1
4a42e1
%changelog
d03213
* Tue Oct 29 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-12
d03213
- Resolves: #1609737 - wiretap does not write "drop_count" in pcapng format
d03213
4a42e1
* Mon Apr 29 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-11
4a42e1
- Related: #1602731 - Fixing multilib problem in devel subpackage
4a42e1
4a42e1
* Thu Apr 25 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-10
4a42e1
- Resolves: #1602731 - Please review important issues found by covscan
4a42e1
4a42e1
* Sun Dec 16 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-9
4a42e1
- Related: #1642919 - Fixing RPMDiff errors
4a42e1
4a42e1
* Tue Dec 11 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-8
4a42e1
- Related: #1642919 - changing wrong commit message
4a42e1
4a42e1
* Mon Dec 10 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-7
4a42e1
- Resolves: #1642919 - CVE-2018-12086, CVE-2018-18225, CVE-2018-18226, CVE-2018-18227
4a42e1
- Resolves: #1656342 - CVE-2018-19623
4a42e1
- Resolves: #1657634 - CVE-2018-19625
4a42e1
- Resolves: #1657211 - CVE-2018-19626
4a42e1
- Resolves: #1657184 - CVE-2018-19627
4a42e1
- Resolves: #1657190 - CVE-2018-19628
4a42e1
- fixes CVE-2018-19622, CVE-2018-19624
4a42e1
4a42e1
* Mon Nov 12 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-6
4a42e1
- Resolves: #1584214 - tshark does accept -N v while it shouldn't
4a42e1
4a42e1
* Thu Sep 27 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-5
4a42e1
- Resolves: #1625926 - fixes CVE-2018-16056, CVE-2018-16057, CVE-2018-16058
4a42e1
4a42e1
* Mon Aug 27 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-4
4a42e1
- Resolves: #1618380 - Rebuild wireshark using libssh-0.8 for RHEL8
4a42e1
4a42e1
* Mon Aug 13 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-3
4a42e1
- Resolves: #1615412 - FTBFS: wireshark fails to build
4a42e1
4a42e1
* Thu Aug 02 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-2
4a42e1
- Turning on build with libmaxminddb (rhbz#1607934)
4a42e1
4a42e1
* Mon Jul 23 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-1
4a42e1
- New version 2.6.2
4a42e1
- Contains fixes for CVE-2018-14339, CVE-2018-14340, CVE-2018-14341, CVE-2018-14342, CVE-2018-14343, CVE-2018-14344, CVE-2018-14367, CVE-2018-14368, CVE-2018-14369, CVE-2018-14370
4a42e1
4a42e1
* Wed Jul 11 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.1-2
4a42e1
- Fixing build error with newer qt5 version
4a42e1
4a42e1
* Thu May 24 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.1-1
4a42e1
- New version 2.6.1
4a42e1
- Contains fixes for multiple CVEs
4a42e1
4a42e1
* Tue May 15 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.0-2
4a42e1
- Added Obsoletes for wireshark-qt and wireshark-gtk
4a42e1
4a42e1
* Wed May 02 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.0-1
4a42e1
- New version 2.6.0
4a42e1
- Fix for CVE-2018-9256, CVE-2018-9257, CVE-2018-9258, CVE-2018-9259, CVE-2018-9260, CVE-2018-9261, CVE-2018-9262, CVE-2018-9263, CVE-2018-9264, CVE-2018-9265, CVE-2018-9266, CVE-2018-9267, CVE-2018-9268, CVE-2018-9269, CVE-2018-9270, CVE-2018-9271, CVE-2018-9272, CVE-2018-9273, CVE-2018-9274
4a42e1
- Switch from autotools to cmake
4a42e1
- Removed python2-devel(#1560284) and libssh2-devel from dependencies
4a42e1
- Removed python scripts
4a42e1
4a42e1
* Thu Mar 15 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-2
4a42e1
- Removing dependency on wireshark from wireshark-cli
4a42e1
- Removing deprecated Group tags
4a42e1
- Disabling portaudio on RHEL (rhbz#1554834)
4a42e1
4a42e1
* Fri Mar 09 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-1
4a42e1
- New upstream version 2.4.5
4a42e1
- Contains fixes for CVE-2018-7419, CVE-2018-7418, CVE-2018-7417, CVE-2018-7420, CVE-2018-7320, CVE-2018-7336, CVE-2018-7337, CVE-2018-7334, CVE-2018-7335, CVE-2018-6836, CVE-2018-5335,  CVE-2018-5334,  CVE-2017-6014, CVE-2017-9616, CVE-2017-9617, CVE-2017-9766
4a42e1
- Removed GTK+ based GUI (rhbz#1486203)
4a42e1
- Corrected LDFLAGS in spec (rhbz#1548665)
4a42e1
- Alternatives are no longer needed (rhbz#1533701)
4a42e1
4a42e1
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.4.4-2
4a42e1
- Escape macros in %%changelog
4a42e1
4a42e1
* Fri Jan 19 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.4-1
4a42e1
- New upstream version 2.4.4
4a42e1
- Contains fix for CVE-2017-17935 
4a42e1
4a42e1
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.4.3-2
4a42e1
- Remove obsolete scriptlets
4a42e1
4a42e1
* Wed Dec 20 2017 Michal Ruprich <mruprich@redhat.com> - 1:2.4.3-1
4a42e1
- New upstream version 2.4.3
4a42e1
- Contains fixe for CVE-2017-17085, CVE-2017-17084, CVE-2017-17083
4a42e1
4a42e1
* Thu Oct 12 2017 Michal Ruprich <mruprich@redhat.com> - 1:2.4.2-1
4a42e1
- New upstream version 2.4.2
4a42e1
- Contains fixes for CVE-2017-15189, CVE-2017-15190, CVE-2017-15191, CVE-2017-15192, CVE-2017-15193, CVE-2017-13764, CVE-2017-13765, CVE-2017-13766, CVE-2017-13767
4a42e1
4a42e1
* Tue Aug 08 2017 Martin Sehnoutka <msehnout@redhat.com> - 1:2.4.0-6
4a42e1
- Use epoch in Requires (rhbz#1478501)
4a42e1
4a42e1
* Thu Aug 03 2017 Martin Sehnoutka <msehnout@redhat.com> - 1:2.4.0-5
4a42e1
- Add libssh as a build dependency (rhbz#1419131)
4a42e1
4a42e1
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4a42e1
4a42e1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4a42e1
4a42e1
* Fri Jul 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
4a42e1
- Move init.lua file into the main subpackage (rhbz#1463270)
4a42e1
4a42e1
* Thu Jul 20 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
4a42e1
- New upstream version 2.4.0
4a42e1
4a42e1
* Thu Jun 29 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0rc2-1
4a42e1
- New upstream version
4a42e1
4a42e1
* Mon Jun 12 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.7-1
4a42e1
- New upstream release 2.2.7
4a42e1
4a42e1
* Thu May 25 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-5
4a42e1
- Add triggerin script to remove old alternatives
4a42e1
- Remove appdata.xml as it is provided by upstream now
4a42e1
4a42e1
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-3
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
4a42e1
4a42e1
* Mon Apr 24 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-2
4a42e1
- Build with lua support (resolves: #1259623)
4a42e1
4a42e1
* Fri Apr 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-1
4a42e1
- New upstream release 2.2.6
4a42e1
4a42e1
* Fri Apr 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.2.5-2
4a42e1
- Stop patching pkg-config
4a42e1
4a42e1
* Tue Mar 07 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.5-1
4a42e1
- New upstream version 2.2.5
4a42e1
4a42e1
* Mon Mar 06 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.4-3
4a42e1
- Fix python_sitearch macro
4a42e1
- Fix path in desktop file
4a42e1
4a42e1
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-2
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4a42e1
4a42e1
* Wed Jan 25 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.4-2
4a42e1
- New upstream release 2.2.4
4a42e1
4a42e1
* Thu Dec 08 2016 Martin Sehnoutka <msehnout@redhat.com> - 2.2.2-4
4a42e1
- Change update-alternatives name from wireshark to wireshark-gui; Resolve:
4a42e1
  #1400654
4a42e1
4a42e1
* Thu Dec 01 2016 Martin Sehnoutka <msehnout@redhat.com> - 2.2.2-3
4a42e1
- Move all executables into /usr/bin/ directory
4a42e1
4a42e1
* Fri Nov 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.2-2
4a42e1
- Build QT GUI with qt5 (rhbz #1347752)
4a42e1
4a42e1
* Fri Nov 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.2-1
4a42e1
- Version 2.2.2
4a42e1
- See https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html
4a42e1
- Use %%license, spec cleanups
4a42e1
- Put udev rules in right location (rhbz #1365581)
4a42e1
4a42e1
* Wed Nov  2 2016 Peter Lemenkov <lemenkov@gmail.com> - 2.1.1-3
4a42e1
- No longer uses adns ( https://github.com/wireshark/wireshark/commit/7a1d3f6 )
4a42e1
- Remove --with-ipv6 switch ( https://github.com/wireshark/wireshark/commit/fad1565 )
4a42e1
- Change GTK option switch ( https://github.com/wireshark/wireshark/commit/d77029d )
4a42e1
4a42e1
* Tue Sep 13 2016 Kevin Fenzi <kevin@scrye.com> - 2.1.1-2
4a42e1
- Add Requires(post) for systemd-udev to avoid rpm scriptlet failures
4a42e1
4a42e1
* Sun Jul 24 2016 Peter Hatina <phatina@gmail.com> - 2.1.1-1
4a42e1
- Ver. 2.1.1
4a42e1
- See https://www.wireshark.org/docs/relnotes/wireshark-2.1.1.html
4a42e1
4a42e1
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-4
4a42e1
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
4a42e1
4a42e1
* Wed Jul 13 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-3
4a42e1
- Fix typo, install ws_diag_control
4a42e1
- Related: rhbz#1347869
4a42e1
4a42e1
* Mon Jun 20 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-2
4a42e1
- Install ws_diag_control.h into standard include directory
4a42e1
- Resolves: rhbz#1347869
4a42e1
4a42e1
* Tue Jun 14 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-1
4a42e1
- Ver. 2.1.0
4a42e1
- See https://www.wireshark.org/docs/relnotes/wireshark-2.1.0.html
4a42e1
4a42e1
* Thu Apr 28 2016 Peter Hatina <phatina@redhat.com> - 2.0.3-1
4a42e1
- Ver. 2.0.3
4a42e1
4a42e1
* Tue Mar 01 2016 Peter Hatina <phatina@redhat.com> - 2.0.2-1
4a42e1
- Ver. 2.0.2
4a42e1
4a42e1
* Tue Feb 23 2016 Peter Hatina <phatina@redhat.com> - 2.0.1-3
4a42e1
- Fix missing Requires in wireshark.pc
4a42e1
4a42e1
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4a42e1
4a42e1
* Thu Jan 14 2016 Peter Hatina <phatina@redhat.com> - 2.0.1-1
4a42e1
- Ver. 2.0.1
4a42e1
- Introduced wireshark metapackage for wireshark-cli and wireshark-gtk
4a42e1
- wireshark-qt and wireshark-gtk contain the GUI applications
4a42e1
- See https://www.wireshark.org/docs/relnotes/wireshark-2.0.1.html
4a42e1
4a42e1
* Fri Jan  8 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.12.9-1
4a42e1
- Ver. 1.12.9
4a42e1
- See https://www.wireshark.org/docs/relnotes/wireshark-1.12.9.html
4a42e1
4a42e1
* Tue Nov  3 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.8-2
4a42e1
- Fixed Wireshark detection in external projects using wireshark.m4 script.
4a42e1
  See https://bugzilla.redhat.com/1274831 for further details.
4a42e1
4a42e1
* Thu Oct 15 2015 Peter Hatina <phatina@redhat.com> - 1.12.8-1
4a42e1
- Ver. 1.12.8
4a42e1
- Dropped patch no. 10 (applied upstream)
4a42e1
4a42e1
* Fri Aug 21 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.7-2
4a42e1
- Enable libnl3 (see rhbz#1207386, rhbz#1247566)
4a42e1
- Remove airpcap switch (doesn't have any effect on Linux)
4a42e1
- Backport patch no. 11
4a42e1
- Fixed building with F24+
4a42e1
4a42e1
* Tue Aug 18 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.7-1
4a42e1
- Ver. 1.12.7
4a42e1
- Dropped patch no. 11 (applied upstream)
4a42e1
4a42e1
* Tue Jun 30 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-4
4a42e1
- Move plugins to %%{_libdir}/wireshark/plugins to avoid
4a42e1
  transaction conflicts
4a42e1
4a42e1
* Fri Jun 26 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-3
4a42e1
- Disable overlay scrolling in main window
4a42e1
- Resolves: rhbz#1235830
4a42e1
4a42e1
* Fri Jun 26 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-2
4a42e1
- Add symlink plugins/current -> plugins/%%{version}
4a42e1
4a42e1
* Thu Jun 18 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-1
4a42e1
- Ver. 1.12.6
4a42e1
4a42e1
* Wed May 13 2015 Peter Hatina <phatina@redhat.com> - 1.12.5-1
4a42e1
- Ver. 1.12.5
4a42e1
4a42e1
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1.12.4-2
4a42e1
- Add an AppData file for the software center
4a42e1
4a42e1
* Thu Mar  5 2015 Peter Hatina <phatina@redhat.com> - 1.12.4-1
4a42e1
- Ver. 1.12.4
4a42e1
4a42e1
* Mon Feb  2 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-3
4a42e1
- temporary: disable lua
4a42e1
4a42e1
* Mon Feb  2 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-2
4a42e1
- rebuild with gtk3
4a42e1
- fix gdk crash
4a42e1
4a42e1
* Thu Jan  8 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-1
4a42e1
- Ver. 1.12.3
4a42e1
4a42e1
* Mon Dec 22 2014 Peter Hatina <phatina@redhat.com> - 1.12.2-2
4a42e1
- fix CLI parsing by getopt_long
4a42e1
4a42e1
* Mon Nov 17 2014 Peter Hatina <phatina@redhat.com> - 1.12.2-1
4a42e1
- Ver. 1.12.2
4a42e1
4a42e1
* Mon Sep 22 2014 Peter Hatina <phatina@redhat.com> - 1.12.1-1
4a42e1
- Ver. 1.12.1
4a42e1
4a42e1
* Tue Sep 09 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.12.0-5
4a42e1
- Install epan/wmem/*.h files. See rhbz #1129419
4a42e1
4a42e1
* Wed Sep  3 2014 Peter Hatina <phatina@redhat.com> - 1.12.0-4
4a42e1
- fix fields print format
4a42e1
4a42e1
* Mon Aug 18 2014 Rex Dieter <rdieter@fedoraproject.org> 1.12.0-3
4a42e1
- update mime scriptlets
4a42e1
4a42e1
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.0-2
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4a42e1
4a42e1
* Tue Aug 05 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.12.0-1
4a42e1
- Ver. 1.12.0
4a42e1
- Dropped a lot of outdated patches.
4a42e1
- Added /usr/sbin/captype application.
4a42e1
- Added temporary workaround for wireshark.pc.in missing in the official
4a42e1
  tarball.
4a42e1
- Removed outdated --with-dumpcap-group="wireshark" cli switch. It doesn't work
4a42e1
  during rpmbuild, and we still set group explicitly in the 'files' section.
4a42e1
- Removed --enable-setcap-install. Likewise.
4a42e1
- Some ANSI C header files were moved to epan/
4a42e1
4a42e1
* Fri Aug  1 2014 Peter Hatina <phatina@redhat.com> - 1.10.9-1
4a42e1
- Ver. 1.10.9
4a42e1
4a42e1
* Fri Jun 13 2014 Peter Hatina <phatina@redhat.com> - 1.10.8-1
4a42e1
- Ver. 1.10.8
4a42e1
4a42e1
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.7-3
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4a42e1
4a42e1
* Fri May 30 2014 Peter Hatina <phatina@redhat.com> - 1.0.7-2
4a42e1
- add AMQP 1.0 support
4a42e1
4a42e1
* Wed Apr 23 2014 Peter Hatina <phatina@redhat.com> - 1.10.7-1
4a42e1
- Ver. 1.10.7
4a42e1
4a42e1
* Fri Mar 21 2014 Peter Hatina <phatina@redhat.com> - 1.10.6-2
4a42e1
- Reload udev rule for usbmon subsystem only
4a42e1
4a42e1
* Sat Mar 08 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.6-1
4a42e1
- Ver. 1.10.6
4a42e1
4a42e1
* Fri Mar  7 2014 Peter Hatina <phatina@redhat.com> - 1.10.5-4
4a42e1
- Fix Capture Dialog layout on low resolution displays
4a42e1
- Resolves: #1071313
4a42e1
4a42e1
* Sun Feb  9 2014 Ville Skyttä <ville.skytta@iki.fi>
4a42e1
- Fix --with-gtk* build option usage.
4a42e1
4a42e1
* Wed Jan 29 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-3
4a42e1
- Fixed paths in the desktop-file (see rhbz #1059188)
4a42e1
4a42e1
* Mon Jan 13 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-2
4a42e1
- Updated RTPproxy dissector (again)
4a42e1
- Fix rare issue with the Sniffer traces (patch no. 23)
4a42e1
4a42e1
* Mon Dec 23 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-1
4a42e1
- Ver. 1.10.5
4a42e1
- Don't apply upstreamed patches no. 18, 19, 20.
4a42e1
4a42e1
* Thu Dec 19 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.4-2
4a42e1
- Fix endianness in the Bitcoin protocol dissector (patch no. 19)
4a42e1
- Last-minute fix for wrongly backported change (patch no. 20)
4a42e1
- Fix FTBFS in Rawhide (see patch no. 21 - recent Glib doesn't provide g_memmove macro anymore)
4a42e1
4a42e1
* Wed Dec 18 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.4-1
4a42e1
- Ver. 1.10.4
4a42e1
- Don't apply upsteamed patches no. 13, 14, 15, 16, 17
4a42e1
- Fix variable overflow (patch no. 18)
4a42e1
- Updated RTPproxy dissector (backported three more patches from trunk)
4a42e1
4a42e1
* Tue Dec 10 2013 Peter Hatina <phatina@redhat.com> - 1.10-3-9
4a42e1
- remove python support
4a42e1
4a42e1
* Tue Dec 10 2013 Peter Hatina <phatina@redhat.com> - 1.10-3-8
4a42e1
- fix read permissions of /dev/usbmon* for non-root users
4a42e1
4a42e1
* Mon Dec 09 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-7
4a42e1
- Fix error in the backported RTPproxy patches
4a42e1
4a42e1
* Fri Dec 06 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-6
4a42e1
- Updated RTPproxy dissector (again), squashed patch no. 15 (applied upstream).
4a42e1
- Use proper soname in the python scripts
4a42e1
- Don't apply no longer needed fix for pod2man.
4a42e1
- Fix for main window. See patch no. 15
4a42e1
- Fix for SCTP dissection. See patch no. 16
4a42e1
- Fix for rare issue in Base Station Subsystem GPRS Protocol dissection. See
4a42e1
  patch no. 17
4a42e1
- Fix building w/o Lua
4a42e1
4a42e1
* Wed Nov 27 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-5
4a42e1
- Updated RTPproxy dissector (again)
4a42e1
- Allow packets more than 64k (for USB capture). See patch no. 13
4a42e1
- Don't die during loading of some SIP capture files. See patch no. 14
4a42e1
- Backport support for RTPproxy dissector timeouts detection. See patch no. 15
4a42e1
4a42e1
* Wed Nov 13 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-4
4a42e1
- Updated RTPproxy dissector
4a42e1
4a42e1
* Thu Nov 07 2013 Peter Hatina <phatina@redhat.com> - 1.10.3-3
4a42e1
- fix subpackage requires
4a42e1
4a42e1
* Wed Nov 06 2013 Peter Hatina <phatina@redhat.com> - 1.10.3-2
4a42e1
- harden dumpcap capabilities
4a42e1
4a42e1
* Sat Nov 02 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-1
4a42e1
- Ver. 1.10.3
4a42e1
- Dropped upsteamed patch no. 13
4a42e1
4a42e1
* Tue Oct 01 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-8
4a42e1
- Added support for rtpproxy conversations (req/resp matching)
4a42e1
4a42e1
* Tue Sep 24 2013 Peter Hatina <phatina@redhat.com> - 1.10.2-7
4a42e1
- fix build error caused by symbols clash
4a42e1
4a42e1
* Tue Sep 17 2013 Peter Hatina <phatina@redhat.com> - 1.10.2-6
4a42e1
- move default temporary directory to /var/tmp
4a42e1
4a42e1
* Fri Sep 13 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-5
4a42e1
- Convert automake/pkgconfig files into patches (better upstream integration)
4a42e1
- Restored category in the *.desktop file
4a42e1
- Install another one necessary header file - frame_data_sequence.h
4a42e1
4a42e1
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-4
4a42e1
- Enhance desktop integration (*.desktop and MIME-related files)
4a42e1
4a42e1
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-3
4a42e1
- Fix building on Fedora 18 (no perl-podlators)
4a42e1
4a42e1
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-2
4a42e1
- Add an OpenFlow dissector
4a42e1
4a42e1
* Wed Sep 11 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10-2-1
4a42e1
- Ver. 1.10.2
4a42e1
- Actually remove the console helper
4a42e1
4a42e1
* Mon Sep 09 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.1-1
4a42e1
- Ver. 1.10.1
4a42e1
- Backported rtpproxy dissector module
4a42e1
4a42e1
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-11
4a42e1
- fix missing ws_symbol_export.h
4a42e1
4a42e1
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-10
4a42e1
- fix tap iostat overflow
4a42e1
4a42e1
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-9
4a42e1
- fix sctp bytes graph crash
4a42e1
4a42e1
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-8
4a42e1
- fix string overrun in plugins/profinet
4a42e1
4a42e1
* Tue Sep 03 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-7
4a42e1
- fix BuildRequires - libgcrypt-devel
4a42e1
4a42e1
* Tue Sep 03 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-6
4a42e1
- fix build parameter -fstack-protector-all
4a42e1
4a42e1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4a42e1
4a42e1
* Mon Jun 24 2013 Peter Hatina <phatina@redhat.com> 1.10.0-4
4a42e1
- fix pod2man build error
4a42e1
4a42e1
* Mon Jun 24 2013 Peter Hatina <phatina@redhat.com> 1.10.0-3
4a42e1
- fix bogus date
4a42e1
4a42e1
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-2
4a42e1
- fix flow graph crash
4a42e1
4a42e1
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-1
4a42e1
- upgrade to 1.10.0
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.10.0.html
4a42e1
4a42e1
* Mon Apr 08 2013 Peter Hatina <phatina@redhat.com> 1.8.6-5
4a42e1
- fix documentation build error
4a42e1
4a42e1
* Wed Mar 27 2013 Peter Hatina <phatina@redhat.com> 1.8.6-4
4a42e1
- fix capture crash (#894753)
4a42e1
4a42e1
* Tue Mar 19 2013 Peter Hatina <phatina@redhat.com> 1.8.6-3
4a42e1
- fix dns resolving crash (#908211)
4a42e1
4a42e1
* Mon Mar 18 2013 Peter Hatina <phatina@redhat.com> 1.8.6-2
4a42e1
- return to gtk2, stable branch 1.8 is not gtk3 ready
4a42e1
4a42e1
* Tue Mar 12 2013 Peter Hatina <phatina@redhat.com> 1.8.6-1
4a42e1
- upgrade to 1.8.6
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
4a42e1
4a42e1
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.8.5-3
4a42e1
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
4a42e1
4a42e1
* Tue Feb 05 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-2
4a42e1
- fix gtk3 layout issues
4a42e1
- NOTE: there may be some windows with broken layouts left
4a42e1
4a42e1
* Thu Jan 31 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-1
4a42e1
- upgrade to 1.8.5
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
4a42e1
4a42e1
* Mon Dec 03 2012 Peter Hatina <phatina@redhat.com> - 1.8.4-1
4a42e1
- upgrade to 1.8.4
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.4.html
4a42e1
4a42e1
* Tue Oct 16 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-2
4a42e1
- backport dissector table fix
4a42e1
- TODO: remove this after new release
4a42e1
4a42e1
* Thu Oct 11 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-1
4a42e1
- upgrade to 1.8.3
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html
4a42e1
4a42e1
* Tue Sep  4 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-3
4a42e1
- added back compatibility with RHEL6
4a42e1
- GeoIP build dependency made also conditional on with_GeoIP variable
4a42e1
4a42e1
* Wed Aug 29 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-2
4a42e1
- fixed "libwireshark.so.1: cannot open shared object file" error
4a42e1
  message on startup
4a42e1
4a42e1
* Thu Aug 16 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-1
4a42e1
- upgrade to 1.8.2
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
4a42e1
4a42e1
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4a42e1
4a42e1
* Tue Jul 24 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.1-1
4a42e1
- upgrade to 1.8.1
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.1.html
4a42e1
4a42e1
* Mon Jun 25 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.0
4a42e1
- upgrade to 1.8.0
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.0.html
4a42e1
4a42e1
* Wed May 23 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.8-1
4a42e1
- upgrade to 1.6.8
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.8.html
4a42e1
4a42e1
* Mon May 21 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-2
4a42e1
- Removed dependency on GeoIP on RHEL.
4a42e1
4a42e1
* Tue Apr 10 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-1
4a42e1
- upgrade to 1.6.7
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.7.html
4a42e1
4a42e1
* Wed Mar 28 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.6-1
4a42e1
- upgrade to 1.6.6
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.6.html
4a42e1
4a42e1
* Fri Mar  9 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-2
4a42e1
- fixed wireshark crashing when using combo box in import dialog (#773290)
4a42e1
- added AES support into netlogon dissector
4a42e1
4a42e1
* Wed Jan 11 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-1
4a42e1
- upgrade to 1.6.5
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.5.html
4a42e1
4a42e1
* Fri Dec  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.4-1
4a42e1
- upgrade to 1.6.4
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.4.html
4a42e1
- build with c-ares and libpcap (#759305)
4a42e1
- fixed display of error message boxes on startup in gnome3 (#752559)
4a42e1
4a42e1
* Mon Nov 14 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-2
4a42e1
- added dependency on shadow-utils (#753293)
4a42e1
- removed usermode support
4a42e1
4a42e1
* Wed Nov  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-1
4a42e1
- upgrade to 1.6.3
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.3.html
4a42e1
4a42e1
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-5
4a42e1
- Rebuilt for glibc bug#747377
4a42e1
4a42e1
* Fri Oct 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-4
4a42e1
- updated autoconf macros and pkgconfig file in wireshark-devel to reflect
4a42e1
  current config.h (#746655)
4a42e1
4a42e1
* Mon Oct 17 2011 Steve Dickson <steved@redhat.com> - 1.6.2-3
4a42e1
- Fixed a regression introduce by upstream patch r38306
4a42e1
    which caused v4.1 traffic not to be displayed.
4a42e1
- Added v4 error status to packet detail window.
4a42e1
4a42e1
* Tue Sep 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-2
4a42e1
- fixed spelling of the security message (#737270)
4a42e1
4a42e1
* Fri Sep  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-1
4a42e1
- upgrade to 1.6.2
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.2.html
4a42e1
4a42e1
4a42e1
* Thu Jul 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.1-1
4a42e1
- upgrade to 1.6.1
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.1.html
4a42e1
4a42e1
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-4
4a42e1
- fixed previous incomplete fix
4a42e1
4a42e1
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-3
4a42e1
- fixed Fedora-specific message when user is not part of 'wireshark' group
4a42e1
  - now it does not contain '<' and '>' characters (#713545)
4a42e1
4a42e1
* Thu Jun  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-2
4a42e1
- added wspy_dissectors directory to the package
4a42e1
  - other packages can add Python plugins there
4a42e1
  - as side effect, removed following message:
4a42e1
    [Errno 2] No such file or directory: '/usr/lib64/wireshark/python/1.6.0/wspy_dissectors'
4a42e1
- enabled zlib support
4a42e1
4a42e1
* Wed Jun  8 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-1
4a42e1
- upgrade to 1.6.0
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.0.html
4a42e1
4a42e1
* Thu Jun  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.7-1
4a42e1
- upgrade to 1.4.7
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.7.html
4a42e1
4a42e1
* Thu May 19 2011 Steve Dickson <steved@redhat.com> - 1.4.6-3
4a42e1
- Improved the NFS4.1 patcket dissectors 
4a42e1
4a42e1
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1.4.6-2
4a42e1
- Update icon cache scriptlet
4a42e1
4a42e1
* Tue Apr 19 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.6-1
4a42e1
- upgrade to 1.4.6
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.6.html
4a42e1
4a42e1
* Mon Apr 18 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.5-1
4a42e1
- upgrade to 1.4.5
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.5.html
4a42e1
4a42e1
* Sun Apr 03 2011 Cosimo Cecchi <cosimoc@redhat.com> - 1.4.4-2
4a42e1
- Use hi-res icons
4a42e1
4a42e1
* Thu Mar  3 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.4-1
4a42e1
- upgrade to 1.4.4
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.4.html
4a42e1
4a42e1
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-3
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4a42e1
4a42e1
* Mon Jan 17 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-2
4a42e1
- create the 'wireshark' group as system, not user
4a42e1
- add few additional header files to -devel subpackage (#671997)
4a42e1
4a42e1
* Thu Jan 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-1
4a42e1
- upgrade to 1.4.3
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.3.html
4a42e1
4a42e1
* Wed Jan  5 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.2-5
4a42e1
- fixed buffer overflow in ENTTEC dissector (#666897)
4a42e1
4a42e1
* Wed Dec 15 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-4
4a42e1
- added epan/dissectors/*.h to -devel subpackage (#662969)
4a42e1
4a42e1
* Mon Dec  6 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-3
4a42e1
- fixed generation of man pages again (#635878)
4a42e1
4a42e1
* Fri Nov 26 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-2
4a42e1
- rework the Wireshark security (#657490). Remove the console helper and
4a42e1
  allow only members of new 'wireshark' group to capture the packets.
4a42e1
4a42e1
* Mon Nov 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-1
4a42e1
- upgrade to 1.4.2
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.2.html
4a42e1
4a42e1
* Mon Nov  1 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-2
4a42e1
- temporarily disable zlib until
4a42e1
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4955 is resolved (#643461)
4a42e1
4a42e1
* Fri Oct 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-1
4a42e1
- upgrade to 1.4.1
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.1.html
4a42e1
- Own the %%{_libdir}/wireshark dir (#644508)
4a42e1
- associate *.pcap files with wireshark (#641163)
4a42e1
4a42e1
* Wed Sep 29 2010 jkeating - 1.4.0-2
4a42e1
- Rebuilt for gcc bug 634757
4a42e1
4a42e1
* Fri Sep 24 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-2
4a42e1
- fixed generation of man pages (#635878)
4a42e1
4a42e1
* Tue Aug 31 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-1
4a42e1
- upgrade to 1.4.0
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.0.html
4a42e1
4a42e1
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.10-1
4a42e1
- upgrade to 1.2.10
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.10.html
4a42e1
4a42e1
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-4
4a42e1
- Rebuilt again for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
4a42e1
4a42e1
* Thu Jul 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-3
4a42e1
- removing useless LDFLAGS (#603224)
4a42e1
4a42e1
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.9-2
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
4a42e1
4a42e1
* Fri Jun 11 2010 Radek Vokal <rvokal@redhat.com> - 1.2.9-1
4a42e1
- upgrade to 1.2.9
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.9.html
4a42e1
4a42e1
* Mon May 17 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-4
4a42e1
- removing traling bracket from python_sitearch (#592391)
4a42e1
4a42e1
* Fri May  7 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-3
4a42e1
- fix patched applied without fuzz=0
4a42e1
4a42e1
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-2
4a42e1
- use sitearch instead of sitelib to avoid pyo and pyc conflicts
4a42e1
4a42e1
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-1
4a42e1
- upgrade to 1.2.8
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.8.html
4a42e1
4a42e1
* Tue Apr  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-2
4a42e1
- rebuild with GeoIP support (needs to be turned on in IP protocol preferences)
4a42e1
4a42e1
* Fri Apr  2 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-1
4a42e1
- upgrade to 1.2.7
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.7.html
4a42e1
4a42e1
* Wed Mar 24 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-3
4a42e1
- bring back -pie
4a42e1
4a42e1
* Tue Mar 16 2010 Jeff Layton <jlayton@redhat.com> - 1.2.6-2
4a42e1
- add patch to allow decode of NFSv4.0 callback channel
4a42e1
- add patch to allow decode of more SMB FIND_FILE infolevels
4a42e1
4a42e1
* Fri Jan 29 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-1
4a42e1
- upgrade to 1.2.6
4a42e1
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.6.html
4a42e1
4a42e1
* Wed Jan 20 2010 Radek Vokal <rvokal@redhat.com> - 1.2.5-5
4a42e1
- minor spec file tweaks for better svn checkout support (#553500)
4a42e1
4a42e1
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-4
4a42e1
- init.lua is present always and not only when lua support is enabled
4a42e1
4a42e1
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-3
4a42e1
- fix file list, init.lua is only in -devel subpackage (#552406)
4a42e1
4a42e1
* Fri Dec 18 2009 Patrick Monnerat <pm@datasphere.ch> 1.2.5-2
4a42e1
- Autoconf macro for plugin development.
4a42e1
4a42e1
* Fri Dec 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.5-1
4a42e1
- upgrade to 1.2.5
4a42e1
- fixes security vulnaribilities, see https://www.wireshark.org/security/wnpa-sec-2009-09.html
4a42e1
4a42e1
* Thu Dec 17 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-3
4a42e1
- split -devel package (#547899, #203642, #218451)
4a42e1
- removing root warning dialog (#543709)
4a42e1
4a42e1
* Mon Dec 14 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-2
4a42e1
- enable lua support - https://wiki.wireshark.org/Lua
4a42e1
- attempt to fix filter crash on 64bits
4a42e1
4a42e1
* Wed Nov 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-1
4a42e1
- upgrade to 1.2.4
4a42e1
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.4.html
4a42e1
4a42e1
* Fri Oct 30 2009 Radek Vokal <rvokal@redhat.com> - 1.2.3-1
4a42e1
- upgrade to 1.2.3
4a42e1
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.3.html
4a42e1
4a42e1
* Mon Sep 21 2009 Radek Vokal <rvokal@redhat.com> - 1.2.2-1
4a42e1
- upgrade to 1.2.2
4a42e1
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.2.html
4a42e1
4a42e1
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 1.2.1-5
4a42e1
- do not use portaudio in RHEL
4a42e1
4a42e1
* Fri Aug 28 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1-4
4a42e1
- yet anohter rebuilt
4a42e1
4a42e1
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-3
4a42e1
- rebuilt with new openssl
4a42e1
4a42e1
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4a42e1
4a42e1
* Wed Jul 22 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1
4a42e1
- upgrade to 1.2.1
4a42e1
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html
4a42e1
4a42e1
* Tue Jun 16 2009 Radek Vokal <rvokal@redhat.com> - 1.2.0
4a42e1
- upgrade to 1.2.0
4a42e1
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html
4a42e1
4a42e1
* Fri May 22 2009 Radek Vokal <rvokal@redhat.com> - 1.1.4-0.pre1
4a42e1
- update to latest development build
4a42e1
4a42e1
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.3-1
4a42e1
- upgrade to 1.1.3
4a42e1
4a42e1
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-4.pre1
4a42e1
- fix libsmi support
4a42e1
4a42e1
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3.pre1
4a42e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4a42e1
4a42e1
* Mon Feb 16 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-2.pre1
4a42e1
- add netdump support
4a42e1
4a42e1
* Sun Feb 15 2009 Steve Dickson <steved@redhat.com> - 1.1.2-1.pre1
4a42e1
- NFSv4.1: Add support for backchannel decoding
4a42e1
4a42e1
* Mon Jan 19 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-0.pre1
4a42e1
- upgrade to latest development release
4a42e1
- added support for portaudio (#480195)
4a42e1
4a42e1
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.1-0.pre1.2
4a42e1
- rebuild with new openssl
4a42e1
4a42e1
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.1.1-0.pre1.1
4a42e1
- Rebuild for Python 2.6
4a42e1
4a42e1
* Thu Nov 13 2008 Radek Vokál <rvokal@redhat.com> 1.1.1-0.pre1
4a42e1
- upgrade to 1.1.1 development branch
4a42e1
4a42e1
* Wed Sep 10 2008 Radek Vokál <rvokal@redhat.com> 1.0.3-1
4a42e1
- upgrade to 1.0.3
4a42e1
- Security-related bugs in the NCP dissector, zlib compression code, and Tektronix .rf5 file parser have been fixed.
4a42e1
- WPA group key decryption is now supported.
4a42e1
- A bug that could cause packets to be wrongly dissected as "Redback Lawful Intercept" has been fixed.
4a42e1
4a42e1
* Mon Aug 25 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-3
4a42e1
- fix requires for wireshark-gnome
4a42e1
4a42e1
* Thu Jul 17 2008 Steve Dickson <steved@redhat.com> 1.0.2-2
4a42e1
- Added patches to support NFSv4.1
4a42e1
4a42e1
* Fri Jul 11 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-1
4a42e1
- upgrade to 1.0.2
4a42e1
4a42e1
* Tue Jul  8 2008 Radek Vokál <rvokal@redhat.com> 1.0.1-1
4a42e1
- upgrade to 1.0.1
4a42e1
4a42e1
* Sun Jun 29 2008 Dennis Gilmore <dennis@ausil.us> 1.0.0-3
4a42e1
- add sparc arches to -fPIE
4a42e1
- rebuild for new gnutls
4a42e1
4a42e1
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-2
4a42e1
- fix BuildRequires - python, yacc, bison
4a42e1
4a42e1
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-1
4a42e1
- April Fools' day upgrade to 1.0.0
4a42e1
4a42e1
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.7-3
4a42e1
- Autorebuild for GCC 4.3
4a42e1
4a42e1
* Wed Dec 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-2
4a42e1
- fix crash in unprivileged mode (#317681)
4a42e1
4a42e1
* Tue Dec 18 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-1
4a42e1
- upgrade to 0.99.7
4a42e1
4a42e1
* Fri Dec  7 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-0.pre2.1
4a42e1
- rebuilt for openssl
4a42e1
4a42e1
* Mon Nov 26 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre2
4a42e1
- switch to libsmi from net-snmp
4a42e1
- disable ADNS due to its lack of Ipv6 support
4a42e1
- 0.99.7 prerelease 2
4a42e1
4a42e1
* Tue Nov 20 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre1
4a42e1
- upgrade to 0.99.7 pre-release
4a42e1
4a42e1
* Wed Sep 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-3
4a42e1
- fixed URL
4a42e1
4a42e1
* Thu Aug 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-2
4a42e1
- rebuilt
4a42e1
4a42e1
* Mon Jul  9 2007 Radek Vokal <rvokal@redhat.com> 0.99.6-1
4a42e1
- upgrade to 0.99.6 final
4a42e1
4a42e1
* Fri Jun 15 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre2
4a42e1
- another pre-release
4a42e1
- turn on ADNS support
4a42e1
4a42e1
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
4a42e1
- update to pre1 of 0.99.6 release
4a42e1
4a42e1
* Mon Feb  5 2007 Radek Vokál <rvokal@redhat.com> 0.99.5-1
4a42e1
- multiple security issues fixed (#227140)
4a42e1
- CVE-2007-0459 - The TCP dissector could hang or crash while reassembling HTTP packets
4a42e1
- CVE-2007-0459 - The HTTP dissector could crash.
4a42e1
- CVE-2007-0457 - On some systems, the IEEE 802.11 dissector could crash.
4a42e1
- CVE-2007-0456 - On some systems, the LLT dissector could crash.
4a42e1
4a42e1
* Mon Jan 15 2007 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre2
4a42e1
- another 0.99.5 prerelease, fix build bug and pie flags
4a42e1
4a42e1
* Tue Dec 12 2006 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre1
4a42e1
- update to 0.99.5 prerelease
4a42e1
4a42e1
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.99.4-5
4a42e1
- rebuild for python 2.5
4a42e1
4a42e1
* Tue Nov 28 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-4
4a42e1
- rebuilt for new libpcap and net-snmp
4a42e1
4a42e1
* Thu Nov 23 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-3
4a42e1
- add htmlview to Buildrequires to be picked up by configure scripts (#216918)
4a42e1
4a42e1
* Tue Nov  7 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-2.fc7
4a42e1
- Requires: net-snmp for the list of MIB modules
4a42e1
4a42e1
* Wed Nov  1 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-1
4a42e1
- upgrade to 0.99.4 final
4a42e1
4a42e1
* Tue Oct 31 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-0.pre2
4a42e1
- upgrade to 0.99.4pre2
4a42e1
4a42e1
* Tue Oct 10 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-0.pre1
4a42e1
- upgrade to 0.99.4-0.pre1
4a42e1
4a42e1
* Fri Aug 25 2006 Radek Vokál <rvokal@redhat.com> 0.99.3-1
4a42e1
- upgrade to 0.99.3
4a42e1
- Wireshark 0.99.3 fixes the following vulnerabilities:
4a42e1
- the SCSI dissector could crash. Versions affected: CVE-2006-4330
4a42e1
- the IPsec ESP preference parser was susceptible to off-by-one errors. CVE-2006-4331
4a42e1
- a malformed packet could make the Q.2931 dissector use up available memory. CVE-2006-4333
4a42e1
4a42e1
* Tue Jul 18 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-1
4a42e1
- upgrade to 0.99.2
4a42e1
4a42e1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99.2-0.pre1.1
4a42e1
- rebuild
4a42e1
4a42e1
* Tue Jul 11 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-0.pre1
4a42e1
- upgrade to 0.99.2pre1, fixes (#198242)
4a42e1
4a42e1
* Tue Jun 13 2006 Radek Vokal <rvokal@redhat.com> 0.99.1-0.pre1
4a42e1
- spec file changes
4a42e1
4a42e1
* Fri Jun  9 2006 Radek Vokal <rvokal@redhat.com> 0.99.1pre1-1
4a42e1
- initial build for Fedora Core