d3cdc3f303
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).
14 lines
370 B
Makefile
14 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/09/03 09:29:22 obache Exp $
|
|
|
|
DISTNAME= suse_libpng-${SUSE_VERSION}
|
|
PKGREVISION= 4
|
|
CATEGORIES= emulators
|
|
DISTFILES= libpng-1.2.8-5.6.${SUSE_ARCH}.rpm
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
COMMENT= Linux compatibility package for PNG
|
|
|
|
EMUL_MODULES.linux= base
|
|
|
|
.include "../../emulators/suse100_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|