guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libpng-1.2: Update to 1.2.57 [security update].


From: Leo Famulari
Subject: 01/01: gnu: libpng-1.2: Update to 1.2.57 [security update].
Date: Thu, 29 Dec 2016 18:41:50 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit fc604eda3da1fa5dcd895024c3830fe5d68ede9d
Author: Leo Famulari <address@hidden>
Date:   Thu Dec 29 13:39:11 2016 -0500

    gnu: libpng-1.2: Update to 1.2.57 [security update].
    
    * gnu/packages/image.scm (libpng-1.2): Update to 1.2.57.
    [replacement]: New field.
---
 gnu/packages/image.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 69eeaed..687596f 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -100,7 +100,8 @@ library.  It supports almost all PNG features and is 
extensible.")
 (define-public libpng-1.2
   (package
     (inherit libpng)
-    (version "1.2.56")
+    (replacement #f)
+    (version "1.2.57")
     (source
      (origin
        (method url-fetch)
@@ -111,7 +112,7 @@ library.  It supports almost all PNG features and is 
extensible.")
                    "ftp://ftp.simplesystems.org/pub/libpng/png/src";
                    "/libpng12/libpng-" version ".tar.xz")))
        (sha256
-        (base32 "1ghd03p353x0vi4dk83n1nlldg11w7vqdk3f99rkgfb82ic59ki4"))))))
+        (base32 "1n2lrzjkm5jhfg2bs10q398lkwbbx742fi27zgdgx0x23zhj0ihg"))))))
 
 (define-public libjpeg
   (package



reply via email to

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