summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-16 22:57:08 +0000
committerrecht <recht@pkgsrc.org>2003-09-16 22:57:08 +0000
commit3b9dc4bac8cc513c435cba54f8bbb82b3cdd19a3 (patch)
treec3e483c4bad24025b5ab9c5cfd37f6f83dc121e8 /www
parentbea33722a4e32e81e3548fb9a056abcfbad07321 (diff)
downloadpkgsrc-3b9dc4bac8cc513c435cba54f8bbb82b3cdd19a3.tar.gz
Update to 1.4, patch provided by Min Sik Kim in PR 22518
1.4 o Added AuthPGGroupQuery. o AuthPGGroupQuery doesn't require AuthPGGroupTable. o Database access errors in verifying group permission leave log messages. o AuthPGQuery works with AuthPGVirtual. o Fixed a bug in AuthPGCookie. 1.3 o Fix a security problem. (See http://cert.uni-stuttgart.de/advisories/apache_auth.php for details.)
Diffstat (limited to 'www')
-rw-r--r--www/ap-auth-postgresql/Makefile28
-rw-r--r--www/ap-auth-postgresql/PLIST6
-rw-r--r--www/ap-auth-postgresql/distinfo6
3 files changed, 23 insertions, 17 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
index 78c0a9f251b..32f3c5707f5 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.18 2003/07/31 19:24:39 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2003/09/16 22:57:08 recht Exp $
-DISTNAME= AuthPG-1.2b2
-PKGNAME= ap-auth-postgresql-1.2b2
-PKGREVISION= 1
+DISTNAME= AuthPG-1.4
+PKGNAME= ap-auth-postgresql-1.4
CATEGORIES= www databases
-MASTER_SITES= http://home.bawi.org/~minskim/authpg/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=authpg/}
MAINTAINER= jwise@NetBSD.org
-HOMEPAGE= http://home.bawi.org/~minskim/authpg/
+HOMEPAGE= http://authpg.sourceforge.net/
COMMENT= Module to allow apache authentication against a Postgresql database
CONFLICTS= ap-auth-pgsql-[0-9]*
@@ -19,13 +18,18 @@ APACHE_MODULE_NAME= mod_auth_pg.so
CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
LDFLAGS+= -lpq -lcrypt
+DOCDIR= ${PREFIX}/share/doc/mod_auth_pg
+EGDIR= ${PREFIX}/share/examples/mod_auth_pg
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_pg
- ${INSTALL_DATA} ${WRKSRC}/mod_auth_pg.html ${PREFIX}/share/doc/mod_auth_pg
- ${INSTALL_DATA} ${WRKSRC}/mod_auth_pg.ko.html ${PREFIX}/share/doc/mod_auth_pg
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mod_auth_pg
- ${INSTALL_DATA} ${WRKSRC}/README.ko ${PREFIX}/share/doc/mod_auth_pg
- ${INSTALL_DATA} ${WRKSRC}/sample.htaccess ${PREFIX}/share/examples/mod_auth_pg.htaccess
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/mod_auth_pg.html ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/mod_auth_pg.ko.html ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.ko ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/sample.htaccess ${EGDIR}/mod_auth_pg.htaccess
+ ${INSTALL_DATA} ${WRKSRC}/sample.sql ${EGDIR}/mod_auth_pg.sql
.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../www/apache/module.mk"
diff --git a/www/ap-auth-postgresql/PLIST b/www/ap-auth-postgresql/PLIST
index e2374a33b7c..9d120deb046 100644
--- a/www/ap-auth-postgresql/PLIST
+++ b/www/ap-auth-postgresql/PLIST
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:15:37 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/16 22:57:08 recht Exp $
lib/httpd/mod_auth_pg.so
share/doc/mod_auth_pg/README
share/doc/mod_auth_pg/README.ko
share/doc/mod_auth_pg/mod_auth_pg.html
share/doc/mod_auth_pg/mod_auth_pg.ko.html
-share/examples/mod_auth_pg.htaccess
+share/examples/mod_auth_pg/mod_auth_pg.htaccess
+share/examples/mod_auth_pg/mod_auth_pg.sql
@dirrm share/doc/mod_auth_pg
+@dirrm share/examples/mod_auth_pg
diff --git a/www/ap-auth-postgresql/distinfo b/www/ap-auth-postgresql/distinfo
index e02d7cdb03f..198a30e6466 100644
--- a/www/ap-auth-postgresql/distinfo
+++ b/www/ap-auth-postgresql/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 12:02:31 skrll Exp $
+$NetBSD: distinfo,v 1.3 2003/09/16 22:57:08 recht Exp $
-SHA1 (AuthPG-1.2b2.tar.gz) = 1e288967899ac87d68b44fddd70e8eb867c7cde8
-Size (AuthPG-1.2b2.tar.gz) = 11781 bytes
+SHA1 (AuthPG-1.4.tar.gz) = 06c73b8ea8b5e6145e351d5575d26eef4527532e
+Size (AuthPG-1.4.tar.gz) = 12681 bytes