e0bc3e952e
PAM helper program. OpenPAM didn't check this, so it could be tricked into reading arbitrary config files, allowing privilege escalation. Standard squid installations don't install the PAM helper SUID, but depending on local needs, an administrator might choose to do so. approved by pkg maintainer bump PKGREV
23 lines
600 B
Makefile
23 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.16 2011/11/28 15:26:26 drochner Exp $
|
|
|
|
DISTNAME= squid-2.7.STABLE9
|
|
PKGREVISION= 2
|
|
|
|
PKGNAME= ${DISTNAME:S/STABLE//}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${SQUID_MASTER_SITES} \
|
|
http://www.squid-cache.org/Versions/v2/2.7/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://www.squid-cache.org/
|
|
COMMENT= Post-Harvest_cached WWW proxy cache and accelerator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= perl
|
|
GNU_CONFIGURE= yes
|
|
MESSAGE_SRC= ../squid/MESSAGE MESSAGE
|
|
|
|
.include "../../www/squid/Makefile.squid"
|
|
.include "../../www/squid/options.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|