You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/09/10 15:19:54 UTC

svn commit: r49868 [3/3] - /dev/httpd/

Added: dev/httpd/CHANGES_2.4.49
==============================================================================
--- dev/httpd/CHANGES_2.4.49 (added)
+++ dev/httpd/CHANGES_2.4.49 Fri Sep 10 15:19:53 2021
@@ -0,0 +1,136 @@
+                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.4.49
+
+  *) core/mod_proxy/mod_ssl:
+     Adding `outgoing` flag to conn_rec, indicating a connection is
+     initiated by the server to somewhere, in contrast to incoming
+     connections from clients.
+     Adding 'ap_ssl_bind_outgoing()` function that marks a connection
+     as outgoing and is used by mod_proxy instead of the previous
+     optional function `ssl_engine_set`. This enables other SSL
+     module to secure proxy connections.
+     The optional functions `ssl_engine_set`, `ssl_engine_disable` and
+     `ssl_proxy_enable` are now provided by the core to have backward
+     compatibility with non-httpd modules that might use them. mod_ssl
+     itself no longer registers these functions, but keeps them in its
+     header for backward compatibility.
+     The core provided optional function wrap any registered function
+     like it was done for `ssl_is_ssl`.
+     [Stefan Eissing]
+
+  *) mod_ssl: Support logging private key material for use with
+     wireshark via log file given by SSLKEYLOGFILE environment
+     variable.  Requires OpenSSL 1.1.1.  PR 63391.  [Joe Orton]
+
+  *) mod_proxy: Do not canonicalize the proxied URL when both "nocanon" and
+     "ProxyPassInterpolateEnv On" are configured.  PR 65549.
+     [Joel Self <joelself gmail.com>]
+
+  *) mpm_event: Fix children processes possibly not stopped on graceful
+     restart.  PR 63169.  [Joel Self <joelself gmail.com>]
+
+  *) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
+     protocols from mod_proxy_http, and a timeout triggering falsely when
+     using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
+     upgrade= setting.  PRs 65521 and 65519.  [Yann Ylavic]
+
+  *) mod_unique_id: Reduce the time window where duplicates may be generated
+     PR 65159
+     [Christophe Jaillet]
+
+  *) mpm_prefork: Block signals for child_init hooks to prevent potential
+     threads created from there to catch MPM's signals.
+     [Ruediger Pluem, Yann Ylavic]
+
+  *) Revert "mod_unique_id: Fix potential duplicated ID generation under heavy load.
+     PR 65159" added in 2.4.47.
+     This causes issue on Windows.
+     [Christophe Jaillet]
+
+  *) mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.  [Yann Ylavic]
+
+  *) mod_md: Certificate/keys pairs are verified as matching before a renewal is accepted
+     as successful or a staged renewal is replacing the existing certificates.
+     This avoid potential mess ups in the md store file system to render the active
+     certificates non-working. [@mkauf]
+
+  *) mod_proxy: Faster unix socket path parsing in the "proxy:" URL.
+     [Yann Ylavic]
+
+  *) mod_ssl: tighten the handling of ALPN for outgoing (proxy)
+     connections. If ALPN protocols are provided and sent to the
+     remote server, the received protocol selected is inspected
+     and checked for a match. Without match, the peer handshake
+     fails.
+     An exception is the proposal of "http/1.1" where it is
+     accepted if the remote server did not answer ALPN with
+     a selected protocol. This accomodates for hosts that do
+     not observe/support ALPN and speak http/1.x be default.
+
+  *) mod_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
+     with others when their URLs contain a '$' substitution.  PR 65419 + 65429.
+     [Yann Ylavic]
+
+  *) mod_dav: Add method_precondition hook. WebDAV extensions define
+     conditions that must exist before a WebDAV method can be executed.
+     This hook allows a WebDAV extension to verify these preconditions.
+     [Graham Leggett]
+
+  *) Add hooks deliver_report and gather_reports to mod_dav.h. Allows other
+     modules apart from versioning implementations to handle the REPORT method.
+     [Graham Leggett]
+
+  *) Add dav_get_provider(), dav_open_lockdb(), dav_close_lockdb() and
+     dav_get_resource() to mod_dav.h. [Graham Leggett]
+
+  *) core: fix ap_escape_quotes substitution logic. [Eric Covener]
+
+  *) Easy patches: synch 2.4.x and trunk
+     - mod_auth_basic: Use ap_cstr_casecmp instead of strcasecmp.
+     - mod_ldap: log and abort locking errors.
+     - mod_ldap: style fix for r1831165
+     - mod_ldap: build break fix for r1831165
+     - mod_deflate: Avoid hard-coded "%ld" format strings in mod_deflate's logging statements
+     - mod_deflate: Use apr_uint64_t instead of uint64_t (follow up to r1849590)
+     - mod_forensic: Follow up to r1856490: missing one mod_log_forensic test_char_table case.
+     - mod_rewrite: Save a few cycles.
+     - mod_request: Fix a comment (missing '_' in 'keep_body') and some style issues
+     - core: remove extra whitespace in HTTP_NOT_IMPLEMENTED
+    [Christophe Jaillet]
+
+  *) core/mpm: add hook 'child_stopping` that gets called when the MPM is
+     stopping a child process. The additional `graceful` parameter allows
+     registered hooks to free resources early during a graceful shutdown.
+     [Yann Ylavic, Stefan Eissing]
+
+  *) mod_proxy: Fix icomplete initialization of BalancerMember(s) from the
+     balancer-manager, which can lead to a crash.  [Yann Ylavic]
+
+  *) mpm_event: Fix graceful stop/restart of children processes if connections
+     are in lingering close for too long.  [Yann Ylavic]
+
+  *) mod_md: fixed a potential null pointer dereference if ACME/OCSP
+     server returned 2xx responses without content type. Reported by chuangwen.
+     [chuangwen, Stefan Eissing]
+
+  *) mod_md:
+     - Domain names in `<MDomain ...>` can now appear in quoted form.
+     - Fixed a failure in ACME challenge selection that aborted further searches
+       when the tls-alpn-01 method did not seem to be suitable.
+     - Changed the tls-alpn-01 setup to only become unsuitable when none of the
+       dns names showed support for a configured 'Protocols ... acme-tls/1'. This
+       allows use of tls-alpn-01 for dns names that are not mapped to a VirtualHost.
+     [Stefan Eissing]
+
+  *) Add CPING to health check logic. [Jean-Frederic Clere]
+
+  *) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
+
+  *) core, h2: common ap_parse_request_line() and ap_check_request_header()
+     code. [Yann Ylavic]
+
+  *) core: Add StrictHostCheck to allow unconfigured hostnames to be
+     rejected. [Eric Covener]
+
+  *) htcacheclean: Improve help messages.  [Christophe Jaillet]
+

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.asc
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.asc (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.asc Fri Sep 10 15:19:53 2021
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmE7YfoACgkQ03fJ59GU
+TGaWWA//eBs+KhNakKHFuggPqCV5+FNev+j4yW2Mf33hg5UYaHuVBtOEFE+x788U
+k8JHAyopYN3yfxpLCZnEqFH9yIdvZKZGCrBrnacZfwKZLW82nZr3XiXRpDDX2TI7
+XmHYvLpisxwHZl+TPMPkqqArT9p5yOrXRvv3i8gWXWkuPfYKM2hHPGMbFNlct8rX
+vPhQXiQqfbn6ixQ3smRJaDD/jWyhVVc8lUxUDcPZmis0ZqVtK8xQGfAiDxoX33Pj
+dgXm0n2nlWcRbtGfvuIqEvGBkdzJYhu2M0PeY/sluod7fdwZyMEEFwZAGB+j9r9s
+nipRCwXTa/bZQo2AxV20h6Ubng/u6hef1sZeyk5LSJHc9hfJpz3IPo8S5IX5NnlB
+i2078RjIPGugA+5F8gjStB1BfPnb2mUEMNCQU/yp4XRiJVy96bazmN/9oXdcz9xy
+iTi1Y8Mv3HN7v7Zt/B94ypYaNtiH+ST36+CL0H7aQ4LI8WD14AMyqjGfdjBiL7RE
+vuUTsZzOOkhcnxMYPZ5+KJM+yWNCFN8sIMidR1LBOrh9dMSH8p5Qbg4Df1kGlY26
+UT3XJZVJWsqrcQltR3m+jJfffmSbQZTnFF1MCAmy8RuHdxCjYiQpiCtz5SkAnDSe
+AhUUbzTu97GakADOy1GjGvjopbXB+P9vswA/1iGGSbDjcyAKnR0=
+=LAJr
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.md5
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.md5 (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.md5 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+1622f0459f24d1cd2090a672b6b72b04 *httpd-2.4.49-rc1-deps.tar.bz2

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha1
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha1 (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha1 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+0ed6436c8ddecf91e8805474f5619e1ff34e24ff *httpd-2.4.49-rc1-deps.tar.bz2

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha256
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha256 (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha256 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+e7f4a94cbe02c27fd397a856f32f13a0eb75c3ccfd229d3dfc7495f7f23d81b3 *httpd-2.4.49-rc1-deps.tar.bz2

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha512
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha512 (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.bz2.sha512 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+1899b21ccbeb898caa6351f4721a324afbd4231efd124e78f0b618b80033341aaf901bf35fbfc81d33e8fdae6852bc5fcdc92671df6d0cefec700960ad93a02e *httpd-2.4.49-rc1-deps.tar.bz2

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.49-rc1-deps.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.asc
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.asc (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.asc Fri Sep 10 15:19:53 2021
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmE7Yd4ACgkQ03fJ59GU
+TGZoMQ/+PtE9NsRFmmfWClNEJPGmh7a77OCHKxgv/MQxlp9S9mZ3Jqgkj7aXDDII
+t5cArHk9p9vkGb6FJbWxhJ5mJ1oid7dJBJjRQQ8vzuSINMeWjo7AALLtEqYF8CFP
+rtEPx3eanRti7FqaKfGoAngMPrt+FWKLgPXcXad1IWaJhStyzhsonf10yrGvTksu
+hj2r3+5SOlzU/WLuA62KijRTVdzdJqwMzaSJLxQVTBBP8ASLI+pDPx0BaGLlfCjC
+82on0mL+D0U5QNUQWq85yq7o3aFXbUfNFlj/oEJGYizxT9PhfnPU23JOEw1UjeYv
+kZLHVOj+I95NS+MRxEn43n8tVuOmrDa2LTC1Eh/VetCa71usSkiINkmhN6rQ4tQQ
+/z/kJKz4JdMCh+P5v3UR5ShPrhvcyjymRQ5OZOoONlpNx2cVKZxc4cJjXFf15JbB
+KTIgusHu/jGd3Df5aFRwoUEO71rtH/9kHTN9wc12dkQfftxCBift3AbtzeYPLZhX
+M7OB96lxE3h1tmLIF83IVSyayPvROj1qB7A+tHsv9RKDKEAAmq6UH51BMRDsVUZV
+zQq8YdAm7O7BfD3eg1ToB01j/z+/F7mbld2karDgdJQBkWP5TxbNBrUc/PR0sk1N
+CT6Ll4rDn0Q4qdD17zvT7FetchnGOEERhE3TtsMQbqB5Rey9Pe0=
+=JNmN
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.md5
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.md5 (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.md5 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+b7b36f5ee4d7cd87b8dbb11f2db8e479 *httpd-2.4.49-rc1-deps.tar.gz

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha1
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha1 (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha1 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+d79f2633fa77fee65c73462f6c739af254756d24 *httpd-2.4.49-rc1-deps.tar.gz

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha256
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha256 (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha256 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+970d6938ce12c384c4eefb03a3e3880f80947faf5b4c0f875b3cb560e1e14b7c *httpd-2.4.49-rc1-deps.tar.gz

Added: dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha512
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha512 (added)
+++ dev/httpd/httpd-2.4.49-rc1-deps.tar.gz.sha512 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+f07906ed0dab613602caf0ca63a6f0e2bbd99474f6b5d04b13e65d11f77038a3170a6b8080f5ada7a8235c62014fa0b9dba1e8d0fdc6723515e18a42ffc26472 *httpd-2.4.49-rc1-deps.tar.gz

Added: dev/httpd/httpd-2.4.49-rc1.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.49-rc1.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.49-rc1.tar.bz2.asc
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.bz2.asc (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.bz2.asc Fri Sep 10 15:19:53 2021
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmE7YfoACgkQ03fJ59GU
+TGbbug//aZ9SUOjopIEfyop/AcVdDhgXJjs0ZRQEA4DpDRWwn5//8agKAoZpe8ao
+UEqb89zTISkxEIwwUAnF5Df9g1cP6iF+pgfGQS2tNB0EIYVnOQCubd7Dj6WWr9GY
+bzA7qTgO9Y7jwyYzHlwMX1chZ49wRjoQdzQbCIjNPxRA0PdOSZn6NlcEJSfodgqH
+XQM8/akvPQ1SFwmN990ObcWMjRopwDovlRvHtyKfTSgtNjbL4Qe4PVGp9K5RYCoM
+M0QyIZokOMxpNmAh37FAd2siBSyXrJZFlgpXkXnQ6mn7EHU/+yh2XiTo/XJ0CjMf
+yytcC1l9DIW7VIH9HogdZQ9E4cvFjMLve03YbAOhzjOYdmCjU+v1gwUC6m0NV+H8
+XV573435L9BIXb4nI0TB2nbtiJiFBKcoinsps5UEX5KbAepQAC6OPqADEHQgRkCn
+9PCzruJlJUm7oh2q9BRg2qc2IoePyk5Tv7MAcT6msGcSX9Lh5TkHsLIVPdId+aZ/
+0Q7gIgME9Ej4k+LoiuJNmag7IgLQZxTk82CD9T59REslgDkkT2KP4/PzSgx8G5It
+GmtOQUX7x4AgGtu1YSSn9mbZ73P7b76ii1vHv/eOybAY7zWe/03hXaeNn0Lcgk7Z
+nBjWQfm/Pv01QgCNdpiyZ/lRj3zn4VxFMtCFNSB3ktgezxhYcWI=
+=qZK9
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.49-rc1.tar.bz2.md5
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.bz2.md5 (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.bz2.md5 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+f294efbeabcf6027fccc7983a6daa55f *httpd-2.4.49-rc1.tar.bz2

Added: dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha1
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha1 (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha1 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+17e8efc1b178ce677202d71678e380459594f697 *httpd-2.4.49-rc1.tar.bz2

Added: dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha256
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha256 (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha256 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+65b965d6890ea90d9706595e4b7b9365b5060bec8ea723449480b4769974133b *httpd-2.4.49-rc1.tar.bz2

Added: dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha512
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha512 (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.bz2.sha512 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+418e277232cf30a81d02b8554e31aaae6433bbea842bdb81e47a609469395cc4891183fb6ee02bd669edb2392c2007869b19da29f5998b8fd5c7d3142db310dd *httpd-2.4.49-rc1.tar.bz2

Added: dev/httpd/httpd-2.4.49-rc1.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.49-rc1.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.49-rc1.tar.gz.asc
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.gz.asc (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.gz.asc Fri Sep 10 15:19:53 2021
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmE7YfoACgkQ03fJ59GU
+TGZ6vw//UXnMUV4BtA9P9mhof4OC4p+EV5iwnQ4a85DtcZd37CvTeVLEf/J3+Nqz
+CBcwQjQFSKZIbOWHVLCvnrnwvWEJR/0ivUMkyJ8DngWG9Xqnog5Gmtfh6wjXa7lC
+XHTHNl8JgP/m/7OQ4J+yjzVRuw3gyDYSW4L9ToxuNlgBayicIxlxSiTYCJGb4Uff
+b28TnCPRnA/oXBRCh2AxzCn7P0zGBlFzECwy0RCSBDKwo89lG7CtaDKSmWQ4838+
+Bbh57XeDZ8thbocOuM1R/VQoJs17m1LSLuNI+BYJcMwI9/zZ5N1xo2B9apWT7lGL
+hEomKyq8CVeW6Wlw3YB6acJcZng2p6Z3yC5wcGFXpcavRx2eG2Ep5yMRyUicWyGj
+5YdJjLGMnrIlsVrEjPdwfTAq0krJdxRmiqp/FzuF5W4tAkuiGJqn1IR7FzHAq9Io
+hZuSLwg+jRHEgKyO+eojxxWC+8eUtjaxAvQ1G/YaHy1vz07dEFuqrtrMM1YsFzMk
+c2ALZB0SmKH9isUFfwo9eFCUK6p/zOdjUechyTatSXYengu9JjTqzRynhU0aDCcf
+BpZnKOdirnv7pVnosX2JdQSHwcsr7LLURg+/Vxq17l2VI7oODfKS81gccwg8PFYR
+YCcHlYBHg30KKA2urgv/c9aAvMEuIy2gozKFToPxgJXtoo2g700=
+=KzoF
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.49-rc1.tar.gz.md5
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.gz.md5 (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.gz.md5 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+1edb1895661473ea530209e29b83a982 *httpd-2.4.49-rc1.tar.gz

Added: dev/httpd/httpd-2.4.49-rc1.tar.gz.sha1
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.gz.sha1 (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.gz.sha1 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+525378680b3474ff319b83af76565891f8b98331 *httpd-2.4.49-rc1.tar.gz

Added: dev/httpd/httpd-2.4.49-rc1.tar.gz.sha256
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.gz.sha256 (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.gz.sha256 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+345d3b9b218b1974d1cebd5ae72f6a661d83b52d839310222ff9ec94abb62205 *httpd-2.4.49-rc1.tar.gz

Added: dev/httpd/httpd-2.4.49-rc1.tar.gz.sha512
==============================================================================
--- dev/httpd/httpd-2.4.49-rc1.tar.gz.sha512 (added)
+++ dev/httpd/httpd-2.4.49-rc1.tar.gz.sha512 Fri Sep 10 15:19:53 2021
@@ -0,0 +1 @@
+8efa12f239e1075c0eb8634dde5fa12e73b766a6a8f17882d6bedab8be3e02a1a15be8288413bb6da5be34e58a6e239342cdcb59ebe2d8d88ea4712028b03e5f *httpd-2.4.49-rc1.tar.gz