pkgsrc/archivers/arc/Makefile
salo 24b3135d2d Security fix for CAN-2005-2945 and CAN-2005-2992:
"arc 5.21j and earlier create temporary files with world-readable permissions,
which allows local users to read sensitive information from files created by
arc or marc."

http://www.zataz.net/adviso/arc-09052005.txt
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2945

Patch from Debian.
2005-10-06 14:23:39 +00:00

28 lines
734 B
Makefile

# $NetBSD: Makefile,v 1.24 2005/10/06 14:23:39 salo Exp $
DISTNAME= arc521e.pl8
PKGNAME= arc-5.21e
PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tar.Z
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Create & extract files from DOS .ARC files
RESTRICTED= "Do not modify. Do not charge for redistribution"
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arc ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/marc ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/arc.1 ${PREFIX}/man/man1/
.include "../../mk/bsd.pkg.mk"