This Apache module allows authentication against a MySQL database via a cryptographically secure cookie. WWW: http://www.qwk.net/opensource/mod_auth_cookie_mysql/ How-To-Repeat: N/A.
Add a new MASTER_SITES USE DIST_SUBDIR=apache diff -Nru mod_auth_cookie_mysql.orig/Makefile mod_auth_cookie_mysql/Makefile --- mod_auth_cookie_mysql.orig/Makefile Tue Oct 14 10:09:18 2003 +++ mod_auth_cookie_mysql/Makefile Tue Oct 14 10:02:10 2003 @@ -7,8 +7,10 @@ PORTNAME= mod_auth_cookie_mysql PORTVERSION= 1.0 CATEGORIES= www -MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ +MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ \ + http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/ # Original Location: http://www.qwk.net/opensource/mod_auth_cookie_mysql/mod_auth_cookie_mysql.tar.gz +DIST_SUBDIR= apache MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Allows authentication against a MySQL database via a secure cookie diff -Nru mod_auth_cookie_mysql.orig/distinfo mod_auth_cookie_mysql/distinfo --- mod_auth_cookie_mysql.orig/distinfo Tue Oct 14 10:09:18 2003 +++ mod_auth_cookie_mysql/distinfo Tue Oct 14 10:08:38 2003 @@ -1 +1 @@ -MD5 (mod_auth_cookie_mysql-1.0.tar.gz) = 84ab8b4a0e19bfc3af808b11a399b050 +MD5 (apache/mod_auth_cookie_mysql-1.0.tar.gz) = 84ab8b4a0e19bfc3af808b11a399b050
State Changed From-To: open->closed Port added, thanks!