summaryrefslogtreecommitdiff
path: root/graphics/png/patches
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/patches
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/patches')
-rw-r--r--graphics/png/patches/patch-ab12
1 files changed, 5 insertions, 7 deletions
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)
{