Commit 4e62c1fa authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: update libpng to 1.6.8

See CVE-2013-6954
parent c2441322
a720e1b576958a445ccf301c3de2dbf1ea58590c23ec4edd76ee1d65ab611c941b82e173fbef1974c5efbe8bf31d8e800e34f37819d9f406db4ef704d12106df libpng-1.6.3.tar.xz 788da3ba1785fd9b9d1009f3b2dad5120ce330e0340b14057143957010b71920a0f524c9f77c877f359382f75f95542f6b71a81b6ee138b7b6ae1d11c318ebde libpng-1.6.8.tar.xz
diff -ur png/configure.ac png.new/configure.ac --- libpng-1.6.8/configure.ac.orig 2014-02-08 15:42:46.399091835 +0100
--- png/configure.ac 2013-07-18 03:03:02.000000000 +0300 +++ libpng-1.6.8/configure.ac 2014-02-08 15:47:42.684534041 +0100
+++ png.new/configure.ac 2013-08-08 19:20:12.459900241 +0300
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
# dist-xz requires automake 1.11 or later # dist-xz requires automake 1.11 or later
# 1.12.2 fixes a security issue in 1.11.2 and 1.12.1 # 1.12.2 fixes a security issue in 1.11.2 and 1.12.1
# 1.13 is required for parallel tests # 1.13 is required for parallel tests
-AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules]) -AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects])
+AM_INIT_AUTOMAKE([1.11 foreign dist-xz color-tests silent-rules]) +AM_INIT_AUTOMAKE([1.11 foreign dist-xz color-tests silent-rules subdir-objects])
# The following line causes --disable-maintainer-mode to be the default to # The following line causes --disable-maintainer-mode to be the default to
# configure, this is necessary because libpng distributions cannot rely on the # configure, this is necessary because libpng distributions cannot rely on the
# time stamps of the autotools generated files being correct # time stamps of the autotools generated files being correct
# PNG # PNG
PNG_VERSION := 1.6.3 PNG_VERSION := 1.6.8
PNG_URL := $(SF)/libpng/libpng16/$(PNG_VERSION)/libpng-$(PNG_VERSION).tar.xz PNG_URL := $(SF)/libpng/libpng16/$(PNG_VERSION)/libpng-$(PNG_VERSION).tar.xz
PKGS += png PKGS += png
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment