[libpng16] Insist on autotools 1.12.1 for git builds because there are security

issues with 1.12 and insisting on anything less would allow 1.12 to be used.
This commit is contained in:
John Bowler 2012-08-09 22:57:35 -05:00 committed by Glenn Randers-Pehrson
parent 4430b91363
commit 8d3453a22d
3 changed files with 5 additions and 1 deletions

View File

@ -422,6 +422,8 @@ Version 1.6.0beta27 [August 10, 2012]
png_app_error(), which can be disabled in the app using
png_set_benign_errors(), and removes the spurious use of usr_channels
on the read side.
Insist on autotools 1.12.1 for git builds because there are security issues
with 1.12 and insisting on anything less would allow 1.12 to be used.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -4173,6 +4173,8 @@ Version 1.6.0beta27 [August 10, 2012]
png_app_error(), which can be disabled in the app using
png_set_benign_errors(), and removes the spurious use of usr_channels
on the read side.
Insist on autotools 1.12.1 for git builds because there are security issues
with 1.12 and insisting on anything less would allow 1.12 to be used.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -26,7 +26,7 @@ AC_CONFIG_MACRO_DIR([scripts])
# silent-rules requires automake 1.11 or later
# dist-xz requires automake 1.11 or later
# 1.11.1 fixes a security issue in 1.11
AM_INIT_AUTOMAKE([1.11.1 foreign dist-xz dist-bzip2 color-tests silent-rules])
AM_INIT_AUTOMAKE([1.12.2 foreign dist-xz dist-bzip2 color-tests silent-rules])
# was:
# AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE