diff options
author | Leo Famulari <leo@famulari.name> | 2016-01-29 01:01:20 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-04 00:15:21 -0500 |
commit | 202e2e412a7f0c1d337ea3e8cd16d51f03de9d57 (patch) | |
tree | 68ee1ef31b0165517ecb1de6e80229cdc383566b /gnu/packages/gtk.scm | |
parent | 5fb205c63854207a9216c6ffb9026ebb2734143f (diff) | |
download | patches-202e2e412a7f0c1d337ea3e8cd16d51f03de9d57.tar patches-202e2e412a7f0c1d337ea3e8cd16d51f03de9d57.tar.gz |
gnu: harfbuzz: Update to 1.0.6 [fixes CVE-2016-2052].
* gnu/packages/gtk.scm (harfbuzz): Update to 1.0.6.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | 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 916873b356..3f92d0a88e 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 |