[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: libpng: Remove graft for 1.6.37.
From: |
guix-commits |
Subject: |
06/17: gnu: libpng: Remove graft for 1.6.37. |
Date: |
Wed, 1 May 2019 18:40:33 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 8b5b3acab3c98bf58e14fc55399a8b3a098094ef
Author: Marius Bakke <address@hidden>
Date: Wed May 1 22:39:23 2019 +0200
gnu: libpng: Remove graft for 1.6.37.
* gnu/packages/image.scm (libpng): Update to 1.6.37.
[replacement]: Remove field.
(libpng-1.6.37): Remove variable.
---
gnu/packages/image.scm | 24 ++----------------------
1 file changed, 2 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 9adbf78..10c2f82 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -86,8 +86,7 @@
(define-public libpng
(package
(name "libpng")
- (version "1.6.36")
- (replacement libpng-1.6.37)
+ (version "1.6.37")
(source (origin
(method url-fetch)
(uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
@@ -100,7 +99,7 @@
"/libpng16/libpng-" version ".tar.xz")))
(sha256
(base32
- "06d35a3xz2a0kph82r56hqm1fn8fbwrqs07xzmr93dx63x695szc"))))
+ "1jl8in381z0128vgxnvn33nln6hzckl7l7j9nqvkaf1m9n1p0pjh"))))
(build-system gnu-build-system)
;; libpng.la says "-lz", so propagate it.
@@ -113,25 +112,6 @@ library. It supports almost all PNG features and is
extensible.")
(license license:zlib)
(home-page "http://www.libpng.org/pub/png/libpng.html")))
-;; This graft exists to fix CVE-2018-14048, CVE-2018-14550, and CVE-2019-7317.
-(define-public libpng-1.6.37
- (package
- (inherit libpng)
- (version "1.6.37")
- (source (origin
- (method url-fetch)
- (uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
- version "/libpng-" version ".tar.xz")
- (string-append
- "ftp://ftp.simplesystems.org/pub/libpng/png/src"
- "/libpng16/libpng-" version ".tar.xz")
- (string-append
-
"ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
- "/libpng16/libpng-" version ".tar.xz")))
- (sha256
- (base32
- "1jl8in381z0128vgxnvn33nln6hzckl7l7j9nqvkaf1m9n1p0pjh"))))))
-
;; libpng-apng should be updated when the APNG patch is released:
;; <https://bugs.gnu.org/27556>
(define-public libpng-apng
- branch core-updates updated (2ca3fdc -> 123bba7), guix-commits, 2019/05/01
- 05/17: gnu: openjpeg: Don't build 'libopenjp2.a'., guix-commits, 2019/05/01
- 04/17: gnu: openjpeg: Incorporate grafted changes., guix-commits, 2019/05/01
- 09/17: gnu: jemalloc: Update to 5.2.0., guix-commits, 2019/05/01
- 07/17: gnu: curl: Update to 7.64.1., guix-commits, 2019/05/01
- 03/17: gnu: lcms: Incorporate grafted changes., guix-commits, 2019/05/01
- 06/17: gnu: libpng: Remove graft for 1.6.37.,
guix-commits <=
- 15/17: gnu: boost: Update to 1.70.0., guix-commits, 2019/05/01
- 11/17: gnu: python: Update to 3.7.3., guix-commits, 2019/05/01
- 17/17: gnu: python-hypothesis: Update to 4.18.3., guix-commits, 2019/05/01
- 08/17: gnu: harfbuzz: Update to 2.4.0., guix-commits, 2019/05/01
- 13/17: gnu: util-linux: Update to 2.33.2., guix-commits, 2019/05/01
- 10/17: gnu: python-more-itertools: Update to 7.0.0., guix-commits, 2019/05/01
- 12/17: gnu: pixman: Update to 0.38.4., guix-commits, 2019/05/01
- 14/17: gnu: libuv: Update to 1.28.0., guix-commits, 2019/05/01
- 16/17: gnu: python-pytest: Update to 4.4.1., guix-commits, 2019/05/01
- 01/17: Merge branch 'master' into core-updates, guix-commits, 2019/05/01