update to 1.2.33, which fixes a minor memory leak

This commit is contained in:
naddy 2008-12-02 16:45:59 +00:00
parent d5c187dbe5
commit 66e463990e
4 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.69 2008/09/28 14:43:22 naddy Exp $
# $OpenBSD: Makefile,v 1.70 2008/12/02 16:45:59 naddy Exp $
COMMENT= library for manipulating PNG images
VERSION= 1.2.32
VERSION= 1.2.33
DISTNAME= libpng-${VERSION}
PKGNAME= png-${VERSION}
SHARED_LIBS= png 8.0

View File

@ -1,5 +1,5 @@
MD5 (libpng-1.2.32.tar.gz) = C+3kYM0/1bhO2IHVK5r9WA==
RMD160 (libpng-1.2.32.tar.gz) = G9Dm51ePIX8mcH9tMUaYjdqf2hA=
SHA1 (libpng-1.2.32.tar.gz) = B1EZM8tMB0zNjYgf9jTfVKtJuKY=
SHA256 (libpng-1.2.32.tar.gz) = 9J5oo9l0nsDSy88/3kBU/2Ti96qhX8yPBFuPYHtknz0=
SIZE (libpng-1.2.32.tar.gz) = 792846
MD5 (libpng-1.2.33.tar.gz) = OLF0oO73J+rMw+WjywO4Xw==
RMD160 (libpng-1.2.33.tar.gz) = CQXUqxSzfpfJPJ0c1kvNgStzjzc=
SHA1 (libpng-1.2.33.tar.gz) = Xj/YLe66xgGr0cUPrJlmHFDI73s=
SHA256 (libpng-1.2.33.tar.gz) = wN2N85ERb5EN2K52O2xonmTXQwWxWXP31VzxKVillSQ=
SIZE (libpng-1.2.33.tar.gz) = 800321

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-scripts_libpng_pc_in,v 1.12 2008/09/28 14:43:22 naddy Exp $
$OpenBSD: patch-scripts_libpng_pc_in,v 1.13 2008/12/02 16:45:59 naddy Exp $
--- scripts/libpng.pc.in.orig Sat Sep 8 05:23:01 2007
+++ scripts/libpng.pc.in Wed Oct 3 17:20:11 2007
@@ -1,10 +1,10 @@
@ -10,7 +10,7 @@ $OpenBSD: patch-scripts_libpng_pc_in,v 1.12 2008/09/28 14:43:22 naddy Exp $
Name: libpng
Description: Loads and saves PNG files
Version: 1.2.32
Version: 1.2.33
-Libs: -L${libdir} -lpng12
+Libs: -L${libdir} -lpng -lz -lm
Cflags: -I${includedir}

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-scripts_makefile_openbsd,v 1.25 2008/09/28 14:43:22 naddy Exp $
$OpenBSD: patch-scripts_makefile_openbsd,v 1.26 2008/12/02 16:45:59 naddy Exp $
--- scripts/makefile.openbsd.orig Sat Sep 8 05:23:02 2007
+++ scripts/makefile.openbsd Wed Oct 3 17:20:11 2007
@@ -4,11 +4,12 @@
@ -12,7 +12,7 @@ $OpenBSD: patch-scripts_makefile_openbsd,v 1.25 2008/09/28 14:43:22 naddy Exp $
+DOCDIR= ${PREFIX}/share/doc/png
-SHLIB_MAJOR= 0
-SHLIB_MINOR= 1.2.32
-SHLIB_MINOR= 1.2.33
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \
@ -25,7 +25,7 @@ $OpenBSD: patch-scripts_makefile_openbsd,v 1.25 2008/09/28 14:43:22 naddy Exp $
MAN= libpng.3 libpngpf.3 png.5
-DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO libpng.txt
+DOCS = libpng-1.2.32.txt
+DOCS = libpng-1.2.33.txt
+all: ${_LIBS} libpng-config libpng.pc
+