summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-01-04 12:31:49 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-01-04 12:31:49 +1100
commit91be570eefd28a16bb184de82001a454fcef6a12 (patch)
treeb0eaceddc3ed274822e302eb8245d3a455734a73
parent021e8f38fce6e6367c5faff8a79c3507cb751778 (diff)
downloadcompat-32-91be570eefd28a16bb184de82001a454fcef6a12.tar.gz
compat-32-91be570eefd28a16bb184de82001a454fcef6a12.tar.xz
libpng-32: 1.6.26 -> 1.6.27
-rw-r--r--libpng-32/.footprint6
-rw-r--r--libpng-32/.md5sum4
-rw-r--r--libpng-32/Pkgfile2
-rw-r--r--libpng-32/libpng-apng.patch16
4 files changed, 14 insertions, 14 deletions
diff --git a/libpng-32/.footprint b/libpng-32/.footprint
index 9f98af6e..40212a58 100644
--- a/libpng-32/.footprint
+++ b/libpng-32/.footprint
@@ -5,9 +5,9 @@ lrwxrwxrwx root/root usr/lib32/libpng.la -> libpng16.la
lrwxrwxrwx root/root usr/lib32/libpng.so -> libpng16.so
-rw-r--r-- root/root usr/lib32/libpng16.a
-rwxr-xr-x root/root usr/lib32/libpng16.la
-lrwxrwxrwx root/root usr/lib32/libpng16.so -> libpng16.so.16.26.0
-lrwxrwxrwx root/root usr/lib32/libpng16.so.16 -> libpng16.so.16.26.0
--rwxr-xr-x root/root usr/lib32/libpng16.so.16.26.0
+lrwxrwxrwx root/root usr/lib32/libpng16.so -> libpng16.so.16.27.0
+lrwxrwxrwx root/root usr/lib32/libpng16.so.16 -> libpng16.so.16.27.0
+-rwxr-xr-x root/root usr/lib32/libpng16.so.16.27.0
drwxr-xr-x root/root usr/lib32/pkgconfig/
lrwxrwxrwx root/root usr/lib32/pkgconfig/libpng.pc -> libpng16.pc
-rw-r--r-- root/root usr/lib32/pkgconfig/libpng16.pc
diff --git a/libpng-32/.md5sum b/libpng-32/.md5sum
index 32dd94c6..87bcd77b 100644
--- a/libpng-32/.md5sum
+++ b/libpng-32/.md5sum
@@ -1,2 +1,2 @@
-faed9bb495d2e12dd0c9ec561ca60cd8 libpng-1.6.26.tar.xz
-ce372fe75b670f1f714ef5588f57e1a4 libpng-apng.patch
+90099cb7dfb36bf223f4791429d45c6a libpng-1.6.27.tar.xz
+493e3dfbf217a6fd8f3f4d9e4691bb9c libpng-apng.patch
diff --git a/libpng-32/Pkgfile b/libpng-32/Pkgfile
index e4b9c3dd..9bf5bd88 100644
--- a/libpng-32/Pkgfile
+++ b/libpng-32/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: zlib-32 libpng
name=libpng-32
-version=1.6.26
+version=1.6.27
release=1
source=(http://download.sourceforge.net/libpng/libpng-$version.tar.xz
libpng-apng.patch)
diff --git a/libpng-32/libpng-apng.patch b/libpng-32/libpng-apng.patch
index 58fdafd9..d1b18067 100644
--- a/libpng-32/libpng-apng.patch
+++ b/libpng-32/libpng-apng.patch
@@ -299,8 +299,8 @@ Index: png.c
#else
# ifdef __STDC__
return PNG_STRING_NEWLINE \
-- "libpng version 1.6.26 - October 20, 2016" PNG_STRING_NEWLINE \
-+ "libpng version 1.6.26+apng - October 20, 2016" PNG_STRING_NEWLINE \
+- "libpng version 1.6.27 - December 29, 2016" PNG_STRING_NEWLINE \
++ "libpng version 1.6.27+apng - December 29, 2016" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson" \
PNG_STRING_NEWLINE \
"Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
@@ -310,8 +310,8 @@ Index: png.c
+ "Portions Copyright (c) 2006-2007 Andrew Smith" PNG_STRING_NEWLINE \
+ "Portions Copyright (c) 2008-2016 Max Stepin" PNG_STRING_NEWLINE ;
# else
-- return "libpng version 1.6.26 - October 20, 2016\
-+ return "libpng version 1.6.26+apng - October 20, 2016\
+- return "libpng version 1.6.27 - December 29, 2016\
++ return "libpng version 1.6.27+apng - December 29, 2016\
Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
- Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";
@@ -342,11 +342,11 @@ Index: png.h
*/
/* Version information for png.h - this should match the version in png.c */
--#define PNG_LIBPNG_VER_STRING "1.6.26"
--#define PNG_HEADER_VERSION_STRING " libpng version 1.6.26 - October 20, 2016\n"
-+#define PNG_LIBPNG_VER_STRING "1.6.26+apng"
+-#define PNG_LIBPNG_VER_STRING "1.6.27"
+-#define PNG_HEADER_VERSION_STRING " libpng version 1.6.27 - December 29, 2016\n"
++#define PNG_LIBPNG_VER_STRING "1.6.27+apng"
+#define PNG_HEADER_VERSION_STRING \
-+ " libpng version 1.6.26+apng - October 20, 2016\n"
++ " libpng version 1.6.27+apng - December 29, 2016\n"
#define PNG_LIBPNG_VER_SONUM 16
#define PNG_LIBPNG_VER_DLLNUM 16

Generated by cgit