You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2011/12/19 14:35:35 UTC

svn commit: r456 - /release/httpd/

Author: jim
Date: Mon Dec 19 13:35:31 2011
New Revision: 456

Log:
Start populating 2.3.16-beta

Added:
    release/httpd/CHANGES_2.3.16
    release/httpd/httpd-2.3.16-beta-deps.tar.bz2   (with props)
    release/httpd/httpd-2.3.16-beta-deps.tar.bz2.asc
    release/httpd/httpd-2.3.16-beta-deps.tar.bz2.md5
    release/httpd/httpd-2.3.16-beta-deps.tar.bz2.sha1
    release/httpd/httpd-2.3.16-beta-deps.tar.gz   (with props)
    release/httpd/httpd-2.3.16-beta-deps.tar.gz.asc
    release/httpd/httpd-2.3.16-beta-deps.tar.gz.md5
    release/httpd/httpd-2.3.16-beta-deps.tar.gz.sha1
    release/httpd/httpd-2.3.16-beta.tar.bz2   (with props)
    release/httpd/httpd-2.3.16-beta.tar.bz2.asc
    release/httpd/httpd-2.3.16-beta.tar.bz2.md5
    release/httpd/httpd-2.3.16-beta.tar.bz2.sha1
    release/httpd/httpd-2.3.16-beta.tar.gz   (with props)
    release/httpd/httpd-2.3.16-beta.tar.gz.asc
    release/httpd/httpd-2.3.16-beta.tar.gz.md5
    release/httpd/httpd-2.3.16-beta.tar.gz.sha1
Removed:
    release/httpd/CHANGES_2.3.15
    release/httpd/httpd-2.3.15-beta-deps.tar.bz2
    release/httpd/httpd-2.3.15-beta-deps.tar.bz2.asc
    release/httpd/httpd-2.3.15-beta-deps.tar.bz2.md5
    release/httpd/httpd-2.3.15-beta-deps.tar.bz2.sha1
    release/httpd/httpd-2.3.15-beta-deps.tar.gz
    release/httpd/httpd-2.3.15-beta-deps.tar.gz.asc
    release/httpd/httpd-2.3.15-beta-deps.tar.gz.md5
    release/httpd/httpd-2.3.15-beta-deps.tar.gz.sha1
    release/httpd/httpd-2.3.15-beta.tar.bz2
    release/httpd/httpd-2.3.15-beta.tar.bz2.asc
    release/httpd/httpd-2.3.15-beta.tar.bz2.md5
    release/httpd/httpd-2.3.15-beta.tar.bz2.sha1
    release/httpd/httpd-2.3.15-beta.tar.gz
    release/httpd/httpd-2.3.15-beta.tar.gz.asc
    release/httpd/httpd-2.3.15-beta.tar.gz.md5
    release/httpd/httpd-2.3.15-beta.tar.gz.sha1
Modified:
    release/httpd/Announcement2.3.txt
    release/httpd/CHANGES_2.3

Modified: release/httpd/Announcement2.3.txt
==============================================================================
--- release/httpd/Announcement2.3.txt (original)
+++ release/httpd/Announcement2.3.txt Mon Dec 19 13:35:31 2011
@@ -1,15 +1,16 @@
-                Apache HTTP Server 2.3.15-beta Released
+                Apache HTTP Server 2.3.16-beta Released
 
    The Apache Software Foundation and the Apache HTTP Server Project are
-   pleased to announce the release of version 2.3.15-beta of the Apache HTTP
-   Server ("Apache").  This version of Apache is our forth (and likely
-   final) beta release to test new technology and features that are
-   incompatible or too large for the stable 2.2.x branch. This beta release
-   should not be presumed to be compatible with binaries built against any
-   prior or future version.
+   pleased to announce the release of version 2.3.16-beta of the Apache
+   HTTP Server ("Apache").  This version of Apache is our fifth beta
+   release (and is considered as our first Release Candidate) to test
+   new technology and features that are incompatible or too large for
+   the stable 2.2.x branch. This beta release should not be presumed to
+   be compatible with binaries built against any prior version, but is
+   expected to accurately represent the API to be found in Apache HTTPD
+   2.4.0.
 
-
-   Apache HTTP Server 2.3.15-beta is available for download from:
+   Apache HTTP Server 2.3.16-beta is available for download from:
 
      http://httpd.apache.org/download.cgi
 
@@ -23,7 +24,7 @@
    full list of changes.
 
    This release includes the Apache Portable Runtime (APR) version 1.4.5
-   and APR-Util version 1.3.12 in a separate -deps tarball.  The APR libraries
+   and APR-Util version 1.4.1 in a separate -deps tarball.  The APR libraries
    must be upgraded for all features of httpd to operate correctly.
 
    This release builds on and extends the Apache 2.2 API.  Modules written

Modified: release/httpd/CHANGES_2.3
==============================================================================
--- release/httpd/CHANGES_2.3 (original)
+++ release/httpd/CHANGES_2.3 Mon Dec 19 13:35:31 2011
@@ -1,4 +1,100 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.3.16
+
+  *) core: Limit line length in .htaccess to 8K like in 2.2.x, to avoid
+     additional DoS potential. [Stefan Fritsch]
+
+  *) core, all modules: Add unique tag to most error log messages. [Stefan
+     Fritsch]
+
+  *) mod_socache_memcache: Change provider name from "mc" to "memcache" to
+     match module name. [Stefan Fritsch]
+
+  *) mod_slotmem_shm: Change provider name from "shared" to "shm" to match
+     module name. [Stefan Fritsch]
+
+  *) mod_ldap: Fix segfault with Solaris LDAP when enabling ldaps. This
+     requires an apr-util fix in which is available in apr-util >= 1.4.0.
+     PR 42682. [Stefan Fritsch]
+
+  *) mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possible
+     for RewriteRules to be placed in .htaccess files that match the directory
+     with no trailing slash. PR 48304.
+     [Matthew Byng-Maddick <matthew byng-maddick bbc.co.uk>]
+
+  *) mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that
+     the administrator can hide the keys from the configuration. [Graham
+     Leggett]
+
+  *) Introduce a per request version of the remote IP address, which can be
+     optionally modified by a module when the effective IP of the client
+     is not the same as the real IP of the client (such as a load balancer).
+     Introduce a per connection "peer_ip" and a per request "client_ip" to
+     distinguish between the raw IP address of the connection and the effective
+     IP address of the request. [Graham Leggett]
+
+  *) ap_pass_brigade_fchk() function added. [Jim Jagielski]
+
+  *) core: Pass ap_errorlog_info struct to error log hook. [Stefan Fritsch]
+
+  *) mod_cache_disk: Make sure we check return codes on all writes and
+     attempts to close, and clean up after ourselves in these cases.
+     PR43589. [Graham Leggett]
+
+  *) mod_cache_disk: Remove the unnecessary intermediate brigade while
+     writing to disk. Fixes a problem where mod_disk_cache was leaving
+     buckets in the intermediate brigade and not passing them to out on
+     exit. [Florian S. <f_los_ch yahoo.com>, Graham Leggett]
+
+  *) mod_ssl: use a shorter setting for SSLCipherSuite in the default
+     default configuration file, and add some more information about
+     configuring a speed-optimized alternative.
+     [Kaspar Brand]
+
+  *) mod_ssl: drop support for the SSLv2 protocol. [Kaspar Brand]
+
+  *) mod_lua: Stop losing track of all but the most specific LuaHook* directives
+     when multiple per-directory config sections are used.  Adds LuaInherit 
+     directive to control how parent sections are merged.  [Eric Covener]
+
+  *) Server directive display (-L): Include directives of DSOs.
+     [Jeff Trawick]
+
+  *) mod_cache: Make sure we merge headers correctly when we handle a
+     non cacheable conditional response. PR52120. [Graham Leggett]
+
+  *) Pre GA removal of components that will not be included:
+     - mod_noloris was superseded by mod_reqtimeout
+     - mod_serf
+     - mpm_simple
+     [Rainer Jung]
+
+  *) core: Set MaxMemFree 2048 by default. [Stefan Fritsch]
+
+  *) mpm_event: Fix assertion failure during very high load. [Stefan Fritsch]
+
+  *) configure: Additional modules loaded by default: mod_headers.
+     Modules moved from module set "few" to "most" and no longer loaded
+     by default: mod_actions, mod_allowmethods, mod_auth_form, mod_buffer,
+     mod_cgi(d), mod_include, mod_negotiation, mod_ratelimit, mod_request,
+     mod_userdir. [Rainer Jung]
+
+  *) mod_lua: Use the right lua scope when used as a hook. [Rainer Jung]
+
+  *) configure: Only load the really imporant modules (i.e. those enabled by
+     the 'few' selection) by default. Don't handle modules enabled with
+     --enable-foo specially. [Stefan Fritsch]
+
+  *) end-generation hook: Fix false notification of end-of-generation for
+     temporary intervals with no active MPM children.  [Jeff Trawick]
+
+  *) mod_ssl: Add support for configuring persistent TLS session ticket
+     encryption/decryption keys (useful for clustered environments).
+     [Paul Querna, Kaspar Brand]
+
+  *) mod_usertrack: Use random value instead of remote IP address.
+     [Stefan Fritsch]
+
 Changes with Apache 2.3.15
 
   *) SECURITY: CVE-2011-3348 (cve.mitre.org)
@@ -538,10 +634,6 @@
 
   *) core: new hook: ap_run_pre_read_request. [Jim Jagielski]
 
-  *) mod_cache: When a request other than GET or HEAD arrives, we must
-     invalidate existing cache entities as per RFC2616 13.10. PR 15868.
-     [Graham Leggett]
-
   *) modules: Fix many modules that were not correctly initializing if they
      were not active during server startup but got enabled later during a
      graceful restart. [Stefan Fritsch]
@@ -559,7 +651,7 @@
 
   *) mod_cache: When a bad Expires date is present, we need to behave as if
      the Expires is in the past, not as if the Expires is missing. PR 16521.
-     [Co-Advisor <co...@measurement-factory.com>]
+     [Co-Advisor <coad measurement-factory.com>]
 
   *) mod_cache: We must ignore quoted-string values that appear in a
      Cache-Control header. PR 50199. [Graham Leggett]

Added: release/httpd/CHANGES_2.3.16
==============================================================================
--- release/httpd/CHANGES_2.3.16 (added)
+++ release/httpd/CHANGES_2.3.16 Mon Dec 19 13:35:31 2011
@@ -0,0 +1,109 @@
+                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.3.16
+
+  *) core: Limit line length in .htaccess to 8K like in 2.2.x, to avoid
+     additional DoS potential. [Stefan Fritsch]
+
+  *) core, all modules: Add unique tag to most error log messages. [Stefan
+     Fritsch]
+
+  *) mod_socache_memcache: Change provider name from "mc" to "memcache" to
+     match module name. [Stefan Fritsch]
+
+  *) mod_slotmem_shm: Change provider name from "shared" to "shm" to match
+     module name. [Stefan Fritsch]
+
+  *) mod_ldap: Fix segfault with Solaris LDAP when enabling ldaps. This
+     requires an apr-util fix in which is available in apr-util >= 1.4.0.
+     PR 42682. [Stefan Fritsch]
+
+  *) mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possible
+     for RewriteRules to be placed in .htaccess files that match the directory
+     with no trailing slash. PR 48304.
+     [Matthew Byng-Maddick <matthew byng-maddick bbc.co.uk>]
+
+  *) mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that
+     the administrator can hide the keys from the configuration. [Graham
+     Leggett]
+
+  *) Introduce a per request version of the remote IP address, which can be
+     optionally modified by a module when the effective IP of the client
+     is not the same as the real IP of the client (such as a load balancer).
+     Introduce a per connection "peer_ip" and a per request "client_ip" to
+     distinguish between the raw IP address of the connection and the effective
+     IP address of the request. [Graham Leggett]
+
+  *) ap_pass_brigade_fchk() function added. [Jim Jagielski]
+
+  *) core: Pass ap_errorlog_info struct to error log hook. [Stefan Fritsch]
+
+  *) mod_cache_disk: Make sure we check return codes on all writes and
+     attempts to close, and clean up after ourselves in these cases.
+     PR43589. [Graham Leggett]
+
+  *) mod_cache_disk: Remove the unnecessary intermediate brigade while
+     writing to disk. Fixes a problem where mod_disk_cache was leaving
+     buckets in the intermediate brigade and not passing them to out on
+     exit. [Florian S. <f_los_ch yahoo.com>, Graham Leggett]
+
+  *) mod_ssl: use a shorter setting for SSLCipherSuite in the default
+     default configuration file, and add some more information about
+     configuring a speed-optimized alternative.
+     [Kaspar Brand]
+
+  *) mod_ssl: drop support for the SSLv2 protocol. [Kaspar Brand]
+
+  *) mod_lua: Stop losing track of all but the most specific LuaHook* directives
+     when multiple per-directory config sections are used.  Adds LuaInherit 
+     directive to control how parent sections are merged.  [Eric Covener]
+
+  *) Server directive display (-L): Include directives of DSOs.
+     [Jeff Trawick]
+
+  *) mod_cache: Make sure we merge headers correctly when we handle a
+     non cacheable conditional response. PR52120. [Graham Leggett]
+
+  *) Pre GA removal of components that will not be included:
+     - mod_noloris was superseded by mod_reqtimeout
+     - mod_serf
+     - mpm_simple
+     [Rainer Jung]
+
+  *) core: Set MaxMemFree 2048 by default. [Stefan Fritsch]
+
+  *) mpm_event: Fix assertion failure during very high load. [Stefan Fritsch]
+
+  *) configure: Additional modules loaded by default: mod_headers.
+     Modules moved from module set "few" to "most" and no longer loaded
+     by default: mod_actions, mod_allowmethods, mod_auth_form, mod_buffer,
+     mod_cgi(d), mod_include, mod_negotiation, mod_ratelimit, mod_request,
+     mod_userdir. [Rainer Jung]
+
+  *) mod_lua: Use the right lua scope when used as a hook. [Rainer Jung]
+
+  *) configure: Only load the really imporant modules (i.e. those enabled by
+     the 'few' selection) by default. Don't handle modules enabled with
+     --enable-foo specially. [Stefan Fritsch]
+
+  *) end-generation hook: Fix false notification of end-of-generation for
+     temporary intervals with no active MPM children.  [Jeff Trawick]
+
+  *) mod_ssl: Add support for configuring persistent TLS session ticket
+     encryption/decryption keys (useful for clustered environments).
+     [Paul Querna, Kaspar Brand]
+
+  *) mod_usertrack: Use random value instead of remote IP address.
+     [Stefan Fritsch]
+
+
+  [Apache 2.3.0-dev includes those bug fixes and changes with the
+   Apache 2.2.xx tree as documented, and except as noted, below.]
+
+Changes with Apache 2.2.x and later:
+
+  *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
+
+Changes with Apache 2.0.x and later:
+
+  *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
+

Added: release/httpd/httpd-2.3.16-beta-deps.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: release/httpd/httpd-2.3.16-beta-deps.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/httpd/httpd-2.3.16-beta-deps.tar.bz2.asc
==============================================================================
--- release/httpd/httpd-2.3.16-beta-deps.tar.bz2.asc (added)
+++ release/httpd/httpd-2.3.16-beta-deps.tar.bz2.asc Mon Dec 19 13:35:31 2011
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (Darwin)
+
+iQIVAwUATuoG7jTqduZ5FIWoAQp0VBAAlKKXfvm/RGCTtYYD2blLpEHUOQqX7fml
+ZIjXrU83PR13LVGL1eUbOMfrJsM1wexzPf5khR4o/pkDGa2489BZjYDcf5lWTcDV
+BO+T/XZv2egpTryh0gRORyBOuTw+w2TJ6zxcli+JVOxT+WT9zLcoUjAxwRdCSoQo
+4YoaJMrJA9nnWw4lZfu48XLNhftaJCSbXFODefc0p+2+3uPOFDrKC2h1ZPtgvK8L
+8QTlmG1gGvMkz7WLAG2J1SNWmDuiit7OOogP58p60Xg5w/RV/xK9nE7QzNdDbv/4
+wc2BJ8B1hs3J+YONfM4sLyTt9TfBwkD3F51MuptK0ZrOo5x+O2gVQRdZp4ndjdDf
+syaj8x/7e4GYMomzmGTQN9TL9FrnY89zVeNKli84Uwq186AiRaF1VcqN/mSlcAwF
+GlUw2ssV0KB3+nFVbnjRYhVtKubakjQW0ktZL1AIn+guZ9IUPEFWSqK/Q+HT39r6
+OfZXtHiJbu7VxrQ4/hlyHDXtTHqohdSYHGvahzVq8n4HRlD0lmiDxd6h8FiBwN1O
+JhDPaJkCvcfr8Z9Ag1PXkppRhGjQPklzdjQsmqmVlt6o4ylC0lHK0viG1ejF85uq
+vEqfkJR/zdmhh+CEI1vuDb71TCkD2QiTR0/IERWmp++ydpFxAgiAaXkvNDUccJfz
+Ta54OrXOmb4=
+=AK1e
+-----END PGP SIGNATURE-----

Added: release/httpd/httpd-2.3.16-beta-deps.tar.bz2.md5
==============================================================================
--- release/httpd/httpd-2.3.16-beta-deps.tar.bz2.md5 (added)
+++ release/httpd/httpd-2.3.16-beta-deps.tar.bz2.md5 Mon Dec 19 13:35:31 2011
@@ -0,0 +1 @@
+83112df686d63c442834608ba402190a *httpd-2.3.16-beta-deps.tar.bz2

Added: release/httpd/httpd-2.3.16-beta-deps.tar.bz2.sha1
==============================================================================
--- release/httpd/httpd-2.3.16-beta-deps.tar.bz2.sha1 (added)
+++ release/httpd/httpd-2.3.16-beta-deps.tar.bz2.sha1 Mon Dec 19 13:35:31 2011
@@ -0,0 +1 @@
+6b804b7e3bac3e5982b6104744e2524a6594a1fc *httpd-2.3.16-beta-deps.tar.bz2

Added: release/httpd/httpd-2.3.16-beta-deps.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/httpd/httpd-2.3.16-beta-deps.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/httpd/httpd-2.3.16-beta-deps.tar.gz.asc
==============================================================================
--- release/httpd/httpd-2.3.16-beta-deps.tar.gz.asc (added)
+++ release/httpd/httpd-2.3.16-beta-deps.tar.gz.asc Mon Dec 19 13:35:31 2011
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (Darwin)
+
+iQIVAwUATuoG6jTqduZ5FIWoAQofYhAAuQ9XDaTHBvFGl6u7rFwLd7mywTj1JTWt
+015T+x9tXEKmJvIGOrbqxGogjYK6CXK3pIt9HxN10TJDK36Fqr6jz3+m1z8DDao/
+PEJYPIa8eeSB1f8+J2j1lfNFowMB4iNpZzuGR+mTOgXZ2ByB0f2LjAk7PZiCf7nG
+NOt7ldN4aRIckEf3k8mjww7ugQ1Z25pwzS81VjaA8r2MEVLMga73Eo93VqMYD2ou
+RTyy+WEjB0HXDc0anBesMaG7v7kaiIETeUNQXwC8HqfiUM5Ys6GuibSU8unVp1ZY
+iFPavDoa9ryC7++jj47D0hLSRnz6iHqp7w5sCs4F1cRM7J6NR/VMHPIEuR+J2CPB
+H/ODw1Iur5GniKJNUqsYCb9Hlx8L+ZSH/f7HpsMv+IMoHaQkAsNbaOTZKW2+gdmu
+pjdfAtdiYNowaQ9oEFxbSrTXcnYiK+dkcZisl1g5C9IOxfFZOS2jI9b7tihPZB/r
+3srHNM9Gfmzwn7n98KBbQAIIoKWuJ6QI7PHIcnzuAEuNRZyksD6RjJ9/IgrNu0v3
+DigSf6FzwE5cnjoGZYuBEDa7IIzGSbb8ox3jq5sCI6NREAa0XCcBibWvGyqjj4un
+EBveN1Jtx296jq8pKSV2iojQXTdnyWy6xxQIJDPKtG8tXC8iU0kSlHICHeLbE68P
+VKoAPU56alw=
+=IDL5
+-----END PGP SIGNATURE-----

Added: release/httpd/httpd-2.3.16-beta-deps.tar.gz.md5
==============================================================================
--- release/httpd/httpd-2.3.16-beta-deps.tar.gz.md5 (added)
+++ release/httpd/httpd-2.3.16-beta-deps.tar.gz.md5 Mon Dec 19 13:35:31 2011
@@ -0,0 +1 @@
+a803fd0eeea9a7ca4cf975dd06c23e20 *httpd-2.3.16-beta-deps.tar.gz

Added: release/httpd/httpd-2.3.16-beta-deps.tar.gz.sha1
==============================================================================
--- release/httpd/httpd-2.3.16-beta-deps.tar.gz.sha1 (added)
+++ release/httpd/httpd-2.3.16-beta-deps.tar.gz.sha1 Mon Dec 19 13:35:31 2011
@@ -0,0 +1 @@
+6ef2dd5fdab183916f06f88070c20d3aac974577 *httpd-2.3.16-beta-deps.tar.gz

Added: release/httpd/httpd-2.3.16-beta.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: release/httpd/httpd-2.3.16-beta.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/httpd/httpd-2.3.16-beta.tar.bz2.asc
==============================================================================
--- release/httpd/httpd-2.3.16-beta.tar.bz2.asc (added)
+++ release/httpd/httpd-2.3.16-beta.tar.bz2.asc Mon Dec 19 13:35:31 2011
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (Darwin)
+
+iQIVAwUATuoG5TTqduZ5FIWoAQrDfBAAhUWAm45S4wSqhfS5Cmfb0VLNSUf/hp5g
+kpzcqngiNTM0TcIQtOyx4LZwVL3Ym9v6FJy2/qJcFo/BFGVlWRggg9ZuOuou8WO8
+ez88MSKZpYrXyn0pI+08WTQuT1eO8Tw/jk9siL9Ua7YnFF4AAMut7GzTKHTLd82h
+TXvb4VWTaQHhq5u4PfOGvT+UjaUnq+emb/htTVZRQacEyIFlhEK0fGm6jg4/60rY
++JvMYUUu8lo4HWrvHiPP39p9NrsvgTzvFoxADwkbVxNpUcsYKDu0+IBiNDgJyj7Z
+IJ0/UWAMKj3wc9UVLfRZ89GdOO7EJ/vtqzpH20L1TeSCFSt/UVXh1Raqcl5Ay+G2
+PbV0cQ7KGIY5GkB7vh1jSxkJZxq/E7enAIvkOcHeyPcG94hVXqZxh21BiM9lf7tr
+i/9YyIVBM4lfv41MRdHaRQYc6QNRaW905wJ/CpUFDsYGSiztOwjjI4a7963kDLQ5
+2UmiykwoomX8Lgb+yw1V0b8IKf7fAaURUfBxMPI9qWlwiMVG2Dm/dqpbJiVs23rZ
+J6idW4o2ZCQYUMQdRZ51eNN7cQQ+6TF0DDW+uv2vPo+1IB9e54sumB148dDws4+K
+ejnZgBQgh7wbEmyDGr9cHpv9w47Xa1miLluHJTedJnZGjfmhsHteXIdYAnsDOBEz
+8aA/pB2nDSg=
+=f2PC
+-----END PGP SIGNATURE-----

Added: release/httpd/httpd-2.3.16-beta.tar.bz2.md5
==============================================================================
--- release/httpd/httpd-2.3.16-beta.tar.bz2.md5 (added)
+++ release/httpd/httpd-2.3.16-beta.tar.bz2.md5 Mon Dec 19 13:35:31 2011
@@ -0,0 +1 @@
+0267b193ac3d355cd10c41ae6b112dcf *httpd-2.3.16-beta.tar.bz2

Added: release/httpd/httpd-2.3.16-beta.tar.bz2.sha1
==============================================================================
--- release/httpd/httpd-2.3.16-beta.tar.bz2.sha1 (added)
+++ release/httpd/httpd-2.3.16-beta.tar.bz2.sha1 Mon Dec 19 13:35:31 2011
@@ -0,0 +1 @@
+eab6c68f2ad13fc3cf235fcbf2032a594129f9db *httpd-2.3.16-beta.tar.bz2

Added: release/httpd/httpd-2.3.16-beta.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/httpd/httpd-2.3.16-beta.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/httpd/httpd-2.3.16-beta.tar.gz.asc
==============================================================================
--- release/httpd/httpd-2.3.16-beta.tar.gz.asc (added)
+++ release/httpd/httpd-2.3.16-beta.tar.gz.asc Mon Dec 19 13:35:31 2011
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (Darwin)
+
+iQIVAwUATuoG3zTqduZ5FIWoAQpSXQ/9GDarGY0d7sp8LoYiGDEt6dHrvg5s/B+c
+b6vfYJyrgWVJdvniIPwrIA7ddBUqIP03R/ZURcdCyZ9YyuPw2b8j7TqETwSow2BF
+8wPq7WX8niEa3hbq0E7R3XUqgMO/gZt3Bocq610E9g8hEEsUSzgWYmjbwbaUF0kt
+nl3NP4XdrLh48otCj/eicae0GsY5FzmrTzAx3G7UkI4rtTh0vj11igDkoaFXy7ox
+wpZnBLK/dB96BS9hwL1lFbp2EuaI4tAMK6x+ui93I0YC6bi9CwD681JNsuEKiUSs
+FLczch5I2BBMgMhN4EsvS5sNh/qzabZ5hPVdJIG/ALqbxEVU1afTmIZMWciaRqgB
+SbBPlI3H2wvSsK292Gzm0B759mgSp0xgBfetvPnWeDK1NszNq65Vk1zL5dD/xHZH
+1B5RK9Sn8fJ3k980+yOXOOZ+2XBtE/jQdxcyxCGcNRXetQfntyFg8/Ok/UcZyyS9
+Hh51oVyVrQzJg5wkYZURESF8j7VLjzT6b5w8OWVOfJny6k8fnRLV51CuqLJa3NQH
+B4sTJyfL0HK0PD15GiccdiLFMwADtw3olV90DrCNOoUEiSAdkW3C7I+XGh8hqhqz
+Wqzz3HfL+UFTOYmfm+7qwcC1ZgJetrxrVXfhKk/YK9pZ0U2EsvY5LYiKzuS+JI6D
+CLh048QsTg8=
+=+8FZ
+-----END PGP SIGNATURE-----

Added: release/httpd/httpd-2.3.16-beta.tar.gz.md5
==============================================================================
--- release/httpd/httpd-2.3.16-beta.tar.gz.md5 (added)
+++ release/httpd/httpd-2.3.16-beta.tar.gz.md5 Mon Dec 19 13:35:31 2011
@@ -0,0 +1 @@
+010f83ba146ce359e770a7eb45278477 *httpd-2.3.16-beta.tar.gz

Added: release/httpd/httpd-2.3.16-beta.tar.gz.sha1
==============================================================================
--- release/httpd/httpd-2.3.16-beta.tar.gz.sha1 (added)
+++ release/httpd/httpd-2.3.16-beta.tar.gz.sha1 Mon Dec 19 13:35:31 2011
@@ -0,0 +1 @@
+bcae1979d81697b160267565fb86442d5ba49204 *httpd-2.3.16-beta.tar.gz