c2f538f882
1.65 Fri Dec 2 15:43:32 EST 2005 - At the request of JPCERT/CC, the internal non-public tracking number (JPCERT#96622935) has been replaced in the Changelog with the public vulnerability number (JVN#30451602) for the cross-site scripting vulnerability originally fixed in version 1.63. 1.64 Mon Nov 21 13:15:17 EST 2005 - Removed extraneous version numbers. 1.63 Mon Nov 14 16:37:15 EST 2005 - Fixed cross-site scripting bug reported by JPCERT/CC Vulnerability Handling Team <vuls@jpcert.or.jp> [JVN#30451602] (originally reported by Kiyotaka Dohmae at IIJ) 1.62 Fri Jun 11 09:51:32 EDT 2004 - Patches from Scott Lawrence to support an audit log. 1.61 - Patches from Peter Marschall to support flexible DBMS searches. - Patch from Andrew Hollenbeck to catch filesystem errors during commits of text files. 1.59 Fri May 31 19:03:45 EDT 2002 -Fix to MD5 hash config in UserAdmin.pm. CGI interface was never working with MD method. Patch provided by Jarrod Teale.
37 lines
1 KiB
Makefile
37 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2009/02/22 16:13:45 wiz Exp $
|
|
|
|
DISTNAME= HTTPD-User-Manage-1.66
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hum
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTPD/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://stein.cshl.org/~lstein/user_manage/
|
|
COMMENT= Perl script/modules for managing web access control
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/HTTPD-User-Manage/.packlist
|
|
REPLACE_PERL= user_manage
|
|
INSTALLATION_DIRS= bin libexec/cgi-bin share/doc/user_manage
|
|
|
|
PKG_SYSCONFSUBDIR?= httpd
|
|
|
|
SUBST_CLASSES+= um
|
|
SUBST_STAGE.um= pre-configure
|
|
SUBST_FILES.um= user_manage
|
|
SUBST_VARS.um= PKG_SYSCONFDIR
|
|
|
|
post-extract:
|
|
chmod -x ${WRKSRC}/lib/HTTPD/UserAdmin/DBM.pm
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/user_manage ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/user_manage \
|
|
${DESTDIR}${PREFIX}/libexec/cgi-bin
|
|
${INSTALL_DATA} ${WRKSRC}/user_manage.html \
|
|
${DESTDIR}${PREFIX}/share/doc/user_manage/user_manage.html
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|