Bug 57707 - [new port] www/mod_auth_cookie_mysql: Allows authentication against a MySQL database via a secure cookie
Summary: [new port] www/mod_auth_cookie_mysql: Allows authentication against a MySQL d...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-07 15:20 UTC by Clement Laforet
Modified: 2003-10-14 09:45 UTC (History)
1 user (show)

See Also:


Attachments
mod_auth_cookie_mysql.shar (3.05 KB, text/plain)
2003-10-07 15:20 UTC, Clement Laforet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-10-07 15:20:11 UTC
	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.
Comment 1 Clement Laforet 2003-10-14 09:12:12 UTC
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
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2003-10-14 09:45:42 UTC
State Changed
From-To: open->closed

Port added, thanks!