guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525].


From: Leo Famulari
Subject: 01/01: gnu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525].
Date: Sun, 29 May 2016 00:21:26 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit e00df583a232218803f19fa6dabff5f50d8e2599
Author: Leo Famulari <address@hidden>
Date:   Sat May 28 01:14:49 2016 -0400

    gnu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525].
    
    * gnu/packages/web.scm (libyaml): Update to 0.1.6.
---
 gnu/packages/web.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 36a61ac..03f15e8 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")



reply via email to

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