guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu: tcpdump: Update to 4.99.0 [security fixes].
Date: Wed, 3 Mar 2021 18:25:48 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 63ed56c3475e0932efea79b98b4160538d943011
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 4 00:21:35 2021 +0100

    gnu: tcpdump: Update to 4.99.0 [security fixes].
    
    * gnu/packages/admin.scm (tcpdump): Update to 4.99.0.
---
 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 e6248eb..c24e8d1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1226,14 +1226,14 @@ network statistics collection, security monitoring, 
network debugging, etc.")
 (define-public tcpdump
   (package
     (name "tcpdump")
-    (version "4.9.3")
+    (version "4.99.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.tcpdump.org/release/tcpdump-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0434vdcnbqaia672rggjzdn4bb8p8dchz559yiszzdk0sjrprm1c"))))
+                "0hmqh2fx8rgs9v1mk3vpywj61xvkifz260q685xllxr8jmxg3wlc"))))
     (build-system gnu-build-system)
     (inputs `(("libpcap" ,libpcap)
               ("openssl" ,openssl)))



reply via email to

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