[arch-commits] Commit in libpng/repos (3 files)

Douglas Soares de Andrade douglas at archlinux.org
Sun Aug 17 07:23:18 UTC 2008


    Date: Sunday, August 17, 2008 @ 03:23:18
  Author: douglas
Revision: 9432

Merged revisions 4177-9431 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/libpng/trunk

........
  r9431 | douglas | 2008-08-17 04:22:36 -0300 (Dom, 17 Ago 2008) | 2 lines
  
  upgpkg: libpng 1.2.30-1
      Updated for i686: 1.2.30
........

Modified:
  libpng/repos/extra-i686/	(properties)
  libpng/repos/extra-i686/ChangeLog
  libpng/repos/extra-i686/PKGBUILD

-----------+
 ChangeLog |    7 +++++++
 PKGBUILD  |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)


Property changes on: libpng/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /libpng/trunk:1-4176
   + /libpng/trunk:1-9431

Modified: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2008-08-17 07:22:36 UTC (rev 9431)
+++ extra-i686/ChangeLog	2008-08-17 07:23:18 UTC (rev 9432)
@@ -1,4 +1,11 @@
 
+2008-08-17  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* 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  <douglas at archlinux.org>
 
 	* Updated for i686 - 1.2.29-1

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-08-17 07:22:36 UTC (rev 9431)
+++ extra-i686/PKGBUILD	2008-08-17 07:23:18 UTC (rev 9432)
@@ -4,7 +4,7 @@
 # Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=libpng
-pkgver=1.2.29
+pkgver=1.2.30
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
@@ -16,14 +16,14 @@
 	    ${pkgname}-${pkgver}-apng.patch )
 options=('!libtool')
 
-md5sums=('f588cb4ee39e3a333604096f937ea157'
+md5sums=('2e42cc17231231bdc9be8c5928535c8a'
          '8aa74a2912d68d0f9351f3bd137ab05d')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
   # Add animated PNG (apng) support
-  patch -Np1 -i $startdir/src/${pkgname}-${pkgver}-apng.patch || return 1
+  # patch -Np1 -i $startdir/src/${pkgname}-${pkgver}-apng.patch || return 1
 
   libtoolize --force --copy || return 1
   aclocal || return 1




More information about the arch-commits mailing list