summaryrefslogtreecommitdiff
path: root/www/p5-HTTPD-User-Manage
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-02-22Update to 1.66, convert to user-destdir.wiz2-10/+12
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.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-23Added INSTALLATION_DIRS, fixed file permissions (one x bit) andrillig1-12/+10
converted the package to using the SUBST framework. PKGREVISION++
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-01"the the" -> "the"wiz1-2/+2
2004-04-27Convert to buildlink3.snj1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-09-25buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Respect PKG_SYSCONFDIR.jlam3-8/+15
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-07-17Some cleanups:wiz5-14/+14
Use REPLACE_PERL, instead of hardcoding /usr/pkg/bin/perl. Standardize MESSAGE, and fix typo. Remove share/doc/user_manage on deinstall. Change PKGNAME to p5-${DISTNAME}.
2001-07-17New package p5-HTTPD-User-Manage. PR #13463 by Peter Reich.nra6-0/+86
This is HTTPD-User-Manage version 1.5X, a script and set of Perl modules for managing access control with the Apache, NCSA httpd, CERN and Netscape servers (and maybe some others). You can install this program as a CGI script to allow remote users to change their Web access passwords. Web administrators can use it to remotely add, edit and delete users and their groups. You can also use it from the command line as a nice all-in-one interface to access control databases based on text files, DBM files, and SQL databases. Please see the file user_manage.html for complete details.