382d846391
cpio used a 0 umask when creating files using the -O (archive) or -F options, which created the files with mode 0666 and allowed local users to read or overwrite those files. (CAN-1999-1572)
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.9 2005/02/11 23:28:34 naddy Exp $
|
|
|
|
COMMENT= "GNU copy-in/out (cpio)"
|
|
|
|
DISTNAME= cpio-2.5
|
|
PKGNAME= g${DISTNAME}p0
|
|
CATEGORIES= archivers
|
|
|
|
# GPL/LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=cpio/}
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS= --program-prefix="g"
|
|
|
|
.include <bsd.port.mk>
|