f41366
%undefine __cmake_in_source_build
f41366
%global with_lua 1
f41366
%global with_maxminddb 1
f41366
%global plugins_version 3.4
f41366
f41366
Summary:	Network traffic analyzer
f41366
Name:		wireshark
0cb97f
Version:	3.4.10
9e359d
Release:	4%{?dist}
f41366
Epoch:		1
f41366
License:	GPL+
f41366
Url:		http://www.wireshark.org/
f41366
f41366
Source0:	https://wireshark.org/download/src/%{name}-%{version}.tar.xz
f41366
Source1:        https://www.wireshark.org/download/src/all-versions/SIGNATURES-%{version}.txt
f41366
Source2:	90-wireshark-usbmon.rules
f41366
f41366
# Fedora-specific
9e359d
Patch0002:	wireshark-0002-Customize-permission-denied-error.patch
f41366
# Will be proposed upstream
9e359d
Patch0003:	wireshark-0003-fix-string-overrun-in-plugins-profinet.patch
f41366
# Fedora-specific
9e359d
Patch0004:	wireshark-0004-Restore-Fedora-specific-groups.patch
f41366
# Fedora-specific
9e359d
Patch0005:	wireshark-0005-Fix-paths-in-a-wireshark.desktop-file.patch
f41366
# Fedora-specific
9e359d
Patch0006:	wireshark-0006-Move-tmp-to-var-tmp.patch
9e359d
Patch0007:	wireshark-0007-cmakelists.patch
9e359d
#Patch0008:	wireshark-0008-move-glib.patch
9e359d
Patch0009:	wireshark-0009-smc-support.patch
9e359d
Patch0010:	wireshark-0010-fips-ripemd160.patch
9e359d
Patch0011:	wireshark-0011-cve-2022-3190.patch
f41366
f41366
#install tshark together with wireshark GUI
f41366
Requires:	%{name}-cli = %{epoch}:%{version}-%{release}
f41366
f41366
Requires:	xdg-utils
f41366
Requires:	hicolor-icon-theme
f41366
f41366
%if %{with_maxminddb} && 0%{?fedora}
f41366
Requires:	libmaxminddb
f41366
%endif
f41366
f41366
BuildRequires:	bzip2-devel
f41366
BuildRequires:	c-ares-devel
f41366
BuildRequires:	elfutils-devel
f41366
BuildRequires:	gcc-c++
f41366
BuildRequires:	glib2-devel
f41366
BuildRequires:	gnutls-devel
f41366
BuildRequires:	krb5-devel
f41366
BuildRequires:	libcap-devel
f41366
BuildRequires:	libgcrypt-devel
f41366
BuildRequires:	libnl3-devel
f41366
BuildRequires:	libpcap-devel >= 0.9
f41366
BuildRequires:	libselinux-devel
f41366
BuildRequires:	libsmi-devel
f41366
BuildRequires:	openssl-devel
f41366
BuildRequires:	desktop-file-utils
f41366
BuildRequires:	xdg-utils
f41366
BuildRequires:	bison
f41366
BuildRequires:	flex
f41366
BuildRequires:	pcre-devel
f41366
BuildRequires:	perl(Pod::Html)
f41366
BuildRequires:	perl(Pod::Man)
f41366
BuildRequires:	perl(open)
f41366
Buildrequires:	libssh-devel
f41366
BuildRequires:	qt5-linguist
f41366
BuildRequires:	qt5-qtbase-devel
f41366
BuildRequires:	qt5-qtmultimedia-devel
f41366
BuildRequires:	qt5-qtsvg-devel
f41366
BuildRequires:	zlib-devel
f41366
%if %{with_maxminddb}
f41366
BuildRequires:	libmaxminddb-devel
f41366
%endif
f41366
%if %{with_lua} && 0%{?fedora}
f41366
BuildRequires:	compat-lua-devel
f41366
%endif
f41366
Buildrequires: git
f41366
Buildrequires: python3-devel
f41366
Buildrequires: cmake
f41366
#needed for sdjournal external capture interface
f41366
BuildRequires: systemd-devel
f41366
BuildRequires: libnghttp2-devel
f41366
f41366
Obsoletes: wireshark-qt, wireshark-gtk
f41366
f41366
%description
f41366
Wireshark allows you to examine protocol data stored in files or as it is
f41366
captured from wired or wireless (WiFi or Bluetooth) networks, USB devices,
f41366
and many other sources.  It supports dozens of protocol capture file formats
f41366
and understands more than a thousand protocols.
f41366
f41366
It has many powerful features including a rich display filter language
f41366
and the ability to reassemble multiple protocol packets in order to, for
f41366
example, view a complete TCP stream, save the contents of a file which was
f41366
transferred over HTTP or CIFS, or play back an RTP audio stream.
f41366
f41366
%package	cli
f41366
Summary:	Network traffic analyzer
f41366
Requires(pre):	shadow-utils
f41366
Requires(post): systemd-udev
f41366
f41366
%description cli
f41366
This package contains command-line utilities, plugins, and documentation for
f41366
Wireshark.
f41366
f41366
%package devel
f41366
Summary:	Development headers and libraries for wireshark
9e359d
Requires:	%{name} = %{epoch}:%{version}-%{release}
9e359d
Requires:	%{name}-cli = %{epoch}:%{version}-%{release}
9e359d
Requires:	glibc-devel
9e359d
Requires:	glib2-devel
9e359d
f41366
f41366
%description devel
f41366
The wireshark-devel package contains the header files, developer
f41366
documentation, and libraries required for development of wireshark scripts
f41366
and plugins.
f41366
f41366
f41366
%prep
f41366
%autosetup -S git
f41366
f41366
%build
f41366
%cmake -G "Unix Makefiles" \
f41366
  -DDISABLE_WERROR=ON \
f41366
  -DBUILD_wireshark=ON \
f41366
%if %{with_lua} && 0%{?fedora}
f41366
  -DENABLE_LUA=ON \
f41366
%else
f41366
  -DENABLE_LUA=OFF \
f41366
%endif
f41366
%if %{with_maxminddb} && 0%{?fedora} 
f41366
  -DBUILD_mmdbresolve=ON \
f41366
%else
f41366
  -DBUILD_mmdbresolve=OFF \
f41366
%endif
f41366
  -DBUILD_randpktdump=OFF \
f41366
  -DBUILD_androiddump=ON \
f41366
  -DENABLE_SMI=ON \
f41366
  -DENABLE_PLUGINS=ON \
f41366
  -DENABLE_NETLINK=ON \
f41366
  -DBUILD_dcerpcidl2wrs=OFF \
f41366
  -DBUILD_sdjournal=ON \
f41366
  %{nil}
f41366
f41366
%cmake_build
f41366
f41366
%install
f41366
%cmake_install
f41366
f41366
desktop-file-validate %{buildroot}%{_datadir}/applications/wireshark.desktop
f41366
f41366
#install devel files (inspired by debian/wireshark-dev.header-files)
f41366
install -d -m 0755  %{buildroot}%{_includedir}/wireshark
f41366
IDIR="%{buildroot}%{_includedir}/wireshark"
f41366
mkdir -p "${IDIR}/epan"
f41366
mkdir -p "${IDIR}/epan/crypt"
f41366
mkdir -p "${IDIR}/epan/ftypes"
f41366
mkdir -p "${IDIR}/epan/dfilter"
f41366
mkdir -p "${IDIR}/epan/dissectors"
f41366
mkdir -p "${IDIR}/epan/wmem"
f41366
mkdir -p "${IDIR}/wiretap"
f41366
mkdir -p "${IDIR}/wsutil"
f41366
mkdir -p %{buildroot}%{_udevrulesdir}
f41366
install -m 644 %{_vpath_builddir}/config.h epan/register.h	"${IDIR}/"
f41366
install -m 644 cfile.h file.h		"${IDIR}/"
f41366
install -m 644 ws_symbol_export.h	"${IDIR}/"
f41366
install -m 644 epan/*.h			"${IDIR}/epan/"
f41366
install -m 644 epan/crypt/*.h		"${IDIR}/epan/crypt"
f41366
install -m 644 epan/ftypes/*.h		"${IDIR}/epan/ftypes"
f41366
install -m 644 epan/dfilter/*.h		"${IDIR}/epan/dfilter"
f41366
install -m 644 epan/dissectors/*.h	"${IDIR}/epan/dissectors"
f41366
install -m 644 epan/wmem/*.h		"${IDIR}/epan/wmem"
f41366
install -m 644 wiretap/*.h		"${IDIR}/wiretap"
f41366
install -m 644 wsutil/*.h		"${IDIR}/wsutil"
f41366
install -m 644 ws_diag_control.h	"${IDIR}/"
f41366
install -m 644 %{SOURCE2}		%{buildroot}%{_udevrulesdir}
f41366
f41366
touch %{buildroot}%{_bindir}/%{name}
f41366
f41366
# Remove libtool archives and static libs
f41366
find %{buildroot} -type f -name "*.la" -delete
f41366
f41366
%pre cli
f41366
getent group wireshark >/dev/null || groupadd -r wireshark
f41366
getent group usbmon >/dev/null || groupadd -r usbmon
f41366
f41366
%post cli
f41366
%{?ldconfig}
f41366
# skip triggering if udevd isn't even accessible, e.g. containers or
f41366
# rpm-ostree-based systems
f41366
if [ -S /run/udev/control ]; then
f41366
    /usr/bin/udevadm trigger --subsystem-match=usbmon
f41366
fi
f41366
f41366
%ldconfig_postun cli
f41366
f41366
%files
f41366
%{_datadir}/appdata/%{name}.appdata.xml
f41366
%{_datadir}/applications/wireshark.desktop
f41366
%{_datadir}/icons/hicolor/*/apps/*
f41366
%{_datadir}/icons/hicolor/*/mimetypes/*
f41366
%{_datadir}/mime/packages/wireshark.xml
f41366
%{_bindir}/wireshark
f41366
%{_mandir}/man1/wireshark.*
f41366
f41366
%files cli
f41366
%license COPYING
f41366
%doc AUTHORS INSTALL NEWS README*
f41366
%{_bindir}/capinfos
f41366
%{_bindir}/captype
f41366
%{_bindir}/editcap
f41366
%{_bindir}/mergecap
f41366
%{_bindir}/randpkt
f41366
%{_bindir}/reordercap
f41366
%{_bindir}/sharkd
f41366
%{_bindir}/text2pcap
f41366
%{_bindir}/tshark
f41366
%if %{with_maxminddb} && 0%{?fedora}
f41366
%{_bindir}/mmdbresolve
f41366
%endif
f41366
%attr(0750, root, wireshark) %caps(cap_net_raw,cap_net_admin=ep) %{_bindir}/dumpcap
f41366
%{_bindir}/rawshark
f41366
%{_udevrulesdir}/90-wireshark-usbmon.rules
f41366
%{_libdir}/lib*.so.*
f41366
%dir %{_libdir}/wireshark
f41366
%dir %{_libdir}/wireshark/extcap
f41366
%dir %{_libdir}/wireshark/plugins
f41366
%{_libdir}/wireshark/extcap/ciscodump
f41366
%{_libdir}/wireshark/extcap/udpdump
f41366
%{_libdir}/wireshark/extcap/sshdump
f41366
%{_libdir}/wireshark/extcap/sdjournal
f41366
%{_libdir}/wireshark/extcap/dpauxmon
f41366
%{_libdir}/wireshark/extcap/androiddump
f41366
%dir %{_libdir}/wireshark/cmake
f41366
%{_libdir}/wireshark/cmake/*.cmake
f41366
#the version wireshark uses to store plugins is only x.y, not .z
f41366
%dir %{_libdir}/wireshark/plugins/%{plugins_version}
f41366
%dir %{_libdir}/wireshark/plugins/%{plugins_version}/epan
f41366
%dir %{_libdir}/wireshark/plugins/%{plugins_version}/wiretap
f41366
%dir %{_libdir}/wireshark/plugins/%{plugins_version}/codecs
f41366
%{_libdir}/wireshark/plugins/%{plugins_version}/epan/*.so
f41366
%{_libdir}/wireshark/plugins/%{plugins_version}/wiretap/*.so
f41366
%{_libdir}/wireshark/plugins/%{plugins_version}/codecs/*.so
f41366
%{_mandir}/man1/editcap.*
f41366
%{_mandir}/man1/tshark.*
f41366
%{_mandir}/man1/mergecap.*
f41366
%{_mandir}/man1/text2pcap.*
f41366
%{_mandir}/man1/capinfos.*
f41366
%{_mandir}/man1/dumpcap.*
f41366
%{_mandir}/man4/wireshark-filter.*
f41366
%{_mandir}/man1/rawshark.*
f41366
%{_mandir}/man1/dftest.*
f41366
%{_mandir}/man1/randpkt.*
f41366
%{_mandir}/man1/reordercap.*
f41366
%{_mandir}/man1/sshdump.*
f41366
%{_mandir}/man1/udpdump.*
f41366
%{_mandir}/man1/androiddump.*
f41366
%{_mandir}/man1/captype.*
f41366
%{_mandir}/man1/ciscodump.*
f41366
%{_mandir}/man1/randpktdump.*
f41366
%{_mandir}/man1/dpauxmon.*
f41366
%{_mandir}/man1/sdjournal.*
f41366
%{_mandir}/man4/extcap.*
f41366
%if %{with_maxminddb} && 0%{?fedora}
f41366
%{_mandir}/man1/mmdbresolve.*
f41366
%endif
f41366
%dir %{_datadir}/wireshark
f41366
%{_datadir}/wireshark/*
f41366
%{_docdir}/wireshark/*.html
f41366
f41366
%files devel
f41366
%doc doc/README.* ChangeLog
f41366
%{_includedir}/wireshark
f41366
%{_libdir}/lib*.so
f41366
%{_libdir}/pkgconfig/%{name}.pc
f41366
f41366
%changelog
9e359d
* Fri Jan 20 2023 Michal Ruprich <mruprich@redhat.com> - 1:3.4.10-4
9e359d
- Resolves: #2152064 - CVE-2022-3190 wireshark: f5ethtrailer Infinite loop in legacy style dissector
9e359d
9e359d
* Thu Jan 19 2023 Michal Ruprich <mruprich@redhat.com> - 1:3.4.10-3
9e359d
- Resolves: #2083581 - capinfos aborts in FIPS
9e359d
9e359d
* Thu Jan 19 2023 Michal Ruprich <mruprich@redhat.com> - 1:3.4.10-2
9e359d
- Resolves: #2160648 - Enhanced TMT testing for centos-stream
9e359d
0cb97f
* Thu Dec 16 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.10-1
0cb97f
- Resolves: #2032966 - Rebase wireshark to fix multiple CVEs
0cb97f
f41366
* Mon Aug 16 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.7-3
f41366
- Resolves: #1988120 - Enable LTO build of wireshark for RHEL 9
f41366
f41366
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.4.7-2
f41366
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f41366
  Related: rhbz#1991688
f41366
f41366
* Tue Jul 20 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.7-1
f41366
- Related: #1967546 - Rebase wireshark to latest version
f41366
f41366
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.4.6-2
f41366
- Rebuilt for RHEL 9 BETA for openssl 3.0
f41366
  Related: rhbz#1971065
f41366
f41366
* Fri Jun 11 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.6-1
f41366
- Related: #1967546 - Rebase wireshark to latest version
f41366
f41366
* Thu Jun 03 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.5-1
f41366
- Resolves: #1967546 - Rebase wireshark to latest version
f41366
f41366
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.4.4-2
f41366
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f41366
f41366
* Tue Mar 16 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.4-1
f41366
- New version 3.4.4
f41366
- Fix for CVE-2021-22191
f41366
f41366
* Tue Feb 23 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.3-3
f41366
- Adding more commits to make SMC complete
f41366
f41366
* Mon Feb 22 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.3-2
f41366
- Adding SMC-R, SMC-D and SMC-D v2
f41366
f41366
* Tue Feb 16 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.3-1
f41366
- New version 3.4.3
f41366
- Fix for CVE-2021-22173, CVE-2021-22174
f41366
f41366
* Fri Jan 29 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.2-1
f41366
- New version 3.4.2
f41366
- Fix for CVE-2020-26418, CVE-2020-26419, CVE-2020-26420, CVE-2020-26421
f41366
f41366
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.4.0-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f41366
f41366
* Wed Dec 02 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.4.0-1
f41366
- New version 3.4.0
f41366
- Fix for CVE-2020-26575, CVE-2020-28030
f41366
f41366
* Fri Oct 09 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.2.7-1
f41366
- New version 3.2.7
f41366
- Fix for CVE-2020-25862, CVE-2020-25863, CVE-2020-25866
f41366
f41366
* Thu Sep 10 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.2.6-2
f41366
- Temprorarily disabling LTO build due to errors in libqt5core
f41366
f41366
* Wed Aug 19 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.2.6-1
f41366
- New version 3.2.6
f41366
- Fix for CVE-2020-17498
f41366
f41366
* Thu Jul 30 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.2.5-3
f41366
- Adding ownership for dirs created by wireshark (rhbz#1860650)
f41366
f41366
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.5-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f41366
f41366
* Thu Jul 02 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.2.5-1
f41366
- New version 3.2.5
f41366
f41366
* Fri May 22 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.2.4-1
f41366
- New version 3.2.4
f41366
- Enabling build with androiddump (rhbz#1834367)
f41366
f41366
* Mon Apr 13 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:3.2.3-1
f41366
- 3.2.3
f41366
f41366
* Fri Apr 03 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.2.2-1
f41366
- New version 3.2.2
f41366
f41366
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.0-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f41366
f41366
* Thu Dec 19 2019 Michal Ruprich <mruprich@redhat.com> - 1:3.2.0-1
f41366
- New version 3.2.0
f41366
f41366
* Wed Oct 30 2019 Michal Ruprich <mruprich@redhat.com> - 1:3.0.5-1
f41366
- New version 3.0.5
f41366
f41366
* Tue Aug 20 2019 Michal Ruprich <mruprich@redhat.com> - 1:3.0.3-1
f41366
- New version 3.0.3
f41366
- Fixes CVE-2019-13619
f41366
f41366
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.1-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f41366
f41366
* Tue Apr 09 2019 Michal Ruprich <mruprich@redhat.com> - 1:3.0.1-1
f41366
- New version 3.0.1
f41366
- Fixes CVE-2019-10894, CVE-2019-10895, CVE-2019-10896, CVE-2019-10897, CVE-2019-10898, CVE-2019-10899, CVE-2019-10900, CVE-2019-10901, CVE-2019-10902, CVE-2019-10903
f41366
f41366
* Mon Mar 11 2019 Michal Ruprich <mruprich@redhat.com> - 1:3.0.0-1
f41366
- New version 3.0.0
f41366
f41366
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.6.6-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f41366
f41366
* Mon Jan 21 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.6-1
f41366
- New version 2.6.6 
f41366
- Contains fixes for CVE-2019-5716, CVE-2019-5717, CVE-2019-5718, CVE-2019-5719
f41366
- Add explicit curdir on CMake invokation
f41366
f41366
* Wed Jan 02 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.5-2
f41366
- Adding libnghttp2-devel as BuildRequires - needed for HTTP2 support(rhbz#1512722)
f41366
f41366
* Mon Dec 10 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.5-1
f41366
- New version 2.6.5
f41366
- Contains fixes for CVE-2018-19622, CVE-2018-19623,  CVE-2018-19624, CVE-2018-19625, CVE-2018-19626, CVE-2018-19627, CVE-2018-19628
f41366
f41366
* Mon Nov 12 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.4-1
f41366
- New version 2.6.4
f41366
- Contains fixes for CVE-2018-16056, CVE-2018-16057, CVE-2018-16058
f41366
f41366
* Mon Jul 23 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-1
f41366
- New version 2.6.2
f41366
- 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
f41366
f41366
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.6.1-3
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f41366
f41366
* Wed Jul 11 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.1-2
f41366
- Fixing build error with newer qt5 version
f41366
f41366
* Thu May 24 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.1-1
f41366
- New version 2.6.1
f41366
f41366
* Tue May 15 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.0-2
f41366
- Added Obsoletes for wireshark-qt and wireshark-gtk
f41366
f41366
* Wed May 02 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.0-1
f41366
- New version 2.6.0
f41366
- 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
f41366
- Switch from autotools to cmake
f41366
- Removed python2-devel(#1560284) and libssh2-devel from dependencies
f41366
- Removed python scripts
f41366
f41366
* Thu Mar 15 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-2
f41366
- Removing dependency on wireshark from wireshark-cli (rhbz#1554818)
f41366
- Removing deprecated Group tags
f41366
f41366
* Fri Mar 09 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-1
f41366
- New upstream version 2.4.5
f41366
- 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
f41366
- Removed GTK+ based GUI (rhbz#1486203)
f41366
- Corrected LDFLAGS in spec (rhbz#1548665)
f41366
- Alternatives are no longer needed (rhbz#1533701)
f41366
f41366
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.4.4-2
f41366
- Escape macros in %%changelog
f41366
f41366
* Fri Jan 19 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.4-1
f41366
- New upstream version 2.4.4
f41366
- Contains fix for CVE-2017-17935 
f41366
f41366
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.4.3-2
f41366
- Remove obsolete scriptlets
f41366
f41366
* Wed Dec 20 2017 Michal Ruprich <mruprich@redhat.com> - 1:2.4.3-1
f41366
- New upstream version 2.4.3
f41366
- Contains fixe for CVE-2017-17085, CVE-2017-17084, CVE-2017-17083
f41366
f41366
* Thu Oct 12 2017 Michal Ruprich <mruprich@redhat.com> - 1:2.4.2-1
f41366
- New upstream version 2.4.2
f41366
- 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
f41366
f41366
* Tue Aug 08 2017 Martin Sehnoutka <msehnout@redhat.com> - 1:2.4.0-6
f41366
- Use epoch in Requires (rhbz#1478501)
f41366
f41366
* Thu Aug 03 2017 Martin Sehnoutka <msehnout@redhat.com> - 1:2.4.0-5
f41366
- Add libssh as a build dependency (rhbz#1419131)
f41366
f41366
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f41366
f41366
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f41366
f41366
* Fri Jul 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
f41366
- Move init.lua file into the main subpackage (rhbz#1463270)
f41366
f41366
* Thu Jul 20 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
f41366
- New upstream version 2.4.0
f41366
f41366
* Thu Jun 29 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0rc2-1
f41366
- New upstream version
f41366
f41366
* Mon Jun 12 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.7-1
f41366
- New upstream release 2.2.7
f41366
f41366
* Thu May 25 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-5
f41366
- Add triggerin script to remove old alternatives
f41366
- Remove appdata.xml as it is provided by upstream now
f41366
f41366
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-3
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
f41366
f41366
* Mon Apr 24 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-2
f41366
- Build with lua support (resolves: #1259623)
f41366
f41366
* Fri Apr 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-1
f41366
- New upstream release 2.2.6
f41366
f41366
* Fri Apr 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.2.5-2
f41366
- Stop patching pkg-config
f41366
f41366
* Tue Mar 07 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.5-1
f41366
- New upstream version 2.2.5
f41366
f41366
* Mon Mar 06 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.4-3
f41366
- Fix python_sitearch macro
f41366
- Fix path in desktop file
f41366
f41366
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f41366
f41366
* Wed Jan 25 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.4-2
f41366
- New upstream release 2.2.4
f41366
f41366
* Thu Dec 08 2016 Martin Sehnoutka <msehnout@redhat.com> - 2.2.2-4
f41366
- Change update-alternatives name from wireshark to wireshark-gui; Resolve:
f41366
  #1400654
f41366
f41366
* Thu Dec 01 2016 Martin Sehnoutka <msehnout@redhat.com> - 2.2.2-3
f41366
- Move all executables into /usr/bin/ directory
f41366
f41366
* Fri Nov 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.2-2
f41366
- Build QT GUI with qt5 (rhbz #1347752)
f41366
f41366
* Fri Nov 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.2-1
f41366
- Version 2.2.2
f41366
- See https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html
f41366
- Use %%license, spec cleanups
f41366
- Put udev rules in right location (rhbz #1365581)
f41366
f41366
* Wed Nov  2 2016 Peter Lemenkov <lemenkov@gmail.com> - 2.1.1-3
f41366
- No longer uses adns ( https://github.com/wireshark/wireshark/commit/7a1d3f6 )
f41366
- Remove --with-ipv6 switch ( https://github.com/wireshark/wireshark/commit/fad1565 )
f41366
- Change GTK option switch ( https://github.com/wireshark/wireshark/commit/d77029d )
f41366
f41366
* Tue Sep 13 2016 Kevin Fenzi <kevin@scrye.com> - 2.1.1-2
f41366
- Add Requires(post) for systemd-udev to avoid rpm scriptlet failures
f41366
f41366
* Sun Jul 24 2016 Peter Hatina <phatina@gmail.com> - 2.1.1-1
f41366
- Ver. 2.1.1
f41366
- See https://www.wireshark.org/docs/relnotes/wireshark-2.1.1.html
f41366
f41366
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-4
f41366
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
f41366
f41366
* Wed Jul 13 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-3
f41366
- Fix typo, install ws_diag_control
f41366
- Related: rhbz#1347869
f41366
f41366
* Mon Jun 20 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-2
f41366
- Install ws_diag_control.h into standard include directory
f41366
- Resolves: rhbz#1347869
f41366
f41366
* Tue Jun 14 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-1
f41366
- Ver. 2.1.0
f41366
- See https://www.wireshark.org/docs/relnotes/wireshark-2.1.0.html
f41366
f41366
* Thu Apr 28 2016 Peter Hatina <phatina@redhat.com> - 2.0.3-1
f41366
- Ver. 2.0.3
f41366
f41366
* Tue Mar 01 2016 Peter Hatina <phatina@redhat.com> - 2.0.2-1
f41366
- Ver. 2.0.2
f41366
f41366
* Tue Feb 23 2016 Peter Hatina <phatina@redhat.com> - 2.0.1-3
f41366
- Fix missing Requires in wireshark.pc
f41366
f41366
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f41366
f41366
* Thu Jan 14 2016 Peter Hatina <phatina@redhat.com> - 2.0.1-1
f41366
- Ver. 2.0.1
f41366
- Introduced wireshark metapackage for wireshark-cli and wireshark-gtk
f41366
- wireshark-qt and wireshark-gtk contain the GUI applications
f41366
- See https://www.wireshark.org/docs/relnotes/wireshark-2.0.1.html
f41366
f41366
* Fri Jan  8 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.12.9-1
f41366
- Ver. 1.12.9
f41366
- See https://www.wireshark.org/docs/relnotes/wireshark-1.12.9.html
f41366
f41366
* Tue Nov  3 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.8-2
f41366
- Fixed Wireshark detection in external projects using wireshark.m4 script.
f41366
  See https://bugzilla.redhat.com/1274831 for further details.
f41366
f41366
* Thu Oct 15 2015 Peter Hatina <phatina@redhat.com> - 1.12.8-1
f41366
- Ver. 1.12.8
f41366
- Dropped patch no. 10 (applied upstream)
f41366
f41366
* Fri Aug 21 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.7-2
f41366
- Enable libnl3 (see rhbz#1207386, rhbz#1247566)
f41366
- Remove airpcap switch (doesn't have any effect on Linux)
f41366
- Backport patch no. 11
f41366
- Fixed building with F24+
f41366
f41366
* Tue Aug 18 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.7-1
f41366
- Ver. 1.12.7
f41366
- Dropped patch no. 11 (applied upstream)
f41366
f41366
* Tue Jun 30 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-4
f41366
- Move plugins to %%{_libdir}/wireshark/plugins to avoid
f41366
  transaction conflicts
f41366
f41366
* Fri Jun 26 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-3
f41366
- Disable overlay scrolling in main window
f41366
- Resolves: rhbz#1235830
f41366
f41366
* Fri Jun 26 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-2
f41366
- Add symlink plugins/current -> plugins/%%{version}
f41366
f41366
* Thu Jun 18 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-1
f41366
- Ver. 1.12.6
f41366
f41366
* Wed May 13 2015 Peter Hatina <phatina@redhat.com> - 1.12.5-1
f41366
- Ver. 1.12.5
f41366
f41366
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1.12.4-2
f41366
- Add an AppData file for the software center
f41366
f41366
* Thu Mar  5 2015 Peter Hatina <phatina@redhat.com> - 1.12.4-1
f41366
- Ver. 1.12.4
f41366
f41366
* Mon Feb  2 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-3
f41366
- temporary: disable lua
f41366
f41366
* Mon Feb  2 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-2
f41366
- rebuild with gtk3
f41366
- fix gdk crash
f41366
f41366
* Thu Jan  8 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-1
f41366
- Ver. 1.12.3
f41366
f41366
* Mon Dec 22 2014 Peter Hatina <phatina@redhat.com> - 1.12.2-2
f41366
- fix CLI parsing by getopt_long
f41366
f41366
* Mon Nov 17 2014 Peter Hatina <phatina@redhat.com> - 1.12.2-1
f41366
- Ver. 1.12.2
f41366
f41366
* Mon Sep 22 2014 Peter Hatina <phatina@redhat.com> - 1.12.1-1
f41366
- Ver. 1.12.1
f41366
f41366
* Tue Sep 09 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.12.0-5
f41366
- Install epan/wmem/*.h files. See rhbz #1129419
f41366
f41366
* Wed Sep  3 2014 Peter Hatina <phatina@redhat.com> - 1.12.0-4
f41366
- fix fields print format
f41366
f41366
* Mon Aug 18 2014 Rex Dieter <rdieter@fedoraproject.org> 1.12.0-3
f41366
- update mime scriptlets
f41366
f41366
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.0-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f41366
f41366
* Tue Aug 05 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.12.0-1
f41366
- Ver. 1.12.0
f41366
- Dropped a lot of outdated patches.
f41366
- Added /usr/sbin/captype application.
f41366
- Added temporary workaround for wireshark.pc.in missing in the official
f41366
  tarball.
f41366
- Removed outdated --with-dumpcap-group="wireshark" cli switch. It doesn't work
f41366
  during rpmbuild, and we still set group explicitly in the 'files' section.
f41366
- Removed --enable-setcap-install. Likewise.
f41366
- Some ANSI C header files were moved to epan/
f41366
f41366
* Fri Aug  1 2014 Peter Hatina <phatina@redhat.com> - 1.10.9-1
f41366
- Ver. 1.10.9
f41366
f41366
* Fri Jun 13 2014 Peter Hatina <phatina@redhat.com> - 1.10.8-1
f41366
- Ver. 1.10.8
f41366
f41366
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.7-3
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f41366
f41366
* Fri May 30 2014 Peter Hatina <phatina@redhat.com> - 1.0.7-2
f41366
- add AMQP 1.0 support
f41366
f41366
* Wed Apr 23 2014 Peter Hatina <phatina@redhat.com> - 1.10.7-1
f41366
- Ver. 1.10.7
f41366
f41366
* Fri Mar 21 2014 Peter Hatina <phatina@redhat.com> - 1.10.6-2
f41366
- Reload udev rule for usbmon subsystem only
f41366
f41366
* Sat Mar 08 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.6-1
f41366
- Ver. 1.10.6
f41366
f41366
* Fri Mar  7 2014 Peter Hatina <phatina@redhat.com> - 1.10.5-4
f41366
- Fix Capture Dialog layout on low resolution displays
f41366
- Resolves: #1071313
f41366
f41366
* Sun Feb  9 2014 Ville Skyttä <ville.skytta@iki.fi>
f41366
- Fix --with-gtk* build option usage.
f41366
f41366
* Wed Jan 29 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-3
f41366
- Fixed paths in the desktop-file (see rhbz #1059188)
f41366
f41366
* Mon Jan 13 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-2
f41366
- Updated RTPproxy dissector (again)
f41366
- Fix rare issue with the Sniffer traces (patch no. 23)
f41366
f41366
* Mon Dec 23 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-1
f41366
- Ver. 1.10.5
f41366
- Don't apply upstreamed patches no. 18, 19, 20.
f41366
f41366
* Thu Dec 19 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.4-2
f41366
- Fix endianness in the Bitcoin protocol dissector (patch no. 19)
f41366
- Last-minute fix for wrongly backported change (patch no. 20)
f41366
- Fix FTBFS in Rawhide (see patch no. 21 - recent Glib doesn't provide g_memmove macro anymore)
f41366
f41366
* Wed Dec 18 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.4-1
f41366
- Ver. 1.10.4
f41366
- Don't apply upsteamed patches no. 13, 14, 15, 16, 17
f41366
- Fix variable overflow (patch no. 18)
f41366
- Updated RTPproxy dissector (backported three more patches from trunk)
f41366
f41366
* Tue Dec 10 2013 Peter Hatina <phatina@redhat.com> - 1.10-3-9
f41366
- remove python support
f41366
f41366
* Tue Dec 10 2013 Peter Hatina <phatina@redhat.com> - 1.10-3-8
f41366
- fix read permissions of /dev/usbmon* for non-root users
f41366
f41366
* Mon Dec 09 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-7
f41366
- Fix error in the backported RTPproxy patches
f41366
f41366
* Fri Dec 06 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-6
f41366
- Updated RTPproxy dissector (again), squashed patch no. 15 (applied upstream).
f41366
- Use proper soname in the python scripts
f41366
- Don't apply no longer needed fix for pod2man.
f41366
- Fix for main window. See patch no. 15
f41366
- Fix for SCTP dissection. See patch no. 16
f41366
- Fix for rare issue in Base Station Subsystem GPRS Protocol dissection. See
f41366
  patch no. 17
f41366
- Fix building w/o Lua
f41366
f41366
* Wed Nov 27 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-5
f41366
- Updated RTPproxy dissector (again)
f41366
- Allow packets more than 64k (for USB capture). See patch no. 13
f41366
- Don't die during loading of some SIP capture files. See patch no. 14
f41366
- Backport support for RTPproxy dissector timeouts detection. See patch no. 15
f41366
f41366
* Wed Nov 13 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-4
f41366
- Updated RTPproxy dissector
f41366
f41366
* Thu Nov 07 2013 Peter Hatina <phatina@redhat.com> - 1.10.3-3
f41366
- fix subpackage requires
f41366
f41366
* Wed Nov 06 2013 Peter Hatina <phatina@redhat.com> - 1.10.3-2
f41366
- harden dumpcap capabilities
f41366
f41366
* Sat Nov 02 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-1
f41366
- Ver. 1.10.3
f41366
- Dropped upsteamed patch no. 13
f41366
f41366
* Tue Oct 01 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-8
f41366
- Added support for rtpproxy conversations (req/resp matching)
f41366
f41366
* Tue Sep 24 2013 Peter Hatina <phatina@redhat.com> - 1.10.2-7
f41366
- fix build error caused by symbols clash
f41366
f41366
* Tue Sep 17 2013 Peter Hatina <phatina@redhat.com> - 1.10.2-6
f41366
- move default temporary directory to /var/tmp
f41366
f41366
* Fri Sep 13 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-5
f41366
- Convert automake/pkgconfig files into patches (better upstream integration)
f41366
- Restored category in the *.desktop file
f41366
- Install another one necessary header file - frame_data_sequence.h
f41366
f41366
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-4
f41366
- Enhance desktop integration (*.desktop and MIME-related files)
f41366
f41366
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-3
f41366
- Fix building on Fedora 18 (no perl-podlators)
f41366
f41366
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-2
f41366
- Add an OpenFlow dissector
f41366
f41366
* Wed Sep 11 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10-2-1
f41366
- Ver. 1.10.2
f41366
- Actually remove the console helper
f41366
f41366
* Mon Sep 09 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.1-1
f41366
- Ver. 1.10.1
f41366
- Backported rtpproxy dissector module
f41366
f41366
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-11
f41366
- fix missing ws_symbol_export.h
f41366
f41366
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-10
f41366
- fix tap iostat overflow
f41366
f41366
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-9
f41366
- fix sctp bytes graph crash
f41366
f41366
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-8
f41366
- fix string overrun in plugins/profinet
f41366
f41366
* Tue Sep 03 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-7
f41366
- fix BuildRequires - libgcrypt-devel
f41366
f41366
* Tue Sep 03 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-6
f41366
- fix build parameter -fstack-protector-all
f41366
f41366
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f41366
f41366
* Mon Jun 24 2013 Peter Hatina <phatina@redhat.com> 1.10.0-4
f41366
- fix pod2man build error
f41366
f41366
* Mon Jun 24 2013 Peter Hatina <phatina@redhat.com> 1.10.0-3
f41366
- fix bogus date
f41366
f41366
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-2
f41366
- fix flow graph crash
f41366
f41366
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-1
f41366
- upgrade to 1.10.0
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.10.0.html
f41366
f41366
* Mon Apr 08 2013 Peter Hatina <phatina@redhat.com> 1.8.6-5
f41366
- fix documentation build error
f41366
f41366
* Wed Mar 27 2013 Peter Hatina <phatina@redhat.com> 1.8.6-4
f41366
- fix capture crash (#894753)
f41366
f41366
* Tue Mar 19 2013 Peter Hatina <phatina@redhat.com> 1.8.6-3
f41366
- fix dns resolving crash (#908211)
f41366
f41366
* Mon Mar 18 2013 Peter Hatina <phatina@redhat.com> 1.8.6-2
f41366
- return to gtk2, stable branch 1.8 is not gtk3 ready
f41366
f41366
* Tue Mar 12 2013 Peter Hatina <phatina@redhat.com> 1.8.6-1
f41366
- upgrade to 1.8.6
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
f41366
f41366
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.8.5-3
f41366
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
f41366
f41366
* Tue Feb 05 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-2
f41366
- fix gtk3 layout issues
f41366
- NOTE: there may be some windows with broken layouts left
f41366
f41366
* Thu Jan 31 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-1
f41366
- upgrade to 1.8.5
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
f41366
f41366
* Mon Dec 03 2012 Peter Hatina <phatina@redhat.com> - 1.8.4-1
f41366
- upgrade to 1.8.4
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.4.html
f41366
f41366
* Tue Oct 16 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-2
f41366
- backport dissector table fix
f41366
- TODO: remove this after new release
f41366
f41366
* Thu Oct 11 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-1
f41366
- upgrade to 1.8.3
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html
f41366
f41366
* Tue Sep  4 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-3
f41366
- added back compatibility with RHEL6
f41366
- GeoIP build dependency made also conditional on with_GeoIP variable
f41366
f41366
* Wed Aug 29 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-2
f41366
- fixed "libwireshark.so.1: cannot open shared object file" error
f41366
  message on startup
f41366
f41366
* Thu Aug 16 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-1
f41366
- upgrade to 1.8.2
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
f41366
f41366
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f41366
f41366
* Tue Jul 24 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.1-1
f41366
- upgrade to 1.8.1
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.1.html
f41366
f41366
* Mon Jun 25 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.0
f41366
- upgrade to 1.8.0
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.0.html
f41366
f41366
* Wed May 23 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.8-1
f41366
- upgrade to 1.6.8
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.8.html
f41366
f41366
* Mon May 21 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-2
f41366
- Removed dependency on GeoIP on RHEL.
f41366
f41366
* Tue Apr 10 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-1
f41366
- upgrade to 1.6.7
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.7.html
f41366
f41366
* Wed Mar 28 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.6-1
f41366
- upgrade to 1.6.6
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.6.html
f41366
f41366
* Fri Mar  9 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-2
f41366
- fixed wireshark crashing when using combo box in import dialog (#773290)
f41366
- added AES support into netlogon dissector
f41366
f41366
* Wed Jan 11 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-1
f41366
- upgrade to 1.6.5
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.5.html
f41366
f41366
* Fri Dec  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.4-1
f41366
- upgrade to 1.6.4
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.4.html
f41366
- build with c-ares and libpcap (#759305)
f41366
- fixed display of error message boxes on startup in gnome3 (#752559)
f41366
f41366
* Mon Nov 14 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-2
f41366
- added dependency on shadow-utils (#753293)
f41366
- removed usermode support
f41366
f41366
* Wed Nov  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-1
f41366
- upgrade to 1.6.3
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.3.html
f41366
f41366
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-5
f41366
- Rebuilt for glibc bug#747377
f41366
f41366
* Fri Oct 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-4
f41366
- updated autoconf macros and pkgconfig file in wireshark-devel to reflect
f41366
  current config.h (#746655)
f41366
f41366
* Mon Oct 17 2011 Steve Dickson <steved@redhat.com> - 1.6.2-3
f41366
- Fixed a regression introduce by upstream patch r38306
f41366
    which caused v4.1 traffic not to be displayed.
f41366
- Added v4 error status to packet detail window.
f41366
f41366
* Tue Sep 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-2
f41366
- fixed spelling of the security message (#737270)
f41366
f41366
* Fri Sep  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-1
f41366
- upgrade to 1.6.2
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.2.html
f41366
f41366
f41366
* Thu Jul 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.1-1
f41366
- upgrade to 1.6.1
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.1.html
f41366
f41366
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-4
f41366
- fixed previous incomplete fix
f41366
f41366
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-3
f41366
- fixed Fedora-specific message when user is not part of 'wireshark' group
f41366
  - now it does not contain '<' and '>' characters (#713545)
f41366
f41366
* Thu Jun  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-2
f41366
- added wspy_dissectors directory to the package
f41366
  - other packages can add Python plugins there
f41366
  - as side effect, removed following message:
f41366
    [Errno 2] No such file or directory: '/usr/lib64/wireshark/python/1.6.0/wspy_dissectors'
f41366
- enabled zlib support
f41366
f41366
* Wed Jun  8 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-1
f41366
- upgrade to 1.6.0
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.0.html
f41366
f41366
* Thu Jun  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.7-1
f41366
- upgrade to 1.4.7
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.7.html
f41366
f41366
* Thu May 19 2011 Steve Dickson <steved@redhat.com> - 1.4.6-3
f41366
- Improved the NFS4.1 patcket dissectors 
f41366
f41366
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1.4.6-2
f41366
- Update icon cache scriptlet
f41366
f41366
* Tue Apr 19 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.6-1
f41366
- upgrade to 1.4.6
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.6.html
f41366
f41366
* Mon Apr 18 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.5-1
f41366
- upgrade to 1.4.5
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.5.html
f41366
f41366
* Sun Apr 03 2011 Cosimo Cecchi <cosimoc@redhat.com> - 1.4.4-2
f41366
- Use hi-res icons
f41366
f41366
* Thu Mar  3 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.4-1
f41366
- upgrade to 1.4.4
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.4.html
f41366
f41366
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-3
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f41366
f41366
* Mon Jan 17 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-2
f41366
- create the 'wireshark' group as system, not user
f41366
- add few additional header files to -devel subpackage (#671997)
f41366
f41366
* Thu Jan 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-1
f41366
- upgrade to 1.4.3
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.3.html
f41366
f41366
* Wed Jan  5 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.2-5
f41366
- fixed buffer overflow in ENTTEC dissector (#666897)
f41366
f41366
* Wed Dec 15 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-4
f41366
- added epan/dissectors/*.h to -devel subpackage (#662969)
f41366
f41366
* Mon Dec  6 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-3
f41366
- fixed generation of man pages again (#635878)
f41366
f41366
* Fri Nov 26 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-2
f41366
- rework the Wireshark security (#657490). Remove the console helper and
f41366
  allow only members of new 'wireshark' group to capture the packets.
f41366
f41366
* Mon Nov 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-1
f41366
- upgrade to 1.4.2
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.2.html
f41366
f41366
* Mon Nov  1 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-2
f41366
- temporarily disable zlib until
f41366
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4955 is resolved (#643461)
f41366
f41366
* Fri Oct 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-1
f41366
- upgrade to 1.4.1
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.1.html
f41366
- Own the %%{_libdir}/wireshark dir (#644508)
f41366
- associate *.pcap files with wireshark (#641163)
f41366
f41366
* Wed Sep 29 2010 jkeating - 1.4.0-2
f41366
- Rebuilt for gcc bug 634757
f41366
f41366
* Fri Sep 24 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-2
f41366
- fixed generation of man pages (#635878)
f41366
f41366
* Tue Aug 31 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-1
f41366
- upgrade to 1.4.0
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.0.html
f41366
f41366
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.10-1
f41366
- upgrade to 1.2.10
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.10.html
f41366
f41366
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-4
f41366
- Rebuilt again for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
f41366
f41366
* Thu Jul 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-3
f41366
- removing useless LDFLAGS (#603224)
f41366
f41366
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.9-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
f41366
f41366
* Fri Jun 11 2010 Radek Vokal <rvokal@redhat.com> - 1.2.9-1
f41366
- upgrade to 1.2.9
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.9.html
f41366
f41366
* Mon May 17 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-4
f41366
- removing traling bracket from python_sitearch (#592391)
f41366
f41366
* Fri May  7 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-3
f41366
- fix patched applied without fuzz=0
f41366
f41366
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-2
f41366
- use sitearch instead of sitelib to avoid pyo and pyc conflicts
f41366
f41366
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-1
f41366
- upgrade to 1.2.8
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.8.html
f41366
f41366
* Tue Apr  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-2
f41366
- rebuild with GeoIP support (needs to be turned on in IP protocol preferences)
f41366
f41366
* Fri Apr  2 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-1
f41366
- upgrade to 1.2.7
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.7.html
f41366
f41366
* Wed Mar 24 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-3
f41366
- bring back -pie
f41366
f41366
* Tue Mar 16 2010 Jeff Layton <jlayton@redhat.com> - 1.2.6-2
f41366
- add patch to allow decode of NFSv4.0 callback channel
f41366
- add patch to allow decode of more SMB FIND_FILE infolevels
f41366
f41366
* Fri Jan 29 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-1
f41366
- upgrade to 1.2.6
f41366
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.6.html
f41366
f41366
* Wed Jan 20 2010 Radek Vokal <rvokal@redhat.com> - 1.2.5-5
f41366
- minor spec file tweaks for better svn checkout support (#553500)
f41366
f41366
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-4
f41366
- init.lua is present always and not only when lua support is enabled
f41366
f41366
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-3
f41366
- fix file list, init.lua is only in -devel subpackage (#552406)
f41366
f41366
* Fri Dec 18 2009 Patrick Monnerat <pm@datasphere.ch> 1.2.5-2
f41366
- Autoconf macro for plugin development.
f41366
f41366
* Fri Dec 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.5-1
f41366
- upgrade to 1.2.5
f41366
- fixes security vulnaribilities, see https://www.wireshark.org/security/wnpa-sec-2009-09.html
f41366
f41366
* Thu Dec 17 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-3
f41366
- split -devel package (#547899, #203642, #218451)
f41366
- removing root warning dialog (#543709)
f41366
f41366
* Mon Dec 14 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-2
f41366
- enable lua support - https://wiki.wireshark.org/Lua
f41366
- attempt to fix filter crash on 64bits
f41366
f41366
* Wed Nov 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-1
f41366
- upgrade to 1.2.4
f41366
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.4.html
f41366
f41366
* Fri Oct 30 2009 Radek Vokal <rvokal@redhat.com> - 1.2.3-1
f41366
- upgrade to 1.2.3
f41366
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.3.html
f41366
f41366
* Mon Sep 21 2009 Radek Vokal <rvokal@redhat.com> - 1.2.2-1
f41366
- upgrade to 1.2.2
f41366
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.2.html
f41366
f41366
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 1.2.1-5
f41366
- do not use portaudio in RHEL
f41366
f41366
* Fri Aug 28 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1-4
f41366
- yet anohter rebuilt
f41366
f41366
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-3
f41366
- rebuilt with new openssl
f41366
f41366
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f41366
f41366
* Wed Jul 22 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1
f41366
- upgrade to 1.2.1
f41366
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html
f41366
f41366
* Tue Jun 16 2009 Radek Vokal <rvokal@redhat.com> - 1.2.0
f41366
- upgrade to 1.2.0
f41366
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html
f41366
f41366
* Fri May 22 2009 Radek Vokal <rvokal@redhat.com> - 1.1.4-0.pre1
f41366
- update to latest development build
f41366
f41366
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.3-1
f41366
- upgrade to 1.1.3
f41366
f41366
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-4.pre1
f41366
- fix libsmi support
f41366
f41366
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3.pre1
f41366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f41366
f41366
* Mon Feb 16 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-2.pre1
f41366
- add netdump support
f41366
f41366
* Sun Feb 15 2009 Steve Dickson <steved@redhat.com> - 1.1.2-1.pre1
f41366
- NFSv4.1: Add support for backchannel decoding
f41366
f41366
* Mon Jan 19 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-0.pre1
f41366
- upgrade to latest development release
f41366
- added support for portaudio (#480195)
f41366
f41366
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.1-0.pre1.2
f41366
- rebuild with new openssl
f41366
f41366
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.1.1-0.pre1.1
f41366
- Rebuild for Python 2.6
f41366
f41366
* Thu Nov 13 2008 Radek Vokál <rvokal@redhat.com> 1.1.1-0.pre1
f41366
- upgrade to 1.1.1 development branch
f41366
f41366
* Wed Sep 10 2008 Radek Vokál <rvokal@redhat.com> 1.0.3-1
f41366
- upgrade to 1.0.3
f41366
- Security-related bugs in the NCP dissector, zlib compression code, and Tektronix .rf5 file parser have been fixed.
f41366
- WPA group key decryption is now supported.
f41366
- A bug that could cause packets to be wrongly dissected as "Redback Lawful Intercept" has been fixed.
f41366
f41366
* Mon Aug 25 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-3
f41366
- fix requires for wireshark-gnome
f41366
f41366
* Thu Jul 17 2008 Steve Dickson <steved@redhat.com> 1.0.2-2
f41366
- Added patches to support NFSv4.1
f41366
f41366
* Fri Jul 11 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-1
f41366
- upgrade to 1.0.2
f41366
f41366
* Tue Jul  8 2008 Radek Vokál <rvokal@redhat.com> 1.0.1-1
f41366
- upgrade to 1.0.1
f41366
f41366
* Sun Jun 29 2008 Dennis Gilmore <dennis@ausil.us> 1.0.0-3
f41366
- add sparc arches to -fPIE
f41366
- rebuild for new gnutls
f41366
f41366
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-2
f41366
- fix BuildRequires - python, yacc, bison
f41366
f41366
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-1
f41366
- April Fools' day upgrade to 1.0.0
f41366
f41366
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.7-3
f41366
- Autorebuild for GCC 4.3
f41366
f41366
* Wed Dec 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-2
f41366
- fix crash in unprivileged mode (#317681)
f41366
f41366
* Tue Dec 18 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-1
f41366
- upgrade to 0.99.7
f41366
f41366
* Fri Dec  7 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-0.pre2.1
f41366
- rebuilt for openssl
f41366
f41366
* Mon Nov 26 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre2
f41366
- switch to libsmi from net-snmp
f41366
- disable ADNS due to its lack of Ipv6 support
f41366
- 0.99.7 prerelease 2
f41366
f41366
* Tue Nov 20 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre1
f41366
- upgrade to 0.99.7 pre-release
f41366
f41366
* Wed Sep 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-3
f41366
- fixed URL
f41366
f41366
* Thu Aug 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-2
f41366
- rebuilt
f41366
f41366
* Mon Jul  9 2007 Radek Vokal <rvokal@redhat.com> 0.99.6-1
f41366
- upgrade to 0.99.6 final
f41366
f41366
* Fri Jun 15 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre2
f41366
- another pre-release
f41366
- turn on ADNS support
f41366
f41366
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
f41366
- update to pre1 of 0.99.6 release
f41366
f41366
* Mon Feb  5 2007 Radek Vokál <rvokal@redhat.com> 0.99.5-1
f41366
- multiple security issues fixed (#227140)
f41366
- CVE-2007-0459 - The TCP dissector could hang or crash while reassembling HTTP packets
f41366
- CVE-2007-0459 - The HTTP dissector could crash.
f41366
- CVE-2007-0457 - On some systems, the IEEE 802.11 dissector could crash.
f41366
- CVE-2007-0456 - On some systems, the LLT dissector could crash.
f41366
f41366
* Mon Jan 15 2007 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre2
f41366
- another 0.99.5 prerelease, fix build bug and pie flags
f41366
f41366
* Tue Dec 12 2006 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre1
f41366
- update to 0.99.5 prerelease
f41366
f41366
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.99.4-5
f41366
- rebuild for python 2.5
f41366
f41366
* Tue Nov 28 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-4
f41366
- rebuilt for new libpcap and net-snmp
f41366
f41366
* Thu Nov 23 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-3
f41366
- add htmlview to Buildrequires to be picked up by configure scripts (#216918)
f41366
f41366
* Tue Nov  7 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-2.fc7
f41366
- Requires: net-snmp for the list of MIB modules
f41366
f41366
* Wed Nov  1 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-1
f41366
- upgrade to 0.99.4 final
f41366
f41366
* Tue Oct 31 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-0.pre2
f41366
- upgrade to 0.99.4pre2
f41366
f41366
* Tue Oct 10 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-0.pre1
f41366
- upgrade to 0.99.4-0.pre1
f41366
f41366
* Fri Aug 25 2006 Radek Vokál <rvokal@redhat.com> 0.99.3-1
f41366
- upgrade to 0.99.3
f41366
- Wireshark 0.99.3 fixes the following vulnerabilities:
f41366
- the SCSI dissector could crash. Versions affected: CVE-2006-4330
f41366
- the IPsec ESP preference parser was susceptible to off-by-one errors. CVE-2006-4331
f41366
- a malformed packet could make the Q.2931 dissector use up available memory. CVE-2006-4333
f41366
f41366
* Tue Jul 18 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-1
f41366
- upgrade to 0.99.2
f41366
f41366
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99.2-0.pre1.1
f41366
- rebuild
f41366
f41366
* Tue Jul 11 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-0.pre1
f41366
- upgrade to 0.99.2pre1, fixes (#198242)
f41366
f41366
* Tue Jun 13 2006 Radek Vokal <rvokal@redhat.com> 0.99.1-0.pre1
f41366
- spec file changes
f41366
f41366
* Fri Jun  9 2006 Radek Vokal <rvokal@redhat.com> 0.99.1pre1-1
f41366
- initial build for Fedora Core