diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-03 23:19:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-03 23:19:25 +0000 |
commit | f0aca6ea72475c7b257d3743922b47f0836eaa05 (patch) | |
tree | b142a7841a2add399962ede9fba9e83c7e9acafa /graphics | |
parent | 68094fb5d5d13edcf1235f31e050ba24f4f79b21 (diff) | |
download | pkgsrc-f0aca6ea72475c7b257d3743922b47f0836eaa05.tar.gz |
Update to 1.0.12. Extract of changes since 1.0.11:
. Added some never-to-be-executed code in pnggccrd.c to quiet compiler
warnings.
. Added a check for attempts to read or write PLTE in grayscale PNG
datastreams.
. Eliminated the png_error about apps using png_read|write_init(). Instead,
libpng will reallocate the png_struct and info_struct if they are too small.
This achieves future binary compatibility for old applications written for
libpng-0.88 and earlier. Expanded the warnings about incompatible library
and application.
. Modified png_create_struct so it passes user mem_ptr to user memory
allocator.
. Check for missing profile length field in iCCP chunk and free the chunk_data
in case of truncated iCCP chunk.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 | ||||
-rw-r--r-- | graphics/png/patches/patch-aa | 4 | ||||
-rw-r--r-- | graphics/png/pkg/PLIST | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 062f947d370..be043f3f206 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2001/07/14 03:16:50 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2001/08/03 23:19:25 wiz Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). -DISTNAME= libpng-1.0.11 +DISTNAME= libpng-1.0.12 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index fa237b5baee..4e718271f55 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2001/05/28 02:41:54 jlam Exp $ +$NetBSD: distinfo,v 1.5 2001/08/03 23:19:25 wiz Exp $ -SHA1 (libpng-1.0.11.tar.gz) = 4064bebe256b1b0b5092162c74287b5a2d5a6166 -Size (libpng-1.0.11.tar.gz) = 529290 bytes -SHA1 (patch-aa) = d363c81a720831a8ff9e4e23457ec55a36ed045e +SHA1 (libpng-1.0.12.tar.gz) = 1ee0ca508a0f6bd4de3b121dd89d026456b06540 +Size (libpng-1.0.12.tar.gz) = 481387 bytes +SHA1 (patch-aa) = 1613f76594ed33705c7ba2e8e517bbd77ad034ba diff --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa index 47e4bae1cab..b1aec12c96c 100644 --- a/graphics/png/patches/patch-aa +++ b/graphics/png/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.16 2001/05/28 02:41:55 jlam Exp $ +$NetBSD: patch-aa,v 1.17 2001/08/03 23:19:26 wiz Exp $ --- scripts/makefile.std.orig Fri Jan 5 19:25:50 2001 +++ scripts/makefile.std Sun May 27 22:36:02 2001 @@ -35,7 +35,7 @@ $NetBSD: patch-aa,v 1.16 2001/05/28 02:41:55 jlam Exp $ - ar rc $@ $(OBJS) - $(RANLIB) $@ +libpng.la: $(OBJS) -+ ${LIBTOOL} --mode=link $(REALCC) -o $@ ${OBJS:.o=.lo} -rpath ${PREFIX}/lib ${LDFLAGS} -lz -lm -version-info 2:0 ++ ${LIBTOOL} --mode=link $(REALCC) -o $@ ${OBJS:.o=.lo} -rpath ${PREFIX}/lib ${LDFLAGS} -lz -lm -version-info 2:1 -pngtest: pngtest.o libpng.a - $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST index 2dee24af3a3..ee5ab743bd1 100644 --- a/graphics/png/pkg/PLIST +++ b/graphics/png/pkg/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.16 2001/05/21 21:39:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2001/08/03 23:19:26 wiz Exp $ include/png.h include/pngconf.h lib/libpng.a lib/libpng.la lib/libpng.so lib/libpng.so.2 -lib/libpng.so.2.0 +lib/libpng.so.2.1 man/man3/libpng.3 man/man3/libpngpf.3 man/man5/png.5 |