openbsd-ports/archivers/libzip/Makefile
sthen 7d45705a7c SECURITY update to libzip 0.10.1
CVE-2012-1162 heap overflow on corrupted zip files
CVE-2012-1163 integer overflow

more info at http://www.openwall.com/lists/oss-security/2012/03/21/2
2012-03-21 10:30:22 +00:00

27 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/03/21 10:30:22 sthen Exp $
COMMENT= library for reading, creating and modifying zip archives
DISTNAME= libzip-0.10.1
CATEGORIES= archivers
SHARED_LIBS += zip 0.0 # 1.0
HOMEPAGE= http://www.nih.at/libzip/
# BSD-3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
MASTER_SITES= ${HOMEPAGE}
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>