From ohauer@gmx.de  Sat Oct 31 11:09:19 2009
Return-Path: <ohauer@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 22C90106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Oct 2009 11:09:19 +0000 (UTC)
	(envelope-from ohauer@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id 863C18FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Oct 2009 11:09:18 +0000 (UTC)
Received: (qmail invoked by alias); 31 Oct 2009 11:09:17 -0000
Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124]
  by mail.gmx.net (mp007) with SMTP; 31 Oct 2009 12:09:17 +0100
Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100)
	id DD75126145; Sat, 31 Oct 2009 12:09:12 +0100 (CET)
Message-Id: <20091031110912.DD75126145@u18-124.dsl.vianetworks.de>
Date: Sat, 31 Oct 2009 12:09:12 +0100 (CET)
From: olli hauer <ohauer@gmx.de>
Reply-To: olli hauer <ohauer@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ohauer@gmx.de
Subject: [patch] port www/apache22 update to 2.2.14
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         140137
>Category:       ports
>Synopsis:       [patch] port www/apache22 update to 2.2.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 31 11:10:00 UTC 2009
>Closed-Date:    Thu Dec 10 08:09:58 UTC 2009
>Last-Modified:  Thu Dec 10 08:20:03 UTC 2009
>Originator:     olli hauer <ohauer@gmx.de>
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:


>Description:
Update for apache to version 2.2.14.
new module mod_proxy_scgi


>How-To-Repeat:
>Fix:
--- patch_apache22.txt begins here ---
--- Makefile	2009/10/24 08:27:00	1.1
+++ Makefile	2009/10/24 13:50:18
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	apache
-PORTVERSION=	2.2.13
+PORTVERSION=	2.2.14
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}
 DISTNAME=	httpd-${PORTVERSION}
--- Makefile.options	2009/10/24 13:51:29	1.1
+++ Makefile.options	2009/10/24 13:53:08
@@ -69,6 +69,7 @@
 	 PROXY_HTTP "Enable mod_proxy_http" OFF \
 	 PROXY_AJP "Enable mod_proxy_ajp" OFF \
 	 PROXY_BALANCER "Enable mod_proxy_balancer" OFF \
+	 PROXY_SCGI "Enable mod_proxy_scgi" OFF \
 	 SSL "Enable mod_ssl" ON \
 	 SUEXEC "Enable mod_suexec" OFF \
 	 CGID "Enable mod_cgid" OFF \
--- Makefile.modules	2009/10/24 13:51:26	1.1
+++ Makefile.modules	2009/10/24 13:54:02
@@ -31,7 +31,7 @@
 			headers imagemap include info log_config logio mime \
 			mime_magic negotiation rewrite setenvif speling status \
 			unique_id userdir usertrack vhost_alias filter version
-PROXY_MODULES=		proxy proxy_connect proxy_ftp proxy_http proxy_ajp proxy_balancer
+PROXY_MODULES=		proxy proxy_connect proxy_ftp proxy_http proxy_ajp proxy_balancer proxy_scgi
 SSL_MODULES=		ssl
 SUEXEC_MODULES=		suexec
 THREADS_MODULES=	cgid
--- pkg-plist	2009/10/24 13:51:36	1.1
+++ pkg-plist	2009/10/24 13:56:58
@@ -253,6 +253,7 @@
 %%MOD_PROXY_CONNECT%%libexec/apache22/mod_proxy_connect.so
 %%MOD_PROXY_FTP%%libexec/apache22/mod_proxy_ftp.so
 %%MOD_PROXY_HTTP%%libexec/apache22/mod_proxy_http.so
+%%MOD_PROXY_SCGI%%libexec/apache22/mod_proxy_scgi.so
 %%MOD_REWRITE%%libexec/apache22/mod_rewrite.so
 %%MOD_SETENVIF%%libexec/apache22/mod_setenvif.so
 %%MOD_SPELING%%libexec/apache22/mod_speling.so
--- distinfo	2009/10/24 08:26:56	1.1
+++ distinfo	2009/10/24 08:27:52
@@ -1,3 +1,3 @@
-MD5 (apache22/httpd-2.2.13.tar.bz2) = 8d8d904e7342125825ec70f03c5745ef
-SHA256 (apache22/httpd-2.2.13.tar.bz2) = 24a812e010d936a3114141bad56461fcaa1089aa720bd16355feb3516ab8d6d6
-SIZE (apache22/httpd-2.2.13.tar.bz2) = 5300199
+MD5 (apache22/httpd-2.2.14.tar.bz2) = a5226203aaf97e5b941c41a71c112704
+SHA256 (apache22/httpd-2.2.14.tar.bz2) = b2deab8a5e797fde7a04fb4a5ebfa9c80f767d064dd19dcd2857c94838ae3ac6
+SIZE (apache22/httpd-2.2.14.tar.bz2) = 5147171
--- patch_apache22.txt ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 31 11:10:16 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140137 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Dec 10 08:09:57 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140137 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140137: commit references a PR
Date: Thu, 10 Dec 2009 08:10:02 +0000 (UTC)

 pgollucci    2009-12-10 08:09:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/apache22         Makefile Makefile.modules 
                          Makefile.options pkg-plist 
   Log:
   - OPTIONS+= PROXY_SCGI
   
   PR:             ports/140137
   Submitted by:   olli hauer <ohauer@gmx.de>
   
   Revision  Changes    Path
   1.245     +1 -0      ports/www/apache22/Makefile
   1.34      +2 -2      ports/www/apache22/Makefile.modules
   1.4       +1 -0      ports/www/apache22/Makefile.options
   1.93      +2 -1      ports/www/apache22/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
