New version 2.6.6

Contains fixes for CVE-2019-5716, CVE-2019-5717, CVE-2019-5718, CVE-2019-5719
This commit is contained in:
Michal Ruprich 2019-01-21 09:38:38 +01:00
parent 0b4a35035a
commit 22c6ca7373
2 changed files with 8 additions and 4 deletions

View File

@ -1,2 +1,2 @@
SHA512 (wireshark-2.6.5.tar.xz) = fed2d08bb0ba06496c22a5d45946faf2ff4ca19c59faf758c668c583193faeec3c4379b64750478469fede91562891e9b6991591a09a3da8d2193cb64718d02f
SHA512 (SIGNATURES-2.6.5.txt) = 462506973bfc2f82dbd54cc5cb95dd31c478e0e0e7ead55079c1d99f04dd651152b691eca4d30eb95f50f3ea1f09d3b40b916de6966f390622f30a18ba0b4fcb
SHA512 (wireshark-2.6.6.tar.xz) = b781c3b34dc76a3d8e60dc2b9b4e46a11994440b8df7b56134521ea9a77b27b0719a600db60d7f3d65f15972a5db2a7e85a8bf60d7217fce498fb5668de8fe56
SHA512 (SIGNATURES-2.6.6.txt) = ecdbb7a97a98fcf466cac75cd121e2dd6378fb98aca99b6a8853b7c7128a4985aa11edf8912c2f0a26575c90b288221aa19021b78c67623cd461719f8f14835d

View File

@ -5,8 +5,8 @@
Summary: Network traffic analyzer
Name: wireshark
Version: 2.6.5
Release: 2%{?dist}
Version: 2.6.6
Release: 1%{?dist}
Epoch: 1
License: GPL+
Url: http://www.wireshark.org/
@ -265,6 +265,10 @@ getent group usbmon >/dev/null || groupadd -r usbmon
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Mon Jan 21 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.6-1
- New version 2.6.6
- Contains fixes for CVE-2019-5716, CVE-2019-5717, CVE-2019-5718, CVE-2019-5719
* Wed Jan 02 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.5-2
- Adding libnghttp2-devel as BuildRequires - needed for HTTP2 support(rhbz#1512722)