dd3584d233
CVE-2007-0855: Stack-based buffer overflow allows user-assisted remote attackers to execute arbitrary code via a crafted, password-protected archive. "go, go, go, get it in" naddy@, ok MAINTAINER
36 lines
783 B
Makefile
36 lines
783 B
Makefile
# $OpenBSD: Makefile,v 1.32 2007/02/22 19:08:02 jasper Exp $
|
|
|
|
COMMENT= "extract, list, and test RAR archives"
|
|
|
|
DISTNAME= unrarsrc-3.7.3
|
|
PKGNAME= unrar-3.73
|
|
CATEGORIES= archivers
|
|
|
|
HOMEPAGE= http://www.rarlab.com/
|
|
|
|
MAINTAINER= Rui Reis <rui@rui.cx>
|
|
|
|
# Restrictive
|
|
PERMIT_PACKAGE_CDROM= "no fee"
|
|
PERMIT_PACKAGE_FTP= "may not modify"
|
|
PERMIT_DISTFILES_CDROM= "no fee"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m stdc++
|
|
|
|
MASTER_SITES= ${HOMEPAGE}rar/
|
|
|
|
WRKDIST= ${WRKDIR}/unrar
|
|
|
|
MAKE_FILE= makefile.unix
|
|
MAKE_FLAGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/unrar ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
|
|
${INSTALL_MAN} ${WRKSRC}/readme.txt ${WRKSRC}/license.txt \
|
|
${PREFIX}/share/doc/unrar
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|