From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 31 11:10:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76822106568B for ; Sat, 31 Oct 2009 11:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A9998FC24 for ; Sat, 31 Oct 2009 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9VBA1r2069564 for ; Sat, 31 Oct 2009 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9VBA1B3069563; Sat, 31 Oct 2009 11:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 31 Oct 2009 11:10:01 GMT Resent-Message-Id: <200910311110.n9VBA1B3069563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, olli hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22C90106566B for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ohauer@gmx.de Subject: ports/140137: [patch] port www/apache22 update to 2.2.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: olli hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 11:10:01 -0000 >Number: 140137 >Category: ports >Synopsis: [patch] port www/apache22 update to 2.2.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 31 11:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: olli hauer >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: >Unformatted: