guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Wireshark: Update to 2.6.3 [fixes CVE-2018-{14994, 16056, 1


From: Leo Famulari
Subject: 01/01: gnu: Wireshark: Update to 2.6.3 [fixes CVE-2018-{14994, 16056, 16057, 16058}].
Date: Thu, 6 Sep 2018 17:05:50 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 91cc2a38ded0f9a637c37d83d72fa514a13fe6bd
Author: Leo Famulari <address@hidden>
Date:   Thu Sep 6 16:46:08 2018 -0400

    gnu: Wireshark: Update to 2.6.3 [fixes CVE-2018-{14994,16056,16057,16058}].
    
    * gnu/packages/networking.scm (wireshark): Update to 2.6.3.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 61c0ad7..acf523d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -580,7 +580,7 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.6.2")
+    (version "2.6.3")
     (source
      (origin
        (method url-fetch)
@@ -588,7 +588,7 @@ of the same name.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "153h6prxamv5a62f3pfadkry0y57696xrgxfy2gfy5xswdg8kcj9"))))
+         "1v538h02y8avwy3cr11xz6wkyf9xd8qva4ng4sl9f2fw4skahn6i"))))
     (build-system gnu-build-system)
     (inputs `(("c-ares" ,c-ares)
               ("glib" ,glib)



reply via email to

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