Date: Sat, 31 Oct 2009 12:09:12 +0100 (CET) From: olli hauer <ohauer@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ohauer@gmx.de Subject: ports/140137: [patch] port www/apache22 update to 2.2.14 Message-ID: <20091031110912.DD75126145@u18-124.dsl.vianetworks.de> Resent-Message-ID: <200910311110.n9VBA1B3069563@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091031110912.DD75126145>