guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: harfbuzz: Update to 1.0.6 [fixes CVE-2016-2052].


From: Mark H. Weaver
Subject: 04/04: gnu: harfbuzz: Update to 1.0.6 [fixes CVE-2016-2052].
Date: Thu, 04 Feb 2016 05:15:33 +0000

mhw pushed a commit to branch master
in repository guix.

commit 202e2e412a7f0c1d337ea3e8cd16d51f03de9d57
Author: Leo Famulari <address@hidden>
Date:   Fri Jan 29 01:01:20 2016 -0500

    gnu: harfbuzz: Update to 1.0.6 [fixes CVE-2016-2052].
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.0.6.
---
 gnu/packages/gtk.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 916873b..3f92d0a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -145,7 +145,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.0.5")
+   (version "1.0.6")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://www.freedesktop.org/software/";
@@ -153,7 +153,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0h2l362qzkck5dnnj7zlz593hf1ni3k25dfaii9mbjwflp3d56ad"))))
+               "09ivk5m4y09ar4zi9r6db7gp234cy05h0ach7w22g9kqvkxsf5pn"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "bin")) ; 160K, only hb-view depend on cairo



reply via email to

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