guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: gtk-vnc: Update to 0.7.0 [fixes CVE-2017-{5884, 5885}].


From: Marius Bakke
Subject: 05/05: gnu: gtk-vnc: Update to 0.7.0 [fixes CVE-2017-{5884, 5885}].
Date: Sat, 11 Feb 2017 14:13:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 26653538c923a1047dddb7a908d3488feb11808f
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 11 19:38:23 2017 +0100

    gnu: gtk-vnc: Update to 0.7.0 [fixes CVE-2017-{5884,5885}].
    
    * gnu/packages/gnome.scm (gtk-vnc): Update to 0.7.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8c099ee..dd1a6d6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5036,7 +5036,7 @@ like switching to windows and launching applications.")
 (define-public gtk-vnc
   (package
     (name "gtk-vnc")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
@@ -5045,7 +5045,7 @@ like switching to windows and launching applications.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0cq42dghjp4bhsxlj9hd2nz5s5rhd53fx7snmq6i6kg60n438ncm"))))
+         "0gj8dpy3sj4dp810gy67spzh5f0jd8aqg69clcwqjcskj1yawbiw"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-gtk=3.0")))



reply via email to

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