guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libpng: Update to 1.5.24 [fixes CVE-2015-8126].


From: Mark H. Weaver
Subject: 01/03: gnu: libpng: Update to 1.5.24 [fixes CVE-2015-8126].
Date: Sun, 15 Nov 2015 19:51:18 +0000

mhw pushed a commit to branch security-updates
in repository guix.

commit 06e797f14071a933f339698826ab9e42adc0681d
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 15 13:16:18 2015 -0500

    gnu: libpng: Update to 1.5.24 [fixes CVE-2015-8126].
    
    * gnu/packages/image.scm (libpng): Update to 1.5.24.
---
 gnu/packages/image.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index bde327c..c02b75d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -49,7 +49,7 @@
 (define-public libpng
   (package
    (name "libpng")
-   (version "1.5.21")
+   (version "1.5.24")
    (source (origin
             (method url-fetch)
 
@@ -60,7 +60,7 @@
                         "ftp://ftp.simplesystems.org/pub/libpng/png/src";
                         "/libpng15/libpng-" version ".tar.xz")))
             (sha256
-             (base32 "19yvzw6sf9gf7v25ha9bla8bw1nijh82wj8ag6brjj3hpij1q5dm"))))
+             (base32 "1qhvfk1ypsaf6q6xkspyqqzmghpbahhq54ms8fa5ssqkyds38bmr"))))
    (build-system gnu-build-system)
 
    ;; libpng.la says "-lz", so propagate it.



reply via email to

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