guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].


From: guix-commits
Subject: 02/07: gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].
Date: Sat, 1 Jul 2023 03:10:07 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 3afbef08e65108178b91eff1a7629f0a3066c17d
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sat Jun 24 15:11:39 2023 +0200

    gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].
    
    * gnu/packages/admin.scm (tcpdump): Update to 4.99.4.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 a81a3f3414..aea9efa4da 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1661,14 +1661,14 @@ network statistics collection, security monitoring, 
network debugging, etc.")
 (define-public tcpdump
   (package
     (name "tcpdump")
-    (version "4.99.1")
+    (version "4.99.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.tcpdump.org/release/tcpdump-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ghfs5gifzrk3813zf9zalfbjs70wg6llz6q31k180r7zf2nkcvr"))))
+                "1slzwjk5f8sygwxqci4vkbas0qqcgs5a0w3f8br6p7gjn8dj6ch2"))))
     (build-system gnu-build-system)
     (inputs (list libpcap openssl))
     (native-inputs (list perl))        ; for tests



reply via email to

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