guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: tcpdump: Update to 4.9.3 [security fixes].


From: guix-commits
Subject: 02/05: gnu: tcpdump: Update to 4.9.3 [security fixes].
Date: Wed, 2 Oct 2019 09:38:40 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 645d0c92e0961cd0705529c4eeff4e1845170e1b
Author: Marius Bakke <address@hidden>
Date:   Wed Oct 2 11:51:36 2019 +0200

    gnu: tcpdump: Update to 4.9.3 [security fixes].
    
    This release fixes the following CVEs: CVE-2017-16808, CVE-2018-14468,
    CVE-2018-14469, CVE-2018-14470, CVE-2018-14466, CVE-2018-14461,
    CVE-2018-14462, CVE-2018-14465, CVE-2018-14881, CVE-2018-14464,
    CVE-2018-14463, CVE-2018-14467, CVE-2018-10103, CVE-2018-10105,
    CVE-2018-14880, CVE-2018-16451, CVE-2018-14882, CVE-2018-16227,
    CVE-2018-16229, CVE-2018-16301, CVE-2018-16230, CVE-2018-16452,
    CVE-2018-16300, CVE-2018-16228, CVE-2019-15166, CVE-2019-15167,
    CVE-2018-14879.
    
    * gnu/packages/admin.scm (tcpdump): Update to 4.9.3.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index dcf938b..b9e1f1b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -879,14 +879,14 @@ network statistics collection, security monitoring, 
network debugging, etc.")
 (define-public tcpdump
   (package
     (name "tcpdump")
-    (version "4.9.2")
+    (version "4.9.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.tcpdump.org/release/tcpdump-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0ygy0layzqaj838r5xd613iraz09wlfgpyh7pc6cwclql8v3b2vr"))))
+                "0434vdcnbqaia672rggjzdn4bb8p8dchz559yiszzdk0sjrprm1c"))))
     (build-system gnu-build-system)
     (inputs `(("libpcap" ,libpcap)
               ("openssl" ,openssl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]