sthen 82408b2659 update to libmspack 0.5alpha
null pointer dereference on a crafted CAB:
 - https://bugs.debian.org/774665

CHM decompression: division by zero
 - https://bugs.debian.org/774725

CHM decompression: pointer arithmetic overflow
 - https://bugs.debian.org/774726

off-by-one buffer over-read in mspack/mszipd.c
 - https://bugs.debian.org/775498

off-by-one buffer under-read in mspack/lzxd.c
 - https://bugs.debian.org/775499

CHM decompression: another pointer arithmetic overflow
 - https://bugs.debian.org/775687
2015-02-04 09:45:49 +00:00

21 lines
462 B
Makefile

# $OpenBSD: Makefile,v 1.13 2015/02/04 09:45:49 sthen Exp $
COMMENT= library for handling microsoft compression formats
DISTNAME= libmspack-0.5alpha
EPOCH= 0
SHARED_LIBS += mspack 3.0 # 1.0
CATEGORIES= archivers
HOMEPAGE= http://www.cabextract.org.uk/libmspack/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://www.cabextract.org.uk/libmspack/
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>