Date: Thursday, March 4, 2010 @ 23:20:08 Author: pierre Revision: 71181
upgpkg: libpng 1.4.1-1 upsteam update; fixes CVE-2010-0205 Modified: libpng/trunk/PKGBUILD Deleted: libpng/trunk/ChangeLog -----------+ ChangeLog | 71 ------------------------------------------------------------ PKGBUILD | 25 ++++++++++----------- 2 files changed, 12 insertions(+), 84 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2010-03-05 02:05:20 UTC (rev 71180) +++ ChangeLog 2010-03-05 04:20:08 UTC (rev 71181) @@ -1,71 +0,0 @@ - -2009-08-15 Douglas Soares de Andrade <[email protected]> - - * Updated to: 1.2.39 - -2009-07-19 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 1.2.38 - -2009-06-06 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 1.2.37 - -2009-05-08 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 1.2.36 - -2008-10-06 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 1.2.32 - -2008-08-23 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 1.2.31 - * Thanks to Hussam Al-Tayeb - -2008-08-17 Douglas Soares de Andrade <[email protected]> - - * Had to return to 1.2.29 because xul depends on - png with apng patch - -2008-08-17 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 1.2.30 - * Fixes some security issues - * Remove the apng patch as there was no compatible version - for this version - -2008-07-04 Douglas Soares de Andrade <[email protected]> - - * Updated for i686 - 1.2.29-1 - * Updated the apng patch for 1.2.29 - -2008-05-06 Travis Willard <[email protected]> - - * 1.2.28-1 - Upstream update - Uses same APNG patchset as 1.2.27 - -2008-05-01 Jan de Groot <[email protected]> - - * 1.2.27-1 - Upstream update (security update!) - Fix APNG patchset to apply to 1.2.27 - Fix build with newer libtool versions - -2008-03-12 Travis Willard <[email protected]> - - * 1.2.25-1 - Upstream update - -2008-02-18 Travis Willard <[email protected]> - - * 1.2.24-3 - Corrected ChangeLog - -2008-02-18 Travis Willard <[email protected]> - - * 1.2.24-2 - Added ChangeLog - Added APNG patchset from <http://littlesvr.ca/apng/> Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-05 02:05:20 UTC (rev 71180) +++ PKGBUILD 2010-03-05 04:20:08 UTC (rev 71181) @@ -1,32 +1,31 @@ # $Id$ -# Maintainer: dorphell <[email protected]> -# Maintainer: Travis Willard <[email protected]> -# Maintainer: Douglas Soares de Andrade <[email protected]> +# Contributor: dorphell <[email protected]> +# Contributor: Travis Willard <[email protected]> +# Contributor: Douglas Soares de Andrade <[email protected]> pkgname=libpng -pkgver=1.4.0 -pkgrel=2 +pkgver=1.4.1 +pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') url="http://www.libpng.org/pub/png/libpng.html" license=('custom') depends=('zlib') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 - http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz - libpng14-enable-read-dither.patch) -md5sums=('fd73b764e92c711c219d766d03889b64' '1a1a1ac18b7c4a23aa9b1441f2c0f2e9'\ +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz" + "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz" + 'libpng14-enable-read-dither.patch') +md5sums=('d4cb0236cce9ce8ff49a22994a01f9e0' + 'cdf7cde368a4e0de8d5400a99a79957f' 'd4696db4af61b175b705f51aeb9c8d7e') -sha1sums=('886d651394024b5cab7e9cb5afac41b391f1ccd2' '9c47d62e4ea6e774e008abf4cf8df3461b39fe5d'\ - 'ac26267be933abb0f5fbfe632bac22cc5ed4de49') build() { cd "${srcdir}/${pkgname}-${pkgver}" # Add animated PNG (apng) support - # see http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html + # see http://sourceforge.net/projects/libpng-apng/ patch -p1 -i "${srcdir}/libpng-${pkgver}-apng.patch" || return 1 - + # Enabling read dither support - needed for xfig and transfig patch -p1 -i "${srcdir}/libpng14-enable-read-dither.patch" || return 1 libtoolize --force --copy || return 1
