From owner-freebsd-apache@FreeBSD.ORG Mon Oct 1 11:07:00 2007 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7FD316A421 for ; Mon, 1 Oct 2007 11:07:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCA3813C447 for ; Mon, 1 Oct 2007 11:07:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l91B70gE063712 for ; Mon, 1 Oct 2007 11:07:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l91B6xmv063708 for apache@FreeBSD.org; Mon, 1 Oct 2007 11:06:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 1 Oct 2007 11:06:59 GMT Message-Id: <200710011106.l91B6xmv063708@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 11:07:00 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/89308 apache [patch] www/mod_accounting crash on request_timeout 1 problem total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/74907 apache [PATCH] www/mod_perl: cleanups o ports/106429 apache www/apache* ports install rc.d scripts which don't fol o ports/115961 apache [UPDATE] www/mod_auth_mysql2 1.9.1 -> 1.10 3 problems total. From owner-freebsd-apache@FreeBSD.ORG Sat Oct 6 00:51:41 2007 Return-Path: Delivered-To: Apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9C7F16A417; Sat, 6 Oct 2007 00:51:38 +0000 (UTC) (envelope-from yds@dppl.com) Received: from dppl.com (orion.dppl.net [216.182.10.230]) by mx1.freebsd.org (Postfix) with ESMTP id 719BA13C43E; Sat, 6 Oct 2007 00:51:38 +0000 (UTC) (envelope-from yds@dppl.com) Received: from localhost (localhost [127.0.0.1]) (uid 1001) by dppl.com with local; Fri, 05 Oct 2007 20:41:34 -0400 id 06432C14.000000004706D9BE.00001E3C To: FreeBSD-gnats-submit@freebsd.org From: Yarema X-send-pr-version: 3.113 X-GNATS-Notify: Message-ID: Date: Fri, 05 Oct 2007 20:41:34 -0400 Cc: Apache@FreeBSD.org Subject: www/mod_auth_cookie_mysql2 update to 0.9a X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yarema List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 00:51:41 -0000 >Submitter-Id: current-users >Originator: Yarema >Organization: NYCBUG.org >Confidential: no >Synopsis: www/mod_auth_cookie_mysql2 update to 0.9a >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE amd64 >Environment: System: FreeBSD 6.2-STABLE amd64 >Description: Version 0.8 - 26.03.2007 bug fix: fixed small memory leak enhancement: code cleanup Version 0.9 - 23.03.2007 enhancement: persistent connections are possible now (only in version 2) enhancement: code cleanup change: name of the configuration options were slightly modified Version 0.9a (version 2) - 02.05.2007 bugfix: Fixed tiny typo in Makefile. "make install" should work without problems now on every machine. PORTDOCS handling had to be removed. The rest of the changes were adapted from the tarball's Makefile to make the new version build, install and load without breaking. >How-To-Repeat: cd /usr/ports/www/mod_auth_cookie_mysql2 && make install >Fix: diff -u -r -N mod_auth_cookie_mysql2-0.7/Makefile mod_auth_cookie_mysql2/Makefile --- mod_auth_cookie_mysql2-0.7/Makefile 2007-03-19 03:47:15.000000000 -0400 +++ mod_auth_cookie_mysql2/Makefile 2007-10-05 19:39:25.000000000 -0400 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/mod_auth_cookie_mysql2/Makefile,v 1.8 2007/03/18 17:17:42 clement Exp $ PORTNAME= mod_auth_cookie_mysql2 -PORTVERSION= 0.7 +PORTVERSION= 0.9a CATEGORIES= www MASTER_SITES= http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,18 +15,13 @@ COMMENT= Allows authentication against a MySQL database via a secure cookie USE_MYSQL= YES - USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES -AP_INC?= ${LOCALBASE}/include/mysql -AP_LIB?= ${LOCALBASE}/lib/mysql -lmysqlclient -lz -PORTDOCS= mod_auth_cookie_mysql.html +AP_EXTRAS= -DMODULE_NAME=$(SHORTMODNAME) -DMODULE_NAME_module=$(SHORTMODNAME)_module +AP_INC= `${LOCALBASE}/bin/mysql_config --include | ${SED} -e 's/^-I//'` +AP_LIB= `${LOCALBASE}/bin/mysql_config --libs | ${SED} -e 's/^-L//'` +SRC_FILE= mod_auth_cookie_sql2.c mod_auth_cookie_sql2_mysql.c -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif .include diff -u -r -N mod_auth_cookie_mysql2-0.7/distinfo mod_auth_cookie_mysql2/distinfo --- mod_auth_cookie_mysql2-0.7/distinfo 2007-03-19 03:47:15.000000000 -0400 +++ mod_auth_cookie_mysql2/distinfo 2007-10-05 16:10:41.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = cb2869d2bff22f99d48bea11004a18eb -SHA256 (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = f5aedec0b4873bce5eaf92d8b431ecfeb894dcfc75d148e42c5450abfc2989f5 -SIZE (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = 7954 +MD5 (apache20/mod_auth_cookie_mysql2_0.9a.tar.gz) = 15c359e7157d032bbc1c1322181a59f6 +SHA256 (apache20/mod_auth_cookie_mysql2_0.9a.tar.gz) = 8a4c6f838d7e793b891096f23f9a76ffc13e3d4d2f3925676276bdc570b4840e +SIZE (apache20/mod_auth_cookie_mysql2_0.9a.tar.gz) = 7592 From owner-freebsd-apache@FreeBSD.ORG Sat Oct 6 01:00:17 2007 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA1C316A419; Sat, 6 Oct 2007 01:00:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C5B7C13C46E; Sat, 6 Oct 2007 01:00:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9610HeI079251; Sat, 6 Oct 2007 01:00:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9610H3A079247; Sat, 6 Oct 2007 01:00:17 GMT (envelope-from edwin) Date: Sat, 6 Oct 2007 01:00:17 GMT Message-Id: <200710060100.l9610H3A079247@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/116963: www/mod_auth_cookie_mysql2 update to 0.9a X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 01:00:18 -0000 Synopsis: www/mod_auth_cookie_mysql2 update to 0.9a Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 6 01:00:16 UTC 2007 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=116963