b1047b
%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
b1047b
b1047b
%global with_adns 0
b1047b
%global with_lua 1
b1047b
%global with_gtk2 1
b1047b
b1047b
%if 0%{?rhel} != 0
b1047b
#RHEL:
b1047b
    %global with_portaudio 0
b1047b
    %global with_GeoIP 0
b1047b
    %if 0%{?rhel} <= 6
b1047b
        # RHEL6: use GTK2
b1047b
       %global with_gtk2 1
b1047b
    %endif
b1047b
%else
b1047b
    %global with_portaudio 1
b1047b
    %global with_GeoIP 1
b1047b
%endif
b1047b
b1047b
b1047b
Summary:	Network traffic analyzer
b1047b
Name:		wireshark
b1047b
Version:	1.10.14
ae5d7c
Release:	25%{?dist}
b1047b
License:	GPL+
b1047b
Group:		Applications/Internet
b1047b
Source0:	http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
b1047b
Source2:	wireshark.console
b1047b
Source3:	wireshark.desktop
b1047b
Source4:	wireshark-autoconf.m4
b1047b
Source5:	wireshark-mime-package.xml
b1047b
Source6:	wiresharkdoc-16x16.png
b1047b
Source7:	wiresharkdoc-32x32.png
b1047b
Source8:	wiresharkdoc-48x48.png
b1047b
Source9:	wiresharkdoc-256x256.png
b1047b
Source10:	config.h
b1047b
b1047b
Patch1:		wireshark-1.2.4-enable_lua.patch
b1047b
Patch2:		wireshark-libtool-pie.patch
b1047b
Patch3:		wireshark-1.6.1-group-msg.patch
b1047b
Patch4:		wireshark-1.6.0-soname.patch
b1047b
Patch5:		wireshark-1.8.x-dcom-string-overrun.patch
b1047b
Patch6:		wireshark-1.10.0-CVE-2013-3557.patch
b1047b
Patch7:		wireshark-1.10.x-disable-warning-dialog.patch
b1047b
Patch8:		wireshark-1.10.x-resolv-error-string.patch
b1047b
Patch9:		wireshark-1.10.x-remove-last-data-source.patch
b1047b
Patch10:		wireshark-1.10.x-ftbfs-glib2.patch
b1047b
Patch11:		wireshark-1.10.10-CVE-2014-6425.patch
b1047b
Patch12:		wireshark-1.10.10-CVE-2014-6426.patch
b1047b
Patch13:		wireshark-1.10.3-nanosecond-timestamps.patch
b1047b
Patch14:		wireshark-1.10.3-dtls-elliptic-curves.patch
b1047b
Patch15:		wireshark-1.10.3-tls-hash-algs.patch
b1047b
Patch16:		wireshark-1.10.3-tls-key-exchange-msgs.patch
b1047b
Patch17:		wireshark-1.10.3-tls-ext-master-secret.patch
b1047b
Patch18:		wireshark-1.10.3-tls-ext-encrypt-then-mac.patch
b1047b
Patch19:		wireshark-1.10.14-tls-cert-verify-msgs.patch
b1047b
Patch20:		wireshark-1.10.14-CVE-2015-3810.patch
b1047b
Patch21:		wireshark-1.10.14-CVE-2015-3813.patch
b1047b
Patch22:		wireshark-1.10.14-CVE-2015-6243.patch
b1047b
Patch23:		wireshark-1.10.14-tvbuff.patch
b1047b
# Depends on Patch23
b1047b
Patch24:		wireshark-1.10.14-CVE-2015-6244.patch
b1047b
Patch25:		wireshark-1.10.14-CVE-2015-6245.patch
b1047b
Patch26:		wireshark-1.10.14-CVE-2015-6246.patch
b1047b
Patch27:		wireshark-1.10.14-CVE-2015-6248.patch
b1047b
Patch28:		wireshark-1.10.14-gdk-pixbuf-deprecated-segfault.patch
b1047b
Patch29:		wireshark-1.10.14-CVE-2015-3182.patch
b1047b
Patch30:                wireshark-1.10.14-display-data-len.patch
b1047b
Patch31:                wireshark-1.10.14-read-from-stdin.patch
b1047b
Patch32:                wireshark-1.8.10-segfault-cve-2013-4075.patch
b1047b
Patch33:                wireshark-1.10.14-default-snaplen.patch
b1047b
Patch34:                wireshark-1.10.14-buffer-size.patch
b1047b
Patch35:		wireshark-1.10.14-drop-count.patch
b1047b
Patch36:		wireshark-1.10.14-af-vsock-support.patch
b1047b
Patch37:		wireshark-1.10.14-CVE-2018-7418.patch
b1047b
Patch38:		wireshark-1.10.14-CVE-2018-11362.patch
b1047b
Patch39:		wireshark-1.10.14-CVE-2018-14340.patch
b1047b
Patch40:		wireshark-1.10.14-CVE-2018-14341.patch
b1047b
Patch41:		wireshark-1.10.14-CVE-2018-14368.patch
b1047b
Patch42:		wireshark-1.10.14-CVE-2018-16057.patch
b1047b
Patch43:		wireshark-1.10.14-CVE-2018-19622.patch
b1047b
Patch44:		wireshark-1.10.14-large-file-crash.patch
b1047b
Patch45:		wireshark-1.10.14-valgrind-error.patch
b1047b
Patch46:		wireshark-1.10.14-packetlogger-endian.patch
ae5d7c
Patch47:		wireshark-1.10.14-capture-options-resolution.patch
b1047b
b1047b
Url:		http://www.wireshark.org/
b1047b
BuildRequires:	libpcap-devel >= 0.9
b1047b
BuildRequires:	libsmi-devel
b1047b
BuildRequires:	zlib-devel, bzip2-devel
b1047b
BuildRequires:	openssl-devel
b1047b
BuildRequires:	glib2-devel
b1047b
BuildRequires:	elfutils-devel, krb5-devel
b1047b
BuildRequires:	python, pcre-devel, libselinux
b1047b
BuildRequires:	gnutls-devel
b1047b
BuildRequires:	desktop-file-utils
b1047b
BuildRequires:	xdg-utils
b1047b
BuildRequires:	flex, bison, python, python-devel
b1047b
BuildRequires:	libcap-devel
b1047b
BuildRequires:	perl-podlators
b1047b
BuildRequires:	libgcrypt-devel
b1047b
%if %{with_GeoIP}
b1047b
BuildRequires:	GeoIP-devel
b1047b
%endif
b1047b
%if %{with_adns}
b1047b
BuildRequires:	adns-devel
b1047b
%else
b1047b
BuildRequires:	c-ares-devel
b1047b
%endif
b1047b
%if %{with_portaudio}
b1047b
BuildRequires:	portaudio-devel
b1047b
%endif
b1047b
%if %{with_lua}
b1047b
BuildRequires:	lua-devel
b1047b
%endif
b1047b
%if %{with_gtk2}
b1047b
BuildRequires:	gtk2-devel
b1047b
%else
b1047b
BuildRequires:	gtk3-devel
b1047b
%endif
b1047b
b1047b
# Temporary hack - wireshark-1.8.0 is not compilable with upstream
b1047b
# Makefile.in / configure, they need to be regenerated
b1047b
BuildRequires: libtool, automake, autoconf
b1047b
b1047b
Requires(pre):	shadow-utils
b1047b
%if %{with_adns}
b1047b
Requires:	adns
b1047b
%endif
b1047b
b1047b
%package	gnome
b1047b
Summary:	Gnome desktop integration for wireshark
b1047b
Group:		Applications/Internet
b1047b
Requires:	wireshark = %{version}-%{release}
b1047b
Requires:	xdg-utils
b1047b
Requires:	hicolor-icon-theme
b1047b
%if %{with_gtk2}
b1047b
Requires:	gtk2
b1047b
%else
b1047b
Requires:	gtk3
b1047b
%endif
b1047b
%if %{with_portaudio}
b1047b
Requires:	portaudio
b1047b
%endif
b1047b
%if %{with_GeoIP}
b1047b
Requires:	GeoIP
b1047b
%endif
b1047b
b1047b
%package devel
b1047b
Summary:	Development headers and libraries for wireshark
b1047b
Group:		Development/Libraries
b1047b
Requires:	%{name} = %{version}-%{release} glibc-devel glib2-devel
b1047b
b1047b
b1047b
%description
b1047b
Wireshark is a network traffic analyzer for Unix-ish operating systems.
b1047b
b1047b
This package lays base for libpcap, a packet capture and filtering 
b1047b
library, contains command-line utilities, contains plugins and 
b1047b
documentation for wireshark. A graphical user interface is packaged 
b1047b
separately to GTK+ package.
b1047b
b1047b
%description gnome
b1047b
Contains wireshark for Gnome 3 and desktop integration file
b1047b
b1047b
%description devel
b1047b
The wireshark-devel package contains the header files, developer
b1047b
documentation, and libraries required for development of wireshark scripts
b1047b
and plugins.
b1047b
b1047b
b1047b
%prep
b1047b
%setup -q -n %{name}-%{version}
b1047b
b1047b
%if %{with_lua}
b1047b
%patch1 -p1 -b .enable_lua
b1047b
%endif
b1047b
b1047b
%patch2 -p1 -b .v4cleanup
b1047b
%patch3 -p1 -b .group-msg
b1047b
%patch4 -p1 -b .soname
b1047b
%patch5 -p1 -b .dcom-overrun
b1047b
%patch6 -p1 -b .cve-2013-3557
b1047b
%patch7 -p1 -b .disable-warning-dialog
b1047b
%patch8 -p1 -b .resolv-error-string
b1047b
%patch9 -p1 -b .remove-last-data-source
b1047b
%patch10 -p1 -b .ftbfs-glib2
b1047b
%patch11 -p1 -b .cve.2014-6425
b1047b
%patch12 -p1 -b .cve.2014-6426
b1047b
%patch13 -p1 -b .nanosecond-timestamps
b1047b
%patch14 -p1 -b .dtls-elliptic-curves
b1047b
%patch15 -p1 -b .tls-hash-algs
b1047b
%patch16 -p1 -b .tls-key-exchange-msgs
b1047b
%patch17 -p1 -b .tls-master-secret
b1047b
%patch18 -p1 -b .tls-encrypt-then-mac
b1047b
%patch19 -p1 -b .tls-cert-verify-msgs
b1047b
%patch20 -p1 -b .cve-2015-3810
b1047b
%patch21 -p1 -b .cve-2015-3813
b1047b
%patch22 -p1 -b .cve-2015-6243
b1047b
%patch23 -p1 -b .tvbuff
b1047b
%patch24 -p1 -b .cve-2015-6244
b1047b
%patch25 -p1 -b .cve-2015-6245
b1047b
%patch26 -p1 -b .cve-2015-6246
b1047b
%patch27 -p1 -b .cve-2015-6248
b1047b
%patch28 -p1 -b .gdk-deprecated
b1047b
%patch29 -p1 -b .cve-2015-3182
b1047b
%patch30 -p1 -b .display-data-len
b1047b
%patch31 -p1 -b .read-from-stdin
b1047b
%patch32 -p1 -b .segfault-cve-2013-4075
b1047b
%patch33 -p1 -b .default-snaplen
b1047b
%patch34 -p1 -b .buffer-size
b1047b
%patch35 -p1 -b .drop-count
b1047b
%patch36 -p1 -b .af-vsock
b1047b
%patch37 -p1 -b .cve-2018-7418
b1047b
%patch38 -p1 -b .cve-2018-11362
b1047b
%patch39 -p1 -b .cve-2018-14340
b1047b
%patch40 -p1 -b .cve-2018-14341
b1047b
%patch41 -p1 -b .cve-2018-14368
b1047b
%patch42 -p1 -b .cve-2018-16057
b1047b
%patch43 -p1 -b .cve-2018-19622
b1047b
%patch44 -p1 -b .large-file-crash
b1047b
%patch45 -p1 -b .valgrind-error
b1047b
%patch46 -p1 -b .packetlogger-endian
ae5d7c
%patch47 -p1 -b .capture-option-res
b1047b
b1047b
%build
b1047b
%ifarch s390 s390x sparcv9 sparc64
b1047b
export PIECFLAGS="-fPIE"
b1047b
%else
b1047b
export PIECFLAGS="-fpie"
b1047b
%endif
b1047b
b1047b
export RELRO="-Wl,-z,relro,-z,now"
b1047b
b1047b
# -fstack-protector-strong replaced -fstack-protector-all
b1047b
export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS $RELRO -D_LARGEFILE64_SOURCE"
b1047b
export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS $RELRO -D_LARGEFILE64_SOURCE"
b1047b
export LDFLAGS="$LDFLAGS -pie"
b1047b
b1047b
# Temporary hack - wireshark-1.8.0 is not compilable with upstream
b1047b
# Makefile.in / configure, they need to be regenerated
b1047b
./autogen.sh
b1047b
b1047b
%configure \
b1047b
   --bindir=%{_sbindir} \
b1047b
   --enable-ipv6 \
b1047b
   --with-libsmi \
b1047b
   --with-gnu-ld \
b1047b
   --with-pic \
b1047b
%if %{with_gtk2}
b1047b
   --with-gtk2 \
b1047b
%else
b1047b
    --with-gtk3 \
b1047b
%endif
b1047b
%if %{with_adns}
b1047b
   --with-adns \
b1047b
%else
b1047b
   --with-adns=no \
b1047b
%endif
b1047b
%if %{with_lua}
b1047b
   --with-lua \
b1047b
%else
b1047b
   --with-lua=no \
b1047b
%endif
b1047b
%if %{with_portaudio}
b1047b
   --with-portaudio \
b1047b
%else
b1047b
  --with-portaudio=no \
b1047b
%endif
b1047b
%if %{with_GeoIP}
b1047b
   --with-geoip \
b1047b
%else
b1047b
   --with-geoip=no \
b1047b
%endif
b1047b
   --with-ssl \
b1047b
   --disable-warnings-as-errors \
b1047b
   --with-python \
b1047b
   --with-plugins=%{_libdir}/%{name}/plugins/%{version} \
b1047b
   --with-dumpcap-group="wireshark" \
b1047b
   --enable-setcap-install \
b1047b
   --enable-airpcap
b1047b
b1047b
#remove rpath
b1047b
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
b1047b
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
b1047b
b1047b
make %{?_smp_mflags}
b1047b
b1047b
%install
b1047b
# The evil plugins hack
b1047b
perl -pi -e 's|-L../../epan|-L../../epan/.libs|' plugins/*/*.la
b1047b
b1047b
make DESTDIR=$RPM_BUILD_ROOT install
b1047b
b1047b
# Install python stuff.
b1047b
mkdir -p $RPM_BUILD_ROOT%{python_sitearch}
b1047b
install -m 644 tools/wireshark_be.py tools/wireshark_gen.py  $RPM_BUILD_ROOT%{python_sitearch}
b1047b
b1047b
desktop-file-install 				\
b1047b
	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications		\
b1047b
	--add-category X-Fedora					\
b1047b
	%{SOURCE3}
b1047b
b1047b
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64,256x256}/apps
b1047b
b1047b
install -m 644 image/wsicon16.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/16x16/apps/wireshark.png
b1047b
install -m 644 image/wsicon32.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/wireshark.png
b1047b
install -m 644 image/wsicon48.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/wireshark.png
b1047b
install -m 644 image/wsicon64.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/64x64/apps/wireshark.png
b1047b
install -m 644 image/wsicon256.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/256x256/apps/wireshark.png
b1047b
b1047b
#install devel files (inspired by debian/wireshark-dev.header-files)
b1047b
install -d -m 0755  $RPM_BUILD_ROOT/%{_includedir}/wireshark
b1047b
IDIR="${RPM_BUILD_ROOT}%{_includedir}/wireshark"
b1047b
mkdir -p "${IDIR}/epan"
b1047b
mkdir -p "${IDIR}/epan/crypt"
b1047b
mkdir -p "${IDIR}/epan/ftypes"
b1047b
mkdir -p "${IDIR}/epan/dfilter"
b1047b
mkdir -p "${IDIR}/epan/dissectors"
b1047b
mkdir -p "${IDIR}/wiretap"
b1047b
mkdir -p "${IDIR}/wsutil"
b1047b
install -m 644 color.h register.h		"${IDIR}/"
b1047b
install -m 644 cfile.h file.h			"${IDIR}/"
b1047b
install -m 644 packet-range.h print.h   	"${IDIR}/"
b1047b
install -m 644 epan/*.h				"${IDIR}/epan/"
b1047b
install -m 644 epan/crypt/*.h			"${IDIR}/epan/crypt"
b1047b
install -m 644 epan/ftypes/*.h			"${IDIR}/epan/ftypes"
b1047b
install -m 644 epan/dfilter/*.h			"${IDIR}/epan/dfilter"
b1047b
install -m 644 epan/dissectors/*.h		"${IDIR}/epan/dissectors"
b1047b
install -m 644 wiretap/*.h			"${IDIR}/wiretap"
b1047b
install -m 644 wsutil/*.h			"${IDIR}/wsutil"
b1047b
install -m 644 ws_symbol_export.h               "${IDIR}/"
b1047b
%ifarch %{ix86}
b1047b
# Due to NEED_8_BYTE_ALIGNMENT defined only for x86
b1047b
install -m 644 config.h				"${IDIR}/config-x86.h"
b1047b
%else
b1047b
%ifarch s390 ppc
b1047b
install -m 644 config.h				"${IDIR}/config-32.h"
b1047b
%else
b1047b
install -m 644 config.h				"${IDIR}/config-64.h"
b1047b
%endif
b1047b
%endif
b1047b
install -m 644 -T %{SOURCE10}			"${IDIR}/config.h"
b1047b
b1047b
#	Create pkg-config control file.
b1047b
mkdir -p "${RPM_BUILD_ROOT}%{_libdir}/pkgconfig"
b1047b
cat > "${RPM_BUILD_ROOT}%{_libdir}/pkgconfig/wireshark.pc" <<- "EOF"
b1047b
	prefix=%{_prefix}
b1047b
	exec_prefix=%{_prefix}
b1047b
	libdir=%{_libdir}
b1047b
	includedir=%{_includedir}
b1047b
b1047b
	Name:		%{name}
b1047b
	Description:	Network Traffic Analyzer
b1047b
	Version:	%{version}
b1047b
	Requires:	glib-2.0 gmodule-2.0
b1047b
	Libs:		-L${libdir} -lwireshark -lwiretap
b1047b
	Cflags:		-DWS_VAR_IMPORT=extern -DHAVE_STDARG_H -DWS_MSVC_NORETURN= -I${includedir}/wireshark -I${includedir}/wireshark/epan
b1047b
EOF
b1047b
b1047b
#	Install the autoconf macro.
b1047b
mkdir -p "${RPM_BUILD_ROOT}%{_datadir}/aclocal"
b1047b
cp "%{SOURCE4}" "${RPM_BUILD_ROOT}%{_datadir}/aclocal/wireshark.m4"
b1047b
b1047b
# Install desktop stuff
b1047b
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/{icons/gnome/{16x16,32x32,48x48,256x256}/mimetypes,mime/packages}
b1047b
install -m 644 -T %{SOURCE5} $RPM_BUILD_ROOT/%{_datadir}/mime/packages/wireshark.xml
b1047b
install -m 644 -T %{SOURCE6} $RPM_BUILD_ROOT/%{_datadir}/icons/gnome/16x16/mimetypes/application-x-pcap.png
b1047b
install -m 644 -T %{SOURCE7} $RPM_BUILD_ROOT/%{_datadir}/icons/gnome/32x32/mimetypes/application-x-pcap.png
b1047b
install -m 644 -T %{SOURCE8} $RPM_BUILD_ROOT/%{_datadir}/icons/gnome/48x48/mimetypes/application-x-pcap.png
b1047b
install -m 644 -T %{SOURCE9} $RPM_BUILD_ROOT/%{_datadir}/icons/gnome/256x256/mimetypes/application-x-pcap.png
b1047b
b1047b
# Remove .la files
b1047b
rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/plugins/%{version}/*.la
b1047b
b1047b
# Remove .la files in libdir
b1047b
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
b1047b
b1047b
# add wspy_dissectors directory for plugins
b1047b
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/%{name}/python/%{version}/wspy_dissectors
b1047b
b1047b
%pre
b1047b
getent group wireshark >/dev/null || groupadd -r wireshark
b1047b
b1047b
%post -p /sbin/ldconfig
b1047b
b1047b
%postun -p /sbin/ldconfig
b1047b
b1047b
%post gnome
b1047b
update-desktop-database &> /dev/null ||:
b1047b
update-mime-database %{_datadir}/mime &> /dev/null || :
b1047b
touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
b1047b
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
b1047b
b1047b
%postun gnome
b1047b
update-desktop-database &> /dev/null ||:
b1047b
update-mime-database %{_datadir}/mime &> /dev/null || :
b1047b
if [ $1 -eq 0 ] ; then
b1047b
	touch --no-create %{_datadir}/icons/gnome &>/dev/null
b1047b
	gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
b1047b
b1047b
	touch --no-create %{_datadir}/icons/hicolor &>/dev/null
b1047b
	gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
b1047b
fi
b1047b
b1047b
%posttrans
b1047b
gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
b1047b
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
b1047b
b1047b
%files
b1047b
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README* 
b1047b
%{_sbindir}/editcap
b1047b
%{_sbindir}/tshark
b1047b
%{_sbindir}/mergecap
b1047b
%{_sbindir}/text2pcap
b1047b
%{_sbindir}/dftest
b1047b
%{_sbindir}/capinfos
b1047b
%{_sbindir}/randpkt
b1047b
%{_sbindir}/reordercap
b1047b
%attr(0750, root, wireshark) %caps(cap_net_raw,cap_net_admin=ep) %{_sbindir}/dumpcap
b1047b
%{_sbindir}/rawshark
b1047b
%{python_sitearch}/*.py*
b1047b
%{_libdir}/lib*.so.*
b1047b
%{_libdir}/wireshark
b1047b
%{_mandir}/man1/editcap.*
b1047b
%{_mandir}/man1/tshark.*
b1047b
%{_mandir}/man1/mergecap.*
b1047b
%{_mandir}/man1/text2pcap.*
b1047b
%{_mandir}/man1/capinfos.*
b1047b
%{_mandir}/man1/dumpcap.*
b1047b
%{_mandir}/man4/wireshark-filter.*
b1047b
%{_mandir}/man1/rawshark.*
b1047b
%{_mandir}/man1/dftest.*
b1047b
%{_mandir}/man1/randpkt.*
b1047b
%{_mandir}/man1/reordercap.*
b1047b
%{_datadir}/wireshark
b1047b
%if %{with_lua}
b1047b
%exclude %{_datadir}/wireshark/init.lua
b1047b
%endif
b1047b
b1047b
b1047b
%files gnome
b1047b
%{_datadir}/applications/wireshark.desktop
b1047b
%{_datadir}/icons/hicolor/16x16/apps/wireshark.png
b1047b
%{_datadir}/icons/hicolor/32x32/apps/wireshark.png
b1047b
%{_datadir}/icons/hicolor/48x48/apps/wireshark.png
b1047b
%{_datadir}/icons/hicolor/64x64/apps/wireshark.png
b1047b
%{_datadir}/icons/hicolor/256x256/apps/wireshark.png
b1047b
%{_datadir}/icons/gnome/16x16/mimetypes/application-x-pcap.png
b1047b
%{_datadir}/icons/gnome/32x32/mimetypes/application-x-pcap.png
b1047b
%{_datadir}/icons/gnome/48x48/mimetypes/application-x-pcap.png
b1047b
%{_datadir}/icons/gnome/256x256/mimetypes/application-x-pcap.png
b1047b
%{_datadir}/mime/packages/wireshark.xml
b1047b
%{_sbindir}/wireshark
b1047b
%{_mandir}/man1/wireshark.*
b1047b
b1047b
%files devel
b1047b
%doc doc/README.*
b1047b
%config(noreplace) %{_datadir}/wireshark/init.lua
b1047b
%{_includedir}/wireshark
b1047b
%{_libdir}/lib*.so
b1047b
%{_libdir}/pkgconfig/*
b1047b
%{_datadir}/aclocal/*
b1047b
b1047b
%changelog
ae5d7c
* Mon Jan 27 2020 Michal Ruprich <mruprich@redhat.com> - 1.10.14-25
ae5d7c
- Resolves: #1661255 - wireshark, the 'capture options' window does not fit the display
ae5d7c
ae5d7c
* Fri Oct 18 2019 Michal Ruprich <mruprich@redhat.com> - 1.10.14-24
ae5d7c
- Related: #1613034 - Typo in the previous patch discovered by covscan
ae5d7c
ae5d7c
* Thu Oct 17 2019 Michal Ruprich <mruprich@redhat.com> - 1.10.14-23
ae5d7c
- Related: #1613034 - Fixing an infinite loop created by previous update
ae5d7c
b1047b
* Tue Sep 10 2019 Michal Ruprich <mruprich@redhat.com> - 1.10.14-22
b1047b
- Related: #1633330 - fixing a couple of covscan issues
b1047b
b1047b
* Fri Sep 06 2019 Michal Ruprich <mruprich@redhat.com> - 1.10.14-21
b1047b
- Related: #1254543 - removing endian shift in packetlogger because it failed to recognize bluetooth hci packet
b1047b
b1047b
* Thu Aug 15 2019 Michal Ruprich <mruprich@redhat.com> - 1.10.14-20
b1047b
- Resolves: #1254543 - valgrind reports errors on pcap file from an older cve
b1047b
b1047b
* Wed Aug 14 2019 Michal Ruprich <mruprich@redhat.com> - 1.10.14-19
b1047b
- Related: #1633330 - A few more checks in the packet dissector
b1047b
b1047b
* Wed Aug 07 2019 Michal Ruprich <mruprich@redhat.com> - 1.10.14-18
b1047b
- Resolves: #1176967 - wireshark crashes opening large packet captures
b1047b
b1047b
* Fri Jul 19 2019 Michal Ruprich <mruprich@redhat.com> - 1.10.14-17
b1047b
- Resolves: #1557212 - CVE-2018-7418 SIGCOMP dissector crash in packet-sigcomp.c
b1047b
- Resolves: #1588208 - CVE-2018-11362 Out-of-bounds Read in packet-ldss.c
b1047b
- Resolves: #1612146 - CVE-2018-14340 Multiple dissectors could crash
b1047b
- Resolves: #1613032 - CVE-2018-14341 DICOM dissector infinite loop
b1047b
- Resolves: #1613034 - CVE-2018-14368 Bazaar dissector infinite loop
b1047b
- Resolves: #1633330 - CVE-2018-16057 Radiotap dissector crash
b1047b
- Resolves: #1660148 - CVE-2018-19622 Infinite loop in the MMSE dissector
b1047b
b1047b
* Thu Jun 21 2018 Michal Ruprich <mruprich@redhat.com> - 1.10.14-16
b1047b
- Resolves: #1464395 - RFE: AF_VSOCK support in Wireshark
b1047b
b1047b
* Wed May 09 2018 Martin Sehnoutka <msehnout@redhat.com> - 1.10.14-15
b1047b
- include drop count information in pcapng capture files
b1047b
b1047b
* Thu May 04 2017 Martin Sehnoutka <msehnout@redhat.com> - 1.10.14-14
b1047b
- Change buffer size in man pages
b1047b
- Related: #1359974
b1047b
b1047b
* Fri Apr 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 1.10.14-13
b1047b
- Require exact version of Wireshark as a dependency for devel subpackage
b1047b
b1047b
* Mon Apr 03 2017 Martin Sehnoutka <msehnout@redhat.com> - 1.10.14-12
b1047b
- Fix wrong snaplen in man pages and help
b1047b
- Make the capture buffer bigger to prevent dropping packages
b1047b
b1047b
* Mon Mar 13 2017 Martin Sehnoutka <msehnout@redhat.com> - 1.10.14-11
b1047b
- Backport upstream changes for CVE-2013-4075
b1047b
b1047b
* Thu Aug 18 2016 Martin Sehnoutka <msehnout@redhat.com> - 1.10.14-10
b1047b
- Rebuild package
b1047b
- Related to: #1233966
b1047b
b1047b
* Wed Jul 27 2016 Martin Sehnoutka <msehnout@redhat.com> - 1.10.14-9
b1047b
- Resolves: #1233966 support for reading from stdin/pipes
b1047b
b1047b
* Tue Jul 26 2016 Martin Sehnoutka <msehnout@redhat.com> - 1.10.14-8
b1047b
- Resolves: #1337695 tshark failing to display data.len
b1047b
b1047b
* Tue Oct  6 2015 Peter Hatina <phatina@redhat.com> - 1.10.14-7
b1047b
- Rebase some tvbuff API from upstream to 1.10.14
b1047b
- Fixes crash when tvb_length_remaining() is used
b1047b
- Related: CVE-2015-6244
b1047b
b1047b
* Mon Oct  5 2015 Peter Hatina <phatina@redhat.com> - 1.10.14-6
b1047b
- Security patch
b1047b
- Resolves: CVE-2015-3182
b1047b
b1047b
* Thu Oct  1 2015 Peter Hatina <phatina@redhat.com> - 1.10.14-5
b1047b
- Fix crash caused by -DGDK_PIXBUF_DEPRECATED on startup
b1047b
- Resolves: rhbz#1267959
b1047b
b1047b
* Tue Sep 22 2015 Peter Hatina <phatina@redhat.com> - 1.10.14-4
b1047b
- Security patches
b1047b
- Resolves: CVE-2015-6243
b1047b
            CVE-2015-6244
b1047b
            CVE-2015-6245
b1047b
            CVE-2015-6246
b1047b
            CVE-2015-6248
b1047b
b1047b
* Fri Aug  7 2015 Peter Hatina <phatina@redhat.com> - 1.10.14-3
b1047b
- Security patches
b1047b
- Resolves: CVE-2015-3810
b1047b
            CVE-2015-3813
b1047b
b1047b
* Mon Jul  6 2015 Peter Hatina <phatina@redhat.com> - 1.10.14-2
b1047b
- Add certificate verify message decoding in TLS extension
b1047b
- Resolves: #1239150
b1047b
b1047b
* Thu Jul  2 2015 Peter Hatina <phatina@redhat.com> - 1.10.14-1
b1047b
- Upgrade to 1.10.14
b1047b
- Resolves: #1238676
b1047b
b1047b
* Tue Jun  2 2015 Peter Hatina <phatina@redhat.com> - 1.10.3-20
b1047b
- add master secret extension decoding in TLS extension
b1047b
- add encrypt-then-mac extension decoding in TLS extension
b1047b
- Resolves: #1222901
b1047b
b1047b
* Tue Jun  2 2015 Peter Hatina <phatina@redhat.com> - 1.10.3-19
b1047b
- create pcap file if -F pcap specified
b1047b
- Resolves: #1227199
b1047b
b1047b
* Wed May 20 2015 Peter Hatina <phatina@redhat.com> - 1.10.3-18
b1047b
- add key exchange algorithms decoding in TLS extension
b1047b
- Resolves: #1222600
b1047b
b1047b
* Mon May 18 2015 Peter Hatina <phatina@redhat.com> - 1.10.3-17
b1047b
- add signature algorithms decoding in TLS extension
b1047b
- Resolves: #1221701
b1047b
b1047b
* Wed May  6 2015 Peter Hatina <phatina@redhat.com> - 1.10.3-16
b1047b
- add relro check
b1047b
- Resolves: #1092532
b1047b
b1047b
* Tue Apr 21 2015 Peter Hatina <phatina@redhat.com> - 1.10.3-15
b1047b
- add elliptic curves decoding in DTLS HELLO
b1047b
- Resolves: #1131202
b1047b
b1047b
* Tue Apr 21 2015 Peter Hatina <phatina@redhat.com> - 1.10.3-14
b1047b
- introduced nanosecond time precision
b1047b
- Resolves: #1213339
b1047b
b1047b
* Mon Oct 13 2014 Peter Hatina <phatina@redhat.com> - 1.10.3-13
b1047b
- security patches
b1047b
- Resolves: #1148267
b1047b
b1047b
* Fri Oct  3 2014 Peter Hatina <phatina@redhat.com> - 1.10.3-12
b1047b
- security patches
b1047b
- Resolves: CVE-2014-6421
b1047b
            CVE-2014-6423
b1047b
            CVE-2014-6424
b1047b
            CVE-2014-6425
b1047b
            CVE-2014-6426
b1047b
            CVE-2014-6427
b1047b
            CVE-2014-6428
b1047b
            CVE-2014-6429
b1047b
b1047b
* Thu Aug 28 2014 Peter Hatina <phatina@redhat.com> - 1.10.3-11
b1047b
- fix FTBFS due to glib2-2.40
b1047b
- Resolves: #1132673
b1047b
b1047b
* Mon Mar 10 2014 Peter Hatina <phatina@redhat.com> - 1.10.3-10
b1047b
- fix missing tshark's name resolving flag in help message
b1047b
- Related: #1004250
b1047b
b1047b
* Mon Mar 10 2014 Peter Hatina <phatina@redhat.com> - 1.10.3-9
b1047b
- security patches
b1047b
- Resolves: CVE-2014-2281
b1047b
            CVE-2014-2282
b1047b
            CVE-2014-2283
b1047b
            CVE-2014-2299
b1047b
b1047b
* Fri Jan 31 2014 Peter Hatina <phatina@redhat.com> - 1.10.3-8
b1047b
- remove last data source due to HTTP dissector, which was
b1047b
  spewing too much output
b1047b
- Related: #1011339
b1047b
b1047b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.10.3-7
b1047b
- Mass rebuild 2014-01-24
b1047b
b1047b
* Mon Jan 13 2014 Peter Hatina <phatina@redhat.com> - 1.10.3-6
b1047b
- stack-protector-all replaced by stack-protector-strong
b1047b
- Resolves: #1048907
b1047b
b1047b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.10.3-5
b1047b
- Mass rebuild 2013-12-27
b1047b
b1047b
* Thu Dec 19 2013 Peter Hatina <phatina@redhat.com> 1.10.3-4
b1047b
- security patches
b1047b
- Resolves: CVE-2013-7112
b1047b
            CVE-2013-7113
b1047b
            CVE-2013-7114
b1047b
b1047b
* Wed Dec 11 2013 Peter Hatina <phatina@redhat.com> 1.10.3-3
b1047b
- fix tshark's name resolving flags error string
b1047b
- Resolves: #1004250
b1047b
b1047b
* Tue Nov  5 2013 Peter Hatina <phatina@redhat.com> 1.10.3-2
b1047b
- harden dumpcap capabilities
b1047b
- Resolves: #1022378
b1047b
b1047b
* Tue Nov  5 2013 Peter Hatina <phatina@redhat.com> 1.10.3-1
b1047b
- upgrade to 1.10.3
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.10.3.html
b1047b
- Resolves: #1026649
b1047b
            CVE-2013-6336
b1047b
            CVE-2013-6337
b1047b
            CVE-2013-6338
b1047b
            CVE-2013-6339
b1047b
            CVE-2013-6340
b1047b
b1047b
* Tue Sep 24 2013 Peter Hatina <phatina@redhat.com> 1.10.2-6
b1047b
- fix memory leak when reassemblying a packet
b1047b
- Resolves: #1011339
b1047b
b1047b
* Thu Sep 19 2013 Peter Hatina <phatina@redhat.com> 1.10.2-5
b1047b
- fix config.h conflict
b1047b
- Resolves: #881273
b1047b
b1047b
* Fri Sep 13 2013 Peter Hatina <phatina@redhat.com> 1.10.2-4
b1047b
- fix desktop file entries
b1047b
b1047b
* Fri Sep 13 2013 Peter Hatina <phatina@redhat.com> 1.10.2-3
b1047b
- fix description, Gnome 3
b1047b
b1047b
* Fri Sep 13 2013 Peter Hatina <phatina@redhat.com> 1.10.2-2
b1047b
- new sources
b1047b
b1047b
* Thu Sep 12 2013 Peter Hatina <phatina@redhat.com> 1.10.2-1
b1047b
- upgrade to 1.10.2
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.10.2.html
b1047b
b1047b
* Tue Sep 10 2013 Peter Hatina <phatina@redhat.com> 1.10.0-9
b1047b
- security patches
b1047b
- Resolves: CVE-2013-4927
b1047b
            CVE-2013-4931
b1047b
            CVE-2013-4932
b1047b
            CVE-2013-4933
b1047b
            CVE-2013-4934
b1047b
            CVE-2013-4935
b1047b
            CVE-2013-4936
b1047b
            CVE-2013-4083
b1047b
            CVE-2013-3557
b1047b
b1047b
* Mon Sep  9 2013 Peter Hatina <phatina@redhat.com> 1.10-0-8
b1047b
- fix missing ws_symbol_export.h
b1047b
b1047b
* Fri Jul 26 2013 Peter Hatina <phatina@redhat.com> 1.10.0-7
b1047b
- fix tap iostat overflow
b1047b
b1047b
* Fri Jul 26 2013 Peter Hatina <phatina@redhat.com> 1.10.0-6
b1047b
- fix sctp bytes graph crash
b1047b
b1047b
* Fri Jul 26 2013 Peter Hatina <phatina@redhat.com> 1.10.0-5
b1047b
- fix string overrin in plugins/profinet
b1047b
b1047b
* Fri Jul 26 2013 Peter Hatina <phatina@redhat.com> 1.10.0-4
b1047b
- fix pod2man encoding issues
b1047b
b1047b
* Fri Jul 26 2013 Peter Hatina <phatina@redhat.com> 1.10.0-3
b1047b
- fix BuildRequires - libgcrypt-devel
b1047b
b1047b
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-2
b1047b
- fix flow graph crash
b1047b
b1047b
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-1
b1047b
- upgrade to 1.10.0
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.10.0.html
b1047b
b1047b
* Wed Mar 27 2013 Peter Hatina <phatina@redhat.com> 1.8.6-4
b1047b
- fix capture crash (#894753)
b1047b
b1047b
* Tue Mar 19 2013 Peter Hatina <phatina@redhat.com> 1.8.6-3
b1047b
- fix dns resolving crash (#908211)
b1047b
b1047b
* Mon Mar 18 2013 Peter Hatina <phatina@redhat.com> 1.8.6-2
b1047b
- return to gtk2, stable branch 1.8 is not gtk3 ready
b1047b
b1047b
* Tue Mar 12 2013 Peter Hatina <phatina@redhat.com> 1.8.6-1
b1047b
- upgrade to 1.8.6
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
b1047b
b1047b
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.8.5-3
b1047b
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
b1047b
b1047b
* Tue Feb 05 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-2
b1047b
- fix gtk3 layout issues
b1047b
- NOTE: there may be some windows with broken layouts left
b1047b
b1047b
* Thu Jan 31 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-1
b1047b
- upgrade to 1.8.5
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
b1047b
b1047b
* Mon Dec 03 2012 Peter Hatina <phatina@redhat.com> - 1.8.4-1
b1047b
- upgrade to 1.8.4
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.4.html
b1047b
b1047b
* Tue Oct 16 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-2
b1047b
- backport dissector table fix
b1047b
- TODO: remove this after new release
b1047b
b1047b
* Thu Oct 11 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-1
b1047b
- upgrade to 1.8.3
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html
b1047b
b1047b
* Tue Sep  4 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-3
b1047b
- added back compatibility with RHEL6
b1047b
- GeoIP build dependency made also conditional on with_GeoIP variable
b1047b
b1047b
* Wed Aug 29 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-2
b1047b
- fixed "libwireshark.so.1: cannot open shared object file" error
b1047b
  message on startup
b1047b
b1047b
* Thu Aug 16 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-1
b1047b
- upgrade to 1.8.2
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
b1047b
b1047b
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
b1047b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b1047b
b1047b
* Tue Jul 24 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.1-1
b1047b
- upgrade to 1.8.1
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.1.html
b1047b
b1047b
* Mon Jun 25 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.0
b1047b
- upgrade to 1.8.0
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.0.html
b1047b
b1047b
* Wed May 23 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.8-1
b1047b
- upgrade to 1.6.8
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.8.html
b1047b
b1047b
* Mon May 21 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-2
b1047b
- Removed dependency on GeoIP on RHEL.
b1047b
b1047b
* Tue Apr 10 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-1
b1047b
- upgrade to 1.6.7
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.7.html
b1047b
b1047b
* Wed Mar 28 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.6-1
b1047b
- upgrade to 1.6.6
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.6.html
b1047b
b1047b
* Fri Mar  9 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-2
b1047b
- fixed wireshark crashing when using combo box in import dialog (#773290)
b1047b
- added AES support into netlogon dissector
b1047b
b1047b
* Wed Jan 11 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-1
b1047b
- upgrade to 1.6.5
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.5.html
b1047b
b1047b
* Fri Dec  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.4-1
b1047b
- upgrade to 1.6.4
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.4.html
b1047b
- build with c-ares and libpcap (#759305)
b1047b
- fixed display of error message boxes on startup in gnome3 (#752559)
b1047b
b1047b
* Mon Nov 14 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-2
b1047b
- added dependency on shadow-utils (#753293)
b1047b
- removed usermode support
b1047b
b1047b
* Wed Nov  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-1
b1047b
- upgrade to 1.6.3
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.3.html
b1047b
b1047b
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-5
b1047b
- Rebuilt for glibc bug#747377
b1047b
b1047b
* Fri Oct 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-4
b1047b
- updated autoconf macros and pkgconfig file in wireshark-devel to reflect
b1047b
  current config.h (#746655)
b1047b
b1047b
* Mon Oct 17 2011 Steve Dickson <steved@redhat.com> - 1.6.2-3
b1047b
- Fixed a regression introduce by upstream patch r38306
b1047b
    which caused v4.1 traffic not to be displayed.
b1047b
- Added v4 error status to packet detail window.
b1047b
b1047b
* Tue Sep 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-2
b1047b
- fixed spelling of the security message (#737270)
b1047b
b1047b
* Fri Sep  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-1
b1047b
- upgrade to 1.6.2
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.2.html
b1047b
b1047b
b1047b
* Thu Jul 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.1-1
b1047b
- upgrade to 1.6.1
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.1.html
b1047b
b1047b
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-4
b1047b
- fixed previous incomplete fix
b1047b
b1047b
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-3
b1047b
- fixed Fedora-specific message when user is not part of 'wireshark' group
b1047b
  - now it does not contain '<' and '>' characters (#713545)
b1047b
b1047b
* Thu Jun  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-2
b1047b
- added wspy_dissectors directory to the package
b1047b
  - other packages can add Python plugins there
b1047b
  - as side effect, removed following message:
b1047b
    [Errno 2] No such file or directory: '/usr/lib64/wireshark/python/1.6.0/wspy_dissectors'
b1047b
- enabled zlib support
b1047b
b1047b
* Wed Jun  8 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-1
b1047b
- upgrade to 1.6.0
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.0.html
b1047b
b1047b
* Thu Jun  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.7-1
b1047b
- upgrade to 1.4.7
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.7.html
b1047b
b1047b
* Thu May 19 2011 Steve Dickson <steved@redhat.com> - 1.4.6-3
b1047b
- Improved the NFS4.1 patcket dissectors 
b1047b
b1047b
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1.4.6-2
b1047b
- Update icon cache scriptlet
b1047b
b1047b
* Tue Apr 19 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.6-1
b1047b
- upgrade to 1.4.6
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.6.html
b1047b
b1047b
* Mon Apr 18 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.5-1
b1047b
- upgrade to 1.4.5
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.5.html
b1047b
b1047b
* Sun Apr 03 2011 Cosimo Cecchi <cosimoc@redhat.com> - 1.4.4-2
b1047b
- Use hi-res icons
b1047b
b1047b
* Thu Mar  3 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.4-1
b1047b
- upgrade to 1.4.4
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.4.html
b1047b
b1047b
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-3
b1047b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b1047b
b1047b
* Mon Jan 17 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-2
b1047b
- create the 'wireshark' group as system, not user
b1047b
- add few additional header files to -devel subpackage (#671997)
b1047b
b1047b
* Thu Jan 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-1
b1047b
- upgrade to 1.4.3
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.3.html
b1047b
b1047b
* Wed Jan  5 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.2-5
b1047b
- fixed buffer overflow in ENTTEC dissector (#666897)
b1047b
b1047b
* Wed Dec 15 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-4
b1047b
- added epan/dissectors/*.h to -devel subpackage (#662969)
b1047b
b1047b
* Mon Dec  6 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-3
b1047b
- fixed generation of man pages again (#635878)
b1047b
b1047b
* Fri Nov 26 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-2
b1047b
- rework the Wireshark security (#657490). Remove the console helper and
b1047b
  allow only members of new 'wireshark' group to capture the packets.
b1047b
b1047b
* Mon Nov 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-1
b1047b
- upgrade to 1.4.2
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.2.html
b1047b
b1047b
* Mon Nov  1 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-2
b1047b
- temporarily disable zlib until
b1047b
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4955 is resolved (#643461)
b1047b
  
b1047b
* Fri Oct 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-1
b1047b
- upgrade to 1.4.1
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.1.html
b1047b
- Own the %%{_libdir}/wireshark dir (#644508)
b1047b
- associate *.pcap files with wireshark (#641163)
b1047b
b1047b
* Wed Sep 29 2010 jkeating - 1.4.0-2
b1047b
- Rebuilt for gcc bug 634757
b1047b
b1047b
* Fri Sep 24 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-2
b1047b
- fixed generation of man pages (#635878)
b1047b
b1047b
* Tue Aug 31 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-1
b1047b
- upgrade to 1.4.0
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.0.html
b1047b
b1047b
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.10-1
b1047b
- upgrade to 1.2.10
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.10.html
b1047b
b1047b
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-4
b1047b
- Rebuilt again for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
b1047b
b1047b
* Thu Jul 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-3
b1047b
- removing useless LDFLAGS (#603224)
b1047b
b1047b
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.9-2
b1047b
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
b1047b
b1047b
* Fri Jun 11 2010 Radek Vokal <rvokal@redhat.com> - 1.2.9-1
b1047b
- upgrade to 1.2.9
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.9.html
b1047b
b1047b
* Mon May 17 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-4
b1047b
- removing traling bracket from python_sitearch (#592391)
b1047b
b1047b
* Fri May  7 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-3
b1047b
- fix patched applied without fuzz=0
b1047b
b1047b
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-2
b1047b
- use sitearch instead of sitelib to avoid pyo and pyc conflicts
b1047b
b1047b
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-1
b1047b
- upgrade to 1.2.8
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.8.html
b1047b
b1047b
* Tue Apr  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-2
b1047b
- rebuild with GeoIP support (needs to be turned on in IP protocol preferences)
b1047b
b1047b
* Fri Apr  2 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-1
b1047b
- upgrade to 1.2.7
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.7.html 
b1047b
b1047b
* Wed Mar 24 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-3
b1047b
- bring back -pie
b1047b
b1047b
* Tue Mar 16 2010 Jeff Layton <jlayton@redhat.com> - 1.2.6-2
b1047b
- add patch to allow decode of NFSv4.0 callback channel
b1047b
- add patch to allow decode of more SMB FIND_FILE infolevels
b1047b
b1047b
* Fri Jan 29 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-1
b1047b
- upgrade to 1.2.6
b1047b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.6.html 
b1047b
b1047b
* Wed Jan 20 2010 Radek Vokal <rvokal@redhat.com> - 1.2.5-5
b1047b
- minor spec file tweaks for better svn checkout support (#553500)
b1047b
b1047b
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-4
b1047b
- init.lua is present always and not only when lua support is enabled
b1047b
b1047b
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-3
b1047b
- fix file list, init.lua is only in -devel subpackage (#552406)
b1047b
b1047b
* Fri Dec 18 2009 Patrick Monnerat <pm@datasphere.ch> 1.2.5-2
b1047b
- Autoconf macro for plugin development.
b1047b
b1047b
* Fri Dec 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.5-1
b1047b
- upgrade to 1.2.5
b1047b
- fixes security vulnaribilities, see http://www.wireshark.org/security/wnpa-sec-2009-09.html 
b1047b
b1047b
* Thu Dec 17 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-3
b1047b
- split -devel package (#547899, #203642, #218451)
b1047b
- removing root warning dialog (#543709)
b1047b
b1047b
* Mon Dec 14 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-2
b1047b
- enable lua support - http://wiki.wireshark.org/Lua
b1047b
- attempt to fix filter crash on 64bits
b1047b
b1047b
* Wed Nov 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-1
b1047b
- upgrade to 1.2.4
b1047b
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.4.html
b1047b
b1047b
* Fri Oct 30 2009 Radek Vokal <rvokal@redhat.com> - 1.2.3-1
b1047b
- upgrade to 1.2.3
b1047b
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.3.html
b1047b
b1047b
* Mon Sep 21 2009 Radek Vokal <rvokal@redhat.com> - 1.2.2-1
b1047b
- upgrade to 1.2.2
b1047b
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.2.html
b1047b
b1047b
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 1.2.1-5
b1047b
- do not use portaudio in RHEL
b1047b
b1047b
* Fri Aug 28 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1-4
b1047b
- yet anohter rebuilt
b1047b
b1047b
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-3
b1047b
- rebuilt with new openssl
b1047b
b1047b
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
b1047b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b1047b
b1047b
* Wed Jul 22 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1
b1047b
- upgrade to 1.2.1
b1047b
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html
b1047b
b1047b
* Tue Jun 16 2009 Radek Vokal <rvokal@redhat.com> - 1.2.0
b1047b
- upgrade to 1.2.0
b1047b
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html
b1047b
b1047b
* Fri May 22 2009 Radek Vokal <rvokal@redhat.com> - 1.1.4-0.pre1
b1047b
- update to latest development build
b1047b
b1047b
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.3-1
b1047b
- upgrade to 1.1.3
b1047b
b1047b
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-4.pre1
b1047b
- fix libsmi support
b1047b
b1047b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3.pre1
b1047b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b1047b
b1047b
* Mon Feb 16 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-2.pre1
b1047b
- add netdump support
b1047b
b1047b
* Sun Feb 15 2009 Steve Dickson <steved@redhat.com> - 1.1.2-1.pre1
b1047b
- NFSv4.1: Add support for backchannel decoding
b1047b
b1047b
* Mon Jan 19 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-0.pre1
b1047b
- upgrade to latest development release
b1047b
- added support for portaudio (#480195)
b1047b
b1047b
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.1-0.pre1.2
b1047b
- rebuild with new openssl
b1047b
b1047b
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.1.1-0.pre1.1
b1047b
- Rebuild for Python 2.6
b1047b
b1047b
* Thu Nov 13 2008 Radek Vokál <rvokal@redhat.com> 1.1.1-0.pre1
b1047b
- upgrade to 1.1.1 development branch
b1047b
b1047b
* Wed Sep 10 2008 Radek Vokál <rvokal@redhat.com> 1.0.3-1
b1047b
- upgrade to 1.0.3
b1047b
- Security-related bugs in the NCP dissector, zlib compression code, and Tektronix .rf5 file parser have been fixed. 
b1047b
- WPA group key decryption is now supported. 
b1047b
- A bug that could cause packets to be wrongly dissected as "Redback Lawful Intercept" has been fixed. 
b1047b
b1047b
* Mon Aug 25 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-3
b1047b
- fix requires for wireshark-gnome
b1047b
b1047b
* Thu Jul 17 2008 Steve Dickson <steved@redhat.com> 1.0.2-2
b1047b
- Added patches to support NFSv4.1
b1047b
b1047b
* Fri Jul 11 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-1
b1047b
- upgrade to 1.0.2
b1047b
b1047b
* Tue Jul  8 2008 Radek Vokál <rvokal@redhat.com> 1.0.1-1
b1047b
- upgrade to 1.0.1
b1047b
b1047b
* Sun Jun 29 2008 Dennis Gilmore <dennis@ausil.us> 1.0.0-3
b1047b
- add sparc arches to -fPIE 
b1047b
- rebuild for new gnutls
b1047b
b1047b
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-2
b1047b
- fix BuildRequires - python, yacc, bison
b1047b
b1047b
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-1
b1047b
- April Fools' day upgrade to 1.0.0
b1047b
b1047b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.7-3
b1047b
- Autorebuild for GCC 4.3
b1047b
b1047b
* Wed Dec 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-2
b1047b
- fix crash in unprivileged mode (#317681)
b1047b
b1047b
* Tue Dec 18 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-1
b1047b
- upgrade to 0.99.7
b1047b
b1047b
* Fri Dec  7 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-0.pre2.1
b1047b
- rebuilt for openssl
b1047b
b1047b
* Mon Nov 26 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre2
b1047b
- switch to libsmi from net-snmp
b1047b
- disable ADNS due to its lack of Ipv6 support
b1047b
- 0.99.7 prerelease 2
b1047b
b1047b
* Tue Nov 20 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre1
b1047b
- upgrade to 0.99.7 pre-release
b1047b
b1047b
* Wed Sep 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-3
b1047b
- fixed URL
b1047b
b1047b
* Thu Aug 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-2
b1047b
- rebuilt
b1047b
b1047b
* Mon Jul  9 2007 Radek Vokal <rvokal@redhat.com> 0.99.6-1
b1047b
- upgrade to 0.99.6 final
b1047b
b1047b
* Fri Jun 15 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre2
b1047b
- another pre-release
b1047b
- turn on ADNS support
b1047b
b1047b
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
b1047b
- update to pre1 of 0.99.6 release
b1047b
b1047b
* Mon Feb  5 2007 Radek Vokál <rvokal@redhat.com> 0.99.5-1
b1047b
- multiple security issues fixed (#227140)
b1047b
- CVE-2007-0459 - The TCP dissector could hang or crash while reassembling HTTP packets
b1047b
- CVE-2007-0459 - The HTTP dissector could crash.
b1047b
- CVE-2007-0457 - On some systems, the IEEE 802.11 dissector could crash.
b1047b
- CVE-2007-0456 - On some systems, the LLT dissector could crash.
b1047b
b1047b
* Mon Jan 15 2007 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre2
b1047b
- another 0.99.5 prerelease, fix build bug and pie flags
b1047b
b1047b
* Tue Dec 12 2006 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre1
b1047b
- update to 0.99.5 prerelease
b1047b
b1047b
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.99.4-5
b1047b
- rebuild for python 2.5 
b1047b
b1047b
* Tue Nov 28 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-4
b1047b
- rebuilt for new libpcap and net-snmp
b1047b
b1047b
* Thu Nov 23 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-3
b1047b
- add htmlview to Buildrequires to be picked up by configure scripts (#216918)
b1047b
b1047b
* Tue Nov  7 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-2.fc7
b1047b
- Requires: net-snmp for the list of MIB modules 
b1047b
b1047b
* Wed Nov  1 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-1
b1047b
- upgrade to 0.99.4 final
b1047b
b1047b
* Tue Oct 31 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-0.pre2
b1047b
- upgrade to 0.99.4pre2
b1047b
b1047b
* Tue Oct 10 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-0.pre1
b1047b
- upgrade to 0.99.4-0.pre1
b1047b
b1047b
* Fri Aug 25 2006 Radek Vokál <rvokal@redhat.com> 0.99.3-1
b1047b
- upgrade to 0.99.3
b1047b
- Wireshark 0.99.3 fixes the following vulnerabilities:
b1047b
- the SCSI dissector could crash. Versions affected: CVE-2006-4330
b1047b
- the IPsec ESP preference parser was susceptible to off-by-one errors. CVE-2006-4331
b1047b
- a malformed packet could make the Q.2931 dissector use up available memory. CVE-2006-4333 
b1047b
b1047b
* Tue Jul 18 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-1
b1047b
- upgrade to 0.99.2
b1047b
b1047b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99.2-0.pre1.1
b1047b
- rebuild
b1047b
b1047b
* Tue Jul 11 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-0.pre1
b1047b
- upgrade to 0.99.2pre1, fixes (#198242)
b1047b
b1047b
* Tue Jun 13 2006 Radek Vokal <rvokal@redhat.com> 0.99.1-0.pre1
b1047b
- spec file changes
b1047b
b1047b
* Fri Jun  9 2006 Radek Vokal <rvokal@redhat.com> 0.99.1pre1-1
b1047b
- initial build for Fedora Core