[libpng15] Update to libpng 1.5.19 for minor bug fixes (#1132842)

Petr Hracek phracek at fedoraproject.org
Mon Sep 15 10:19:56 UTC 2014


commit 30317a5172c28aeb939fb7c23fdeebe288e2cbff
Author: Petr Hracek <phracek at redhat.com>
Date:   Mon Sep 15 12:19:19 2014 +0200

    Update to libpng 1.5.19 for minor bug fixes (#1132842)

 .gitignore                   |    1 +
 libpng15-CVE-2013-6954.patch |   14 --------------
 libpng15.spec                |    7 +++++--
 sources                      |    2 +-
 4 files changed, 7 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8e1c83..e210fea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /libpng-1.5.16.tar.bz2
 /libpng-1.5.17.tar.bz2
 /libpng-1.5.18.tar.bz2
+/libpng-1.5.19.tar.bz2
diff --git a/libpng15-CVE-2013-6954.patch b/libpng15-CVE-2013-6954.patch
index 9619d8a..43a1d46 100644
--- a/libpng15-CVE-2013-6954.patch
+++ b/libpng15-CVE-2013-6954.patch
@@ -1,17 +1,3 @@
-diff --git a/pngrtran.c b/pngrtran.c
-index 5673193..04eecee 100644
---- a/pngrtran.c
-+++ b/pngrtran.c
-@@ -1900,6 +1900,9 @@ png_read_transform_info(png_structp png_ptr, png_infop info_ptr)
- 
-          info_ptr->bit_depth = 8;
-          info_ptr->num_trans = 0;
-+
-+         if (png_ptr->palette == NULL)
-+            png_error (png_ptr, "Palette is NULL in indexed image");
-       }
-       else
-       {
 diff --git a/pngset.c b/pngset.c
 index 4177e62..3876103 100644
 --- a/pngset.c
diff --git a/libpng15.spec b/libpng15.spec
index 1a51681..16db6da 100644
--- a/libpng15.spec
+++ b/libpng15.spec
@@ -1,7 +1,7 @@
 Summary: Old version of libpng, needed to run old binaries
 Name: libpng15
-Version: 1.5.18
-Release: 3%{?dist}
+Version: 1.5.19
+Release: 1%{?dist}
 License: zlib
 Group: System Environment/Libraries
 URL: http://www.libpng.org/pub/png/
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT%{_bindir}/*
 %{_libdir}/libpng15.so.*
 
 %changelog
+* Mon Sep 15 2014 Petr Hracek <phracek at redhat.com> - 1.5.19-1
+- Update to libpng 1.5.19 for minor bug fixes (#1132842)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.18-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 5421b1d..562b2f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ee5679c3b67905a4edb11c0cf876b9c  libpng-1.5.18.tar.bz2
+44c53b48d5fc8356aac5b55cf154680b  libpng-1.5.19.tar.bz2


More information about the scm-commits mailing list