diff options
author | fredb <fredb@pkgsrc.org> | 2002-11-06 21:30:20 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-11-06 21:30:20 +0000 |
commit | 5c5c4303d636bff227ec02483cac8e2c270bb4d6 (patch) | |
tree | 1b50a000cb0f63a3d11ba3588484a076ddf65a62 /graphics/png/Makefile | |
parent | 35467111918bb601e14e44237f15eb7043db49bd (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} \ |