From 775f694e300309dd29da45ff90422b17f6608372 Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Tue, 5 Sep 2017 09:52:17 +0200 Subject: [PATCH] New upstream release 4.9.2 Changes: Do not use getprotobynumber() for protocol name resolution. Do not do any protocol name resolution if -n is specified. Improve errors detection in the test scripts. Fix a segfault with OpenSSL 1.1 and improve OpenSSL usage. Clean up IS-IS printing. Fix buffer overflow vulnerabilities: CVE-2017-11543 (SLIP) Fix buffer over-read vulnerabilities: CVE-2017-11541 (safeputs) CVE-2017-11542 (PIMv1) --- .gitignore | 2 ++ sources | 4 ++-- tcpdump.spec | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2256e4b..d12f0c1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ tcpdump-4.1.1.tar.gz /tcpdump-4.9.0.tar.gz /tcpdump-4.9.1.tar.gz.sig /tcpdump-4.9.1.tar.gz +/tcpdump-4.9.2.tar.gz.sig +/tcpdump-4.9.2.tar.gz diff --git a/sources b/sources index ce14a76..9b0583b 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (tcpslice-1.2a3.tar.gz) = 04e12d592807022c78eb4941580ed103995680c69af885bb8f13828a12ec570f7fe93c34c1b20a01d3d99f445d5da17a1fcfbe25b2e3b41abe28304c034654c5 -SHA512 (tcpdump-4.9.1.tar.gz.sig) = c3fc15e03d3145d07234f2319c391f0299e039aa522915fdcc941ce0084c89a554c678e533abd2b37389cd872eb2867aa04bf5b6da4ae34fd4f9352d19a92e85 -SHA512 (tcpdump-4.9.1.tar.gz) = 992e80d1c2a28f817b9582958cc642665c61d4a824e255e796c7cee79905c1b5330c346cf9768aa406088fcea2b074980c495bcc7aef58dfddf292e8e9d129fc +SHA512 (tcpdump-4.9.2.tar.gz.sig) = 76a41de2fc414018e01a9177e6946d9792fa8ded575ec264c7eb67a036bcdad3f451aa76e7b611430b8dd55de2403977c990e00f8b735aa8e6e4395463c8b1a6 +SHA512 (tcpdump-4.9.2.tar.gz) = e1bc19a5867d6e3628f3941bdf3ec831bf13784f1233ca1bccc46aac1702f47ee9357d7ff0ca62cddf211b3c8884488c21144cabddd92c861e32398cd8f7c44b diff --git a/tcpdump.spec b/tcpdump.spec index 232e4dc..edc5094 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -1,8 +1,8 @@ Summary: A network traffic monitoring tool Name: tcpdump Epoch: 14 -Version: 4.9.1 -Release: 3%{?dist} +Version: 4.9.2 +Release: 1%{?dist} License: BSD with advertising URL: http://www.tcpdump.org Group: Applications/Internet @@ -84,6 +84,9 @@ exit 0 %{_mandir}/man8/tcpdump.8* %changelog +* Tue Sep 05 2017 Martin Sehnoutka - 14:4.9.2-1 +- New upstream release 4.9.2 + * Thu Aug 03 2017 Fedora Release Engineering - 14:4.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild