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.4 [fixes CVE-2018-{12086, 18225, 1


From: Leo Famulari
Subject: 01/01: gnu: Wireshark: Update to 2.6.4 [fixes CVE-2018-{12086, 18225, 18226, 18227}].
Date: Fri, 12 Oct 2018 22:33:28 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a60e868629cbc471a2d511aa8f1bcbbd18caea8f
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 12 22:16:54 2018 -0400

    gnu: Wireshark: Update to 2.6.4 [fixes CVE-2018-{12086,18225,18226,18227}].
    
    * gnu/packages/networking.scm (wireshark): Update to 2.6.4.
---
 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 e3486ff..5a0c464 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -581,7 +581,7 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.6.3")
+    (version "2.6.4")
     (source
      (origin
        (method url-fetch)
@@ -589,7 +589,7 @@ of the same name.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "1v538h02y8avwy3cr11xz6wkyf9xd8qva4ng4sl9f2fw4skahn6i"))))
+         "0qf81dk726sdsmjqa9nd251j1cwvzkyb4hrlp6w4iwa3cdz00sx0"))))
     (build-system gnu-build-system)
     (inputs `(("c-ares" ,c-ares)
               ("glib" ,glib)



reply via email to

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