diff options
author | obache <obache@pkgsrc.org> | 2008-09-03 09:29:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-09-03 09:29:22 +0000 |
commit | d3cdc3f30304a138dd3d95e3d4ffeece798d0c90 (patch) | |
tree | 833ffcfd020f9989a111858e5b40fff175e17189 /emulators/suse100_libpng/Makefile | |
parent | bfaa2bd5944dd5de830b6ea58fef599b6057bb60 (diff) | |
download | pkgsrc-d3cdc3f30304a138dd3d95e3d4ffeece798d0c90.tar.gz |
Bump suse100_libpng to 4.
Update libpng from 1.2.8-5.2 to 1.2.8-5.6.
5.4:
Applications using libpng can crash if libpng is ask to
process a grayscale image with a malformed (bad CRC) tRNS
chunk. (CVE-2007-2445)
5.6:
Description: Speciall crafted png files could crash applications when attempting
to open such a file (CVE-2007-5269).
Diffstat (limited to 'emulators/suse100_libpng/Makefile')
-rw-r--r-- | emulators/suse100_libpng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse100_libpng/Makefile b/emulators/suse100_libpng/Makefile index 601b447dfd1..87cfd7f21d0 100644 --- a/emulators/suse100_libpng/Makefile +++ b/emulators/suse100_libpng/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2007/07/29 05:18:52 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/09/03 09:29:22 obache Exp $ DISTNAME= suse_libpng-${SUSE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators -DISTFILES= libpng-1.2.8-5.2.${SUSE_ARCH}.rpm +DISTFILES= libpng-1.2.8-5.6.${SUSE_ARCH}.rpm MAINTAINER= tonio@NetBSD.org COMMENT= Linux compatibility package for PNG |