summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-11-06 21:30:20 +0000
committerfredb <fredb@pkgsrc.org>2002-11-06 21:30:20 +0000
commit5c5c4303d636bff227ec02483cac8e2c270bb4d6 (patch)
tree1b50a000cb0f63a3d11ba3588484a076ddf65a62 /graphics/png
parent35467111918bb601e14e44237f15eb7043db49bd (diff)
downloadpkgsrc-5c5c4303d636bff227ec02483cac8e2c270bb4d6.tar.gz
Update to png 1.2.5:
* Changed png_error() to png_warning() about "Too much data" in pngpread.c and about "Extra compressed data" in pngrutil.c. * Prevent png_ptr->pass from exceeding 7 in png_push_finish_row(). * Updated png.c and pnggccrd.c handling of return from png_mmx_support() [Doesn't apply to the package.] * Only issue png_warning() about "Too much data" in pngpread.c when avail_in is nonzero. * Relocated two misplaced PNGAPI lines in pngtest.c Update submitted by Stefan Krüger in PR/18926.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/png/distinfo8
-rw-r--r--graphics/png/patches/patch-ab12
3 files changed, 11 insertions, 13 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 255edc69a49..ccdb7128913 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2002/08/25 18:39:20 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2002/11/06 21:30:20 fredb Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
-DISTNAME= libpng-1.2.4
+DISTNAME= libpng-1.2.5
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index 639a740655b..e9f789e66b6 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2002/08/25 18:39:22 jlam Exp $
+$NetBSD: distinfo,v 1.11 2002/11/06 21:30:20 fredb Exp $
-SHA1 (libpng-1.2.4.tar.bz2) = c9aec320e4fdb178d6d918ba30258a0480cbe074
-Size (libpng-1.2.4.tar.bz2) = 390161 bytes
+SHA1 (libpng-1.2.5.tar.bz2) = 6752eaf1a604edbbb0149b781155ef9cb47d80c3
+Size (libpng-1.2.5.tar.bz2) = 378030 bytes
SHA1 (patch-aa) = 6cc8354eccd61a4355d64ca456dc950f379701ad
-SHA1 (patch-ab) = 38db834829b3aeb39a13152245d9a0ec673c4f47
+SHA1 (patch-ab) = be7dc4a3e21c0056a913c5f1488528558024e6ea
diff --git a/graphics/png/patches/patch-ab b/graphics/png/patches/patch-ab
index 8a938890726..bc148e8239f 100644
--- a/graphics/png/patches/patch-ab
+++ b/graphics/png/patches/patch-ab
@@ -1,8 +1,6 @@
-$NetBSD: patch-ab,v 1.4 2002/08/25 18:39:22 jlam Exp $
-
---- pngtest.c.orig Wed Dec 12 23:37:22 2001
-+++ pngtest.c Fri Jul 19 03:18:50 2002
-@@ -543,7 +543,7 @@
+--- pngtest.c.orig Thu Oct 3 13:32:30 2002
++++ pngtest.c Mon Nov 4 14:44:39 2002
+@@ -567,7 +567,7 @@
}
if (pinfo->next == NULL)
{
@@ -11,7 +9,7 @@ $NetBSD: patch-ab,v 1.4 2002/08/25 18:39:22 jlam Exp $
break;
}
ppinfo = &pinfo->next;
-@@ -1396,8 +1396,8 @@
+@@ -1422,8 +1422,8 @@
current_allocation);
while (pinfo != NULL)
{
@@ -22,7 +20,7 @@ $NetBSD: patch-ab,v 1.4 2002/08/25 18:39:22 jlam Exp $
pinfo = pinfo->next;
}
}
-@@ -1471,8 +1471,8 @@
+@@ -1497,8 +1497,8 @@
current_allocation);
while (pinfo != NULL)
{