openbsd-ports/archivers/gcpio/Makefile
naddy a77479079d SECURITY update to 2.11 for CVE-2010-0624:
Heap-based buffer overflow allows remote rmt servers to cause a
denial of service (memory corruption) or possibly execute arbitrary
code by sending more data than was requested.

with jasper@
2010-04-05 16:58:59 +00:00

29 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.17 2010/04/05 16:58:59 naddy Exp $
COMMENT= GNU copy-in/out (cpio)
DISTNAME= cpio-2.11
PKGNAME= g${DISTNAME}
CATEGORIES= archivers
HOMEPAGE= http://www.gnu.org/software/cpio/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=cpio/}
MODULES= devel/gettext
WANTLIB= c
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --program-prefix="g" \
--disable-silent-rules \
--with-rmt=/etc/rmt
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
.include <bsd.port.mk>