Skip to content

Commit

Permalink
Update to 1.66, convert to user-destdir.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wiz committed Feb 22, 2009
1 parent 599ab3c commit c294039
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 8 additions & 6 deletions www/p5-HTTPD-User-Manage/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.17 2008/10/19 19:19:16 he Exp $
# $NetBSD: Makefile,v 1.18 2009/02/22 16:13:45 wiz Exp $

DISTNAME= HTTPD-User-Manage-1.58
DISTNAME= HTTPD-User-Manage-1.66
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
SVR4_PKGNAME= p5hum
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTPD/}
Expand All @@ -11,6 +10,8 @@ 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
Expand All @@ -26,10 +27,11 @@ post-extract:
chmod -x ${WRKSRC}/lib/HTTPD/UserAdmin/DBM.pm

post-install:
${INSTALL_SCRIPT} ${WRKSRC}/user_manage ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/user_manage ${PREFIX}/libexec/cgi-bin
${INSTALL_SCRIPT} ${WRKSRC}/user_manage ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/user_manage \
${DESTDIR}${PREFIX}/libexec/cgi-bin
${INSTALL_DATA} ${WRKSRC}/user_manage.html \
${PREFIX}/share/doc/user_manage/user_manage.html
${DESTDIR}${PREFIX}/share/doc/user_manage/user_manage.html

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions www/p5-HTTPD-User-Manage/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2005/02/24 14:08:36 wiz Exp $
$NetBSD: distinfo,v 1.5 2009/02/22 16:13:45 wiz Exp $

SHA1 (HTTPD-User-Manage-1.58.tar.gz) = 56141f1d4a1889da2adeaca74977dd43e4d7338f
RMD160 (HTTPD-User-Manage-1.58.tar.gz) = 27c0273640bc3f1e52da67b1fdee73126961d55a
Size (HTTPD-User-Manage-1.58.tar.gz) = 112006 bytes
SHA1 (HTTPD-User-Manage-1.66.tar.gz) = 74a875461a7be7f94d01e85cc8ec388230ba37f9
RMD160 (HTTPD-User-Manage-1.66.tar.gz) = 162e8449a1a732b37562b91742c5c63a3a83a342
Size (HTTPD-User-Manage-1.66.tar.gz) = 114499 bytes
SHA1 (patch-aa) = fc9338ddfdb4e16319fb2e215fbd028326c6077b

0 comments on commit c294039

Please sign in to comment.