[arch-commits] Commit in gd/trunk (PKGBUILD libpng14.patch)

Ionut Biru ibiru at archlinux.org
Wed Jan 20 12:09:47 UTC 2010


    Date: Wednesday, January 20, 2010 @ 07:09:47
  Author: ibiru
Revision: 64436

upgpkg: gd 2.0.36RC1-3
    bad patch for libpng

Modified:
  gd/trunk/PKGBUILD
  gd/trunk/libpng14.patch

----------------+
 PKGBUILD       |    4 ++--
 libpng14.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-20 12:07:23 UTC (rev 64435)
+++ PKGBUILD	2010-01-20 12:09:47 UTC (rev 64436)
@@ -3,7 +3,7 @@
 
 pkgname=gd
 pkgver=2.0.36RC1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for the dynamic creation of images by programmers"
 arch=('i686' 'x86_64')
 url="http://www.libgd.org/"
@@ -12,7 +12,7 @@
 options=('!libtool')
 source=(http://www.libgd.org/releases/${pkgname}-${pkgver}.tar.bz2 libpng14.patch)
 md5sums=('e876979ca3130623a4e7866d9579171a'
-         '7cfb63cdffcc5374b2bef1db685a81ba')
+         '7921556f4960e8d66cf4fb67ea7101b5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: libpng14.patch
===================================================================
--- libpng14.patch	2010-01-20 12:07:23 UTC (rev 64435)
+++ libpng14.patch	2010-01-20 12:09:47 UTC (rev 64436)
@@ -6,7 +6,7 @@
    }
  
 -	if (!png_check_sig (sig, 8)) { /* bad signature */
-+	if (!png_sig_cmp (sig, 0, 8)) { /* bad signature */
++	if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
      	return NULL;		/* bad signature */
  	}
  




More information about the arch-commits mailing list