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.0.4 [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: wireshark: Update to 2.0.4 [security fixes].
Date: Sun, 12 Jun 2016 00:02:14 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 1d4f0994f255ff7adc558a5d6f653d1551bf91a9
Author: Leo Famulari <address@hidden>
Date:   Sat Jun 11 19:45:09 2016 -0400

    gnu: wireshark: Update to 2.0.4 [security fixes].
    
    Fixes CVE-2016-{5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359}.
    
    * gnu/packages/networking.scm (wireshark): Update to 2.0.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 d0062a6..72c6011 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -328,7 +328,7 @@ and up to 1 Mbit/s downstream.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.0.3")
+    (version "2.0.4")
     (synopsis "Network traffic analyzer")
     (source
      (origin
@@ -337,7 +337,7 @@ and up to 1 Mbit/s downstream.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "1z358k65frp9m0l07cppwxhvbcp1w9ya5sml87pzs8gyfmp3g5p1"))))
+         "19g11m8m8qd7dkcvcb27lyppklg608d9ap7wr3mr88clm4nwiacy"))))
     (build-system glib-or-gtk-build-system)
     (inputs `(("bison" ,bison)
               ("c-ares" ,c-ares)



reply via email to

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