summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-05-28 01:14:49 -0400
committerLeo Famulari <leo@famulari.name>2016-05-28 20:21:12 -0400
commite00df583a232218803f19fa6dabff5f50d8e2599 (patch)
treee1802f62a6e005319e4eb11b0235826e83118d76
parenta535e1222665f3fe5e195573649b7000e8bc9d34 (diff)
downloadguix-e00df583a232218803f19fa6dabff5f50d8e2599.tar.gz
gnu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525].
* gnu/packages/web.scm (libyaml): Update to 0.1.6.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 36a61acfdf..03f15e8bf4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -604,7 +604,7 @@ of people.")
 (define-public libyaml
   (package
     (name "libyaml")
-    (version "0.1.5")
+    (version "0.1.6")
     (source
      (origin
        (method url-fetch)
@@ -613,7 +613,7 @@ of people.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1vrv5ly58bkmcyc049ad180f2m8iav6l9h3v8l2fqdmrny7yx1zs"))))
+         "0j9731s5zjb8mjx7wzf6vh7bsqi38ay564x6s9nri2nh9cdrg9kx"))))
     (build-system gnu-build-system)
     (home-page "http://pyyaml.org/wiki/LibYAML")
     (synopsis "YAML 1.1 parser and emitter written in C")