[Midnightbsd-cvs] mports: www/apache22: Update to Apache 2.2.8 which contains several

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Feb 14 17:09:19 EST 2008


Log Message:
-----------
Update to Apache 2.2.8 which contains several security since 2.2.6.

Modified Files:
--------------
    mports/www/apache22:
        Makefile (r1.5 -> r1.6)
        distinfo (r1.3 -> r1.4)
    mports/www/apache22/files:
        patch-docs_conf_httpd.conf.in (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/apache22/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L www/apache22/Makefile -L www/apache22/Makefile -u -r1.5 -r1.6
--- www/apache22/Makefile
+++ www/apache22/Makefile
@@ -2,14 +2,13 @@
 # Date created:				Dec 11 2004
 # Whom:					Clement Laforet <clement at FreeBSD.org>
 #
-# $FreeBSD: ports/www/apache22/Makefile,v 1.198 2006/09/24 16:16:39 clement Exp $
 # $MidnightBSD$
 #
 # For more information, please read Makefile.doc
 #
 
 PORTNAME=	apache
-PORTVERSION=	2.2.6
+PORTVERSION=	2.2.8
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD} \
 		${MASTER_SITE_LOCAL:S/%SUBDIR%\//clement\/:aprmysql/}
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/www/apache22/distinfo,v
retrieving revision 1.3
retrieving revision 1.4
diff -L www/apache22/distinfo -L www/apache22/distinfo -u -r1.3 -r1.4
--- www/apache22/distinfo
+++ www/apache22/distinfo
@@ -1,6 +1,3 @@
-MD5 (apache22/httpd-2.2.6.tar.bz2) = 203bea91715064f0c787f6499d33a377
-SHA256 (apache22/httpd-2.2.6.tar.bz2) = f27cd9df50a2acd9df8f37520f62f6ce51758689d425ead5883e75ff5ed6548c
-SIZE (apache22/httpd-2.2.6.tar.bz2) = 4717066
-MD5 (apache22/apr_dbd_mysql.rev-57.c) = 506293fef131712113c145260809a894
-SHA256 (apache22/apr_dbd_mysql.rev-57.c) = f72719995221cd3cb9515ef55d2c4e6d8c0aad08fbf22626eb45be0655833f19
-SIZE (apache22/apr_dbd_mysql.rev-57.c) = 24130
+MD5 (apache22/httpd-2.2.8.tar.bz2) = 76d2598a4797163d07cd50e5304aa7cd
+SHA256 (apache22/httpd-2.2.8.tar.bz2) = 2ad8d0db1e478838ba88a0ddaf538c7150027d937b017739fdcb3fabb96ebd39
+SIZE (apache22/httpd-2.2.8.tar.bz2) = 4799055
Index: patch-docs_conf_httpd.conf.in
===================================================================
RCS file: /home/cvs/mports/www/apache22/files/patch-docs_conf_httpd.conf.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L www/apache22/files/patch-docs_conf_httpd.conf.in -L www/apache22/files/patch-docs_conf_httpd.conf.in -u -r1.1 -r1.2
--- www/apache22/files/patch-docs_conf_httpd.conf.in
+++ www/apache22/files/patch-docs_conf_httpd.conf.in
@@ -1,5 +1,5 @@
---- docs/conf/httpd.conf.in.orig	Sun Oct 30 19:33:41 2005
-+++ docs/conf/httpd.conf.in	Sun Oct 30 19:37:09 2005
+--- docs/conf/httpd.conf.in.orig	2007-12-21 12:43:00.000000000 +0100
++++ docs/conf/httpd.conf.in	2008-01-19 21:36:47.000000000 +0100
 @@ -63,8 +63,8 @@
  # It is usually good practice to create a dedicated user and group for
  # running httpd, as with most system services.
@@ -8,10 +8,10 @@
 -Group daemon
 +User %%WWWOWN%%
 +Group %%WWWGRP%%
+ 
  </IfModule>
  </IfModule>
- 
-@@ -112,7 +112,6 @@
+@@ -113,7 +113,6 @@
  # features.  
  #
  <Directory />
@@ -19,32 +19,32 @@
      AllowOverride None
      Order deny,allow
      Deny from all
-@@ -182,7 +181,7 @@
+@@ -184,7 +183,7 @@
  # logged here.  If you *do* define an error logfile for a <VirtualHost>
  # container, that host's errors will be logged there and not here.
  #
--ErrorLog @rel_logfiledir@/error_log
-+ErrorLog @rel_logfiledir@/httpd-error.log
+-ErrorLog "@rel_logfiledir@/error_log"
++ErrorLog "@rel_logfiledir@/httpd-error.log"
  
  #
  # LogLevel: Control the number of messages logged to the error_log.
-@@ -211,13 +210,13 @@
+@@ -213,13 +212,13 @@
      # define per-<VirtualHost> access logfiles, transactions will be
      # logged therein and *not* in this file.
      #
--    CustomLog @rel_logfiledir@/access_log common
-+    #CustomLog @rel_logfiledir@/httpd-access.log common
+-    CustomLog "@rel_logfiledir@/access_log" common
++    #CustomLog "@rel_logfiledir@/httpd-access.log" common
  
      #
      # If you prefer a logfile with access, agent, and referer information
      # (Combined Logfile Format) you can use the following directive.
      #
--    #CustomLog @rel_logfiledir@/access_log combined
-+    CustomLog @rel_logfiledir@/httpd-access.log combined
+-    #CustomLog "@rel_logfiledir@/access_log" combined
++    CustomLog "@rel_logfiledir@/httpd-access.log" combined
  </IfModule>
  
  <IfModule alias_module>
-@@ -412,3 +411,5 @@
+@@ -408,3 +407,5 @@
  SSLRandomSeed startup builtin
  SSLRandomSeed connect builtin
  </IfModule>


More information about the Midnightbsd-cvs mailing list