Re: [VOTE] Release httpd-2.4.68-rc1 as httpd-2.4.68

Mario Brandt <[email protected]> Sun, 7 Jun 2026 22:14:54 +0200
Newsgroups gmane.comp.apache.devel
Message-ID <CAA=k7mXCyz73ADYF38geWrghj0T4jQUHJh4ePjrZPsmsMfBsbQ@mail.gmail.com>
--0000000000009c7ffd0653af8c9b
Content-Type: text/plain; charset="UTF-8"

+1 on Debian 13

Rainer Jung <[email protected]> schrieb am So., 7. Juni 2026, 19:41:

> Am 05.06.26 um 14:58 schrieb Eric Covener:
> > Hi all,
> >
> > Please find below the proposed release tarball and signatures:
> >
> > https://dist.apache.org/repos/dist/dev/httpd/
> >
> > I would like to call a VOTE over the next few days to release
> > this candidate tarball httpd-2.4.68-rc1 as 2.4.68:
> > [ ] +1: It's not just good, it's good enough!
> > [ ] +0: Let's have a talk.
> > [ ] -1: There's trouble in paradise. Here's what's wrong.
> >
> > The computed digests of the tarball up for vote are:
> > sha256: ed9a9d4500fb48bb28eaffb3ba71d06ccf86d498fa13ab9f781da010cc488498
> > *httpd-2.4.68-rc1.tar.gz
> > sha512:
> de3d6e2dd37a600b99b63b6740a06348d6f7642109f3c35e7eb1b82088ade8a5da9145b52c232587b9c2604c33ae908d0009ada4ea3168679e7f061b3135112d
> > *httpd-2.4.68-rc1.tar.gz
> >
> > The candidate source is found at
> > <https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.68-rc1-candidate>
> > and at <https://github.com/apache/httpd/tree/2.4.68-rc1-candidate>.
>
> +1 for release and thanks for RM and especially the very intense work on
> security to everyone involved!
>
> - Sigs and hashes OK
> - contents of tarballs identical
> - contents of tag and tarballs identical
>    except for expected deltas
>
> Built on
>
> - SLES 12+15 (64 Bits)
> - RHEL 7+8+9+10 (64 Bits)
> - Solaris 10 Sparc
>
> For all platforms built
>
> - with default (shared) modules
> - with module set reallyall
> - using --enable-load-all-modules
>
> - using libraries
>    - APR/APU
>      - bundled deps tarball
>      - 1.7.6/1.6.3
>      - 1.7.x(HEAD=r1934904)/1.6.x(HEAD=r1934904)
>      - 1.7.x(HEAD=r1934904)/1.7.x(HEAD=r1934904) with expat
>      - 1.7.x(HEAD=r1934904)/1.7.x(HEAD=r1934904) with libxml2
>      - 1.8.x(HEAD=r1934904)/1.7.x(HEAD=r1934904) with expat
>      - 1.8.x(HEAD=r1934904)/1.7.x(HEAD=r1934904) with libxml2
>      - trunk(HEAD=r1934904) with expat
>      - trunk(HEAD=r1934904) with libxml2
>    - OpenSSL 4.0.0-1 3.6.2-1 3.5.6-1,
>       For OpenSSL 4 only bundled APR/APU without APU crypto
>    - expat 2.8.1
>    - pcre 10.47
>    - lua 5.5.0 (compiled with LUA_COMPAT_MODULE)
>    - libxml2 2.15.3
>    - sqlite 3.53.1
>    - libnghttp2 1.69.0
>    - brotli 1.2.0
>    - curl 8.20.0
>    - jansson 2.15.0
>    - libldap 2.6.13
>      also with platform ldap on Solaris)
>
> - in total 15 builds per platform (19 for Solaris)
>
> - Tool chain:
>      - platform gcc on Linux, gcc 9.5 on Solaris 10
>      - CFLAGS: -O2 -g -Wall -fno-strict-aliasing
>
> All builds succeeded.
>
> - compiler warnings: see below "A)"
>
> Perl tests run with OpenSSL client versions 3.6.0, 3.5.0, 3.0.15, 1.1.1w
> and  1.0.2u (for RHEL 10 with 3.6.0 3.5.4 3.0.18 1.1.1w) against every
> server build. MPMs tested event, worker, prefork.
>
>    - only failures in 1305 test runs on Linux
>      (sporadic; status code 596 in perl client)
>
>    - Sporadic failures on test runs on Solaris. Only parts of the
> combinations tested there until now, but the result seems already valid.
>
> Details of Solaris perl test failures see below "B)".
>
> Also pytest checked against one specific server version on every Linux
> variant tested, using clients with OpenSSL 4.0.0, 3.6.2, 3.5.6 and
> 3.0.20 and against every MPM.
>
> Only 5 runs out of 66 had a single (sporadic) failure.
>
> Details of Linux pytest failures see below "C)".
>
> Regards,
>
> Rainer
>
> A) Compiler warnings
> ::::::::::::::::::::
>
> - compiler warnings httpd sources:
>
>    - all builds (I use recent libxml2)
>
> modules/filters/mod_xml2enc.c:609:5: warning: 'xmlAddEncodingAlias' is
> deprecated: See
> https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html
> [-Wdeprecated-declarations]
>
> modules/filters/mod_proxy_html.c:319:5: warning: 'htmlTagLookup' is
> deprecated: See
> https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html
> [-Wdeprecated-declarations]
> modules/filters/mod_proxy_html.c:366:5: warning: 'htmlTagLookup' is
> deprecated: See
> https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html
> [-Wdeprecated-declarations]
> modules/filters/mod_proxy_html.c:404:5: warning: 'attrs_req' is
> deprecated [-Wdeprecated-declarations]
> modules/filters/mod_proxy_html.c:405:9: warning: 'attrs_req' is
> deprecated [-Wdeprecated-declarations]
> modules/filters/mod_proxy_html.c:412:17: warning: 'htmlAttrAllowed' is
> deprecated: See
> https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html
> [-Wdeprecated-declarations]
>
>    - when compiled against OpenSSL 4; might be fixed in upstream mod_md
>
> modules/md/md_crypt.c:1259:5: warning: 'X509_cmp_current_time' is
> deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]
> modules/md/md_crypt.c:1260:13: warning: 'X509_cmp_current_time' is
> deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]
> modules/md/md_crypt.c:1265:5: warning: 'X509_cmp_current_time' is
> deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]
> modules/md/md_crypt.c:1326:24: warning: initialization discards 'const'
> qualifier from pointer target type [-Wdiscarded-qualifiers]
>
> - compiler warnings bundled apr-util (from deps tarball):
>
>    - only on RHEL 10 due to newest gcc
>
> srclib/apr-util/dbm/sdbm/sdbm_pair.c:234:1: warning: old-style function
> definition [-Wold-style-definition]
> srclib/apr-util/dbm/sdbm/sdbm_pair.h:21:17: warning: old-style function
> definition [-Wold-style-definition]
> srclib/apr-util/dbm/sdbm/sdbm_pair.h:22:17: warning: old-style function
> definition [-Wold-style-definition]
> srclib/apr-util/dbm/sdbm/sdbm_pair.h:23:17: warning: old-style function
> definition [-Wold-style-definition]
> srclib/apr-util/dbm/sdbm/sdbm_pair.h:24:17: warning: old-style function
> definition [-Wold-style-definition]
> srclib/apr-util/dbm/sdbm/sdbm_pair.h:25:17: warning: old-style function
> definition [-Wold-style-definition]
> srclib/apr-util/dbm/sdbm/sdbm_pair.h:26:17: warning: old-style function
> definition [-Wold-style-definition]
> srclib/apr-util/dbm/sdbm/sdbm_pair.h:27:17: warning: old-style function
> definition [-Wold-style-definition]
> srclib/apr-util/dbm/sdbm/sdbm_pair.h:28:17: warning: old-style function
> definition [-Wold-style-definition]
>
>    - all builds, both OpenSSL versions (3.5.6, 3.6.2):
>      - seems to be already fixed in 1.6.x head and 1.7.x head
>
> srclib/apr-util/crypto/apr_crypto_openssl.c:141:5: warning:
> 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0
> [-Wdeprecated-declarations]
> srclib/apr-util/crypto/apr_crypto_openssl.c:142:5: warning:
> 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0
> [-Wdeprecated-declarations]
> srclib/apr-util/crypto/apr_crypto_openssl.c:208:9: warning:
> 'ENGINE_finish' is deprecated: Since OpenSSL 3.0
> [-Wdeprecated-declarations]
> srclib/apr-util/crypto/apr_crypto_openssl.c:209:9: warning:
> 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
> srclib/apr-util/crypto/apr_crypto_openssl.c:326:9: warning:
> 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
> srclib/apr-util/crypto/apr_crypto_openssl.c:330:9: warning:
> 'ENGINE_init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
> srclib/apr-util/crypto/apr_crypto_openssl.c:331:13: warning:
> 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
>
> - only on Solaris 10 Sparc:
>
> /srclib/apr/locks/unix/proc_mutex.c:982:49: warning:
> 'mutex_proc_pthread_cond_methods' defined but not used
> [-Wunused-const-variable=]
>
>
> B) perl unit test failures
> ::::::::::::::::::::::::::
>
> Only on Solaris, both already known.
>
> Always fails:
>
> # Failed test 4 in t/modules/buffer.t at line 37
> # Failed test 8 in t/modules/buffer.t at line 37 fail #2
>
> Fails about 2/3 of the test runs:
>
> # Failed test 3 in t/modules/sed.t at line 37 fail #2
> # posting body of size  25165824
> # ... posted body of size  25165824
> # Content Length 0
> # testing : status code for /apache/sed-echo/out-foo-grow/foobar.html
> # expected: '200'
> # received: 596
> not ok 3
>
>
> C) pytest failures
> ::::::::::::::::::
>
> Failures seem to be sporadic.
>
> modules/http2/test_004_post.py::TestPost::test_h2_004_24[0-data-1m] - ...
> modules/http2/test_004_post.py::TestPost::test_h2_004_25[0-data-1m] - ...
> modules/http2/test_004_post.py::TestPost::test_h2_004_25[0-data-1m] - ...
> modules/http2/test_004_post.py::TestPost::test_h2_004_25[0-data-1m] - ...
> modules/http2/test_008_ranges.py::TestRanges::test_h2_008_04[0] - Asse...
> modules/http2/test_500_proxy.py::TestProxy::test_h2_500_22[data-1m] - ...
> modules/http2/test_500_proxy.py::TestProxy::test_h2_500_22[data-1m] - ...
> modules/http2/test_500_proxy.py::TestProxy::test_h2_500_23[data-1m] - ...
> modules/http2/test_600_h2proxy.py::TestH2Proxy::test_h2_600_32[0] - as...
>
>
>

--0000000000009c7ffd0653af8c9b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto"><div>+1 on Debian 13<br><br><div class=3D"gmail_quote gma=
il_quote_container"><div dir=3D"ltr" class=3D"gmail_attr">Rainer Jung &lt;<=
a href=3D"mailto:[email protected]">[email protected]</a>&gt; s=
chrieb am So., 7. Juni 2026, 19:41:<br></div><blockquote class=3D"gmail_quo=
te" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204=
);padding-left:1ex">Am 05.06.26 um 14:58 schrieb Eric Covener:<br>
&gt; Hi all,<br>
&gt; <br>
&gt; Please find below the proposed release tarball and signatures:<br>
&gt; <br>
&gt; <a href=3D"https://dist.apache.org/repos/dist/dev/httpd/" rel=3D"noref=
errer noreferrer" target=3D"_blank">https://dist.apache.org/repos/dist/dev/=
httpd/</a><br>
&gt; <br>
&gt; I would like to call a VOTE over the next few days to release<br>
&gt; this candidate tarball httpd-2.4.68-rc1 as 2.4.68:<br>
&gt; [ ] +1: It&#39;s not just good, it&#39;s good enough!<br>
&gt; [ ] +0: Let&#39;s have a talk.<br>
&gt; [ ] -1: There&#39;s trouble in paradise. Here&#39;s what&#39;s wrong.<=
br>
&gt; <br>
&gt; The computed digests of the tarball up for vote are:<br>
&gt; sha256: ed9a9d4500fb48bb28eaffb3ba71d06ccf86d498fa13ab9f781da010cc4884=
98<br>
&gt; *httpd-2.4.68-rc1.tar.gz<br>
&gt; sha512: de3d6e2dd37a600b99b63b6740a06348d6f7642109f3c35e7eb1b82088ade8=
a5da9145b52c232587b9c2604c33ae908d0009ada4ea3168679e7f061b3135112d<br>
&gt; *httpd-2.4.68-rc1.tar.gz<br>
&gt; <br>
&gt; The candidate source is found at<br>
&gt; &lt;<a href=3D"https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.6=
8-rc1-candidate" rel=3D"noreferrer noreferrer" target=3D"_blank">https://sv=
n.apache.org/repos/asf/httpd/httpd/tags/2.4.68-rc1-candidate</a>&gt;<br>
&gt; and at &lt;<a href=3D"https://github.com/apache/httpd/tree/2.4.68-rc1-=
candidate" rel=3D"noreferrer noreferrer" target=3D"_blank">https://github.c=
om/apache/httpd/tree/2.4.68-rc1-candidate</a>&gt;.<br>
<br>
+1 for release and thanks for RM and especially the very intense work on <b=
r>
security to everyone involved!<br>
<br>
- Sigs and hashes OK<br>
- contents of tarballs identical<br>
- contents of tag and tarballs identical<br>
=C2=A0 =C2=A0except for expected deltas<br>
<br>
Built on<br>
<br>
- SLES 12+15 (64 Bits)<br>
- RHEL 7+8+9+10 (64 Bits)<br>
- Solaris 10 Sparc<br>
<br>
For all platforms built<br>
<br>
- with default (shared) modules<br>
- with module set reallyall<br>
- using --enable-load-all-modules<br>
<br>
- using libraries<br>
=C2=A0 =C2=A0- APR/APU<br>
=C2=A0 =C2=A0 =C2=A0- bundled deps tarball<br>
=C2=A0 =C2=A0 =C2=A0- 1.7.6/1.6.3<br>
=C2=A0 =C2=A0 =C2=A0- 1.7.x(HEAD=3Dr1934904)/1.6.x(HEAD=3Dr1934904)<br>
=C2=A0 =C2=A0 =C2=A0- 1.7.x(HEAD=3Dr1934904)/1.7.x(HEAD=3Dr1934904) with ex=
pat<br>
=C2=A0 =C2=A0 =C2=A0- 1.7.x(HEAD=3Dr1934904)/1.7.x(HEAD=3Dr1934904) with li=
bxml2<br>
=C2=A0 =C2=A0 =C2=A0- 1.8.x(HEAD=3Dr1934904)/1.7.x(HEAD=3Dr1934904) with ex=
pat<br>
=C2=A0 =C2=A0 =C2=A0- 1.8.x(HEAD=3Dr1934904)/1.7.x(HEAD=3Dr1934904) with li=
bxml2<br>
=C2=A0 =C2=A0 =C2=A0- trunk(HEAD=3Dr1934904) with expat<br>
=C2=A0 =C2=A0 =C2=A0- trunk(HEAD=3Dr1934904) with libxml2<br>
=C2=A0 =C2=A0- OpenSSL 4.0.0-1 3.6.2-1 3.5.6-1,<br>
=C2=A0 =C2=A0 =C2=A0 For OpenSSL 4 only bundled APR/APU without APU crypto<=
br>
=C2=A0 =C2=A0- expat 2.8.1<br>
=C2=A0 =C2=A0- pcre 10.47<br>
=C2=A0 =C2=A0- lua 5.5.0 (compiled with LUA_COMPAT_MODULE)<br>
=C2=A0 =C2=A0- libxml2 2.15.3<br>
=C2=A0 =C2=A0- sqlite 3.53.1<br>
=C2=A0 =C2=A0- libnghttp2 1.69.0<br>
=C2=A0 =C2=A0- brotli 1.2.0<br>
=C2=A0 =C2=A0- curl 8.20.0<br>
=C2=A0 =C2=A0- jansson 2.15.0<br>
=C2=A0 =C2=A0- libldap 2.6.13<br>
=C2=A0 =C2=A0 =C2=A0also with platform ldap on Solaris)<br>
<br>
- in total 15 builds per platform (19 for Solaris)<br>
<br>
- Tool chain:<br>
=C2=A0 =C2=A0 =C2=A0- platform gcc on Linux, gcc 9.5 on Solaris 10<br>
=C2=A0 =C2=A0 =C2=A0- CFLAGS: -O2 -g -Wall -fno-strict-aliasing<br>
<br>
All builds succeeded.<br>
<br>
- compiler warnings: see below &quot;A)&quot;<br>
<br>
Perl tests run with OpenSSL client versions 3.6.0, 3.5.0, 3.0.15, 1.1.1w <b=
r>
and=C2=A0 1.0.2u (for RHEL 10 with 3.6.0 3.5.4 3.0.18 1.1.1w) against every=
 <br>
server build. MPMs tested event, worker, prefork.<br>
<br>
=C2=A0 =C2=A0- only failures in 1305 test runs on Linux<br>
=C2=A0 =C2=A0 =C2=A0(sporadic; status code 596 in perl client)<br>
<br>
=C2=A0 =C2=A0- Sporadic failures on test runs on Solaris. Only parts of the=
 <br>
combinations tested there until now, but the result seems already valid.<br=
>
<br>
Details of Solaris perl test failures see below &quot;B)&quot;.<br>
<br>
Also pytest checked against one specific server version on every Linux <br>
variant tested, using clients with OpenSSL 4.0.0, 3.6.2, 3.5.6 and <br>
3.0.20 and against every MPM.<br>
<br>
Only 5 runs out of 66 had a single (sporadic) failure.<br>
<br>
Details of Linux pytest failures see below &quot;C)&quot;.<br>
<br>
Regards,<br>
<br>
Rainer<br>
<br>
A) Compiler warnings<br>
::::::::::::::::::::<br>
<br>
- compiler warnings httpd sources:<br>
<br>
=C2=A0 =C2=A0- all builds (I use recent libxml2)<br>
<br>
modules/filters/mod_xml2enc.c:609:5: warning: &#39;xmlAddEncodingAlias&#39;=
 is <br>
deprecated: See <br>
<a href=3D"https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.htm=
l" rel=3D"noreferrer noreferrer" target=3D"_blank">https://gnome.pages.gitl=
ab.gnome.org/libxml2/html/deprecated.html</a> <br>
[-Wdeprecated-declarations]<br>
<br>
modules/filters/mod_proxy_html.c:319:5: warning: &#39;htmlTagLookup&#39; is=
 <br>
deprecated: See <br>
<a href=3D"https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.htm=
l" rel=3D"noreferrer noreferrer" target=3D"_blank">https://gnome.pages.gitl=
ab.gnome.org/libxml2/html/deprecated.html</a> <br>
[-Wdeprecated-declarations]<br>
modules/filters/mod_proxy_html.c:366:5: warning: &#39;htmlTagLookup&#39; is=
 <br>
deprecated: See <br>
<a href=3D"https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.htm=
l" rel=3D"noreferrer noreferrer" target=3D"_blank">https://gnome.pages.gitl=
ab.gnome.org/libxml2/html/deprecated.html</a> <br>
[-Wdeprecated-declarations]<br>
modules/filters/mod_proxy_html.c:404:5: warning: &#39;attrs_req&#39; is <br=
>
deprecated [-Wdeprecated-declarations]<br>
modules/filters/mod_proxy_html.c:405:9: warning: &#39;attrs_req&#39; is <br=
>
deprecated [-Wdeprecated-declarations]<br>
modules/filters/mod_proxy_html.c:412:17: warning: &#39;htmlAttrAllowed&#39;=
 is <br>
deprecated: See <br>
<a href=3D"https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.htm=
l" rel=3D"noreferrer noreferrer" target=3D"_blank">https://gnome.pages.gitl=
ab.gnome.org/libxml2/html/deprecated.html</a> <br>
[-Wdeprecated-declarations]<br>
<br>
=C2=A0 =C2=A0- when compiled against OpenSSL 4; might be fixed in upstream =
mod_md<br>
<br>
modules/md/md_crypt.c:1259:5: warning: &#39;X509_cmp_current_time&#39; is <=
br>
deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]<br>
modules/md/md_crypt.c:1260:13: warning: &#39;X509_cmp_current_time&#39; is =
<br>
deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]<br>
modules/md/md_crypt.c:1265:5: warning: &#39;X509_cmp_current_time&#39; is <=
br>
deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]<br>
modules/md/md_crypt.c:1326:24: warning: initialization discards &#39;const&=
#39; <br>
qualifier from pointer target type [-Wdiscarded-qualifiers]<br>
<br>
- compiler warnings bundled apr-util (from deps tarball):<br>
<br>
=C2=A0 =C2=A0- only on RHEL 10 due to newest gcc<br>
<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.c:234:1: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.h:21:17: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.h:22:17: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.h:23:17: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.h:24:17: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.h:25:17: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.h:26:17: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.h:27:17: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
srclib/apr-util/dbm/sdbm/sdbm_pair.h:28:17: warning: old-style function <br=
>
definition [-Wold-style-definition]<br>
<br>
=C2=A0 =C2=A0- all builds, both OpenSSL versions (3.5.6, 3.6.2):<br>
=C2=A0 =C2=A0 =C2=A0- seems to be already fixed in 1.6.x head and 1.7.x hea=
d<br>
<br>
srclib/apr-util/crypto/apr_crypto_openssl.c:141:5: warning: <br>
&#39;ENGINE_load_builtin_engines&#39; is deprecated: Since OpenSSL 3.0 <br>
[-Wdeprecated-declarations]<br>
srclib/apr-util/crypto/apr_crypto_openssl.c:142:5: warning: <br>
&#39;ENGINE_register_all_complete&#39; is deprecated: Since OpenSSL 3.0 <br=
>
[-Wdeprecated-declarations]<br>
srclib/apr-util/crypto/apr_crypto_openssl.c:208:9: warning: <br>
&#39;ENGINE_finish&#39; is deprecated: Since OpenSSL 3.0 [-Wdeprecated-decl=
arations]<br>
srclib/apr-util/crypto/apr_crypto_openssl.c:209:9: warning: <br>
&#39;ENGINE_free&#39; is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declar=
ations]<br>
srclib/apr-util/crypto/apr_crypto_openssl.c:326:9: warning: <br>
&#39;ENGINE_by_id&#39; is deprecated: Since OpenSSL 3.0 [-Wdeprecated-decla=
rations]<br>
srclib/apr-util/crypto/apr_crypto_openssl.c:330:9: warning: <br>
&#39;ENGINE_init&#39; is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declar=
ations]<br>
srclib/apr-util/crypto/apr_crypto_openssl.c:331:13: warning: <br>
&#39;ENGINE_free&#39; is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declar=
ations]<br>
<br>
- only on Solaris 10 Sparc:<br>
<br>
/srclib/apr/locks/unix/proc_mutex.c:982:49: warning: <br>
&#39;mutex_proc_pthread_cond_methods&#39; defined but not used <br>
[-Wunused-const-variable=3D]<br>
<br>
<br>
B) perl unit test failures<br>
::::::::::::::::::::::::::<br>
<br>
Only on Solaris, both already known.<br>
<br>
Always fails:<br>
<br>
# Failed test 4 in t/modules/buffer.t at line 37<br>
# Failed test 8 in t/modules/buffer.t at line 37 fail #2<br>
<br>
Fails about 2/3 of the test runs:<br>
<br>
# Failed test 3 in t/modules/sed.t at line 37 fail #2<br>
# posting body of size=C2=A0 25165824<br>
# ... posted body of size=C2=A0 25165824<br>
# Content Length 0<br>
# testing : status code for /apache/sed-echo/out-foo-grow/foobar.html<br>
# expected: &#39;200&#39;<br>
# received: 596<br>
not ok 3<br>
<br>
<br>
C) pytest failures<br>
::::::::::::::::::<br>
<br>
Failures seem to be sporadic.<br>
<br>
modules/http2/test_004_post.py::TestPost::test_h2_004_24[0-data-1m] - ...<b=
r>
modules/http2/test_004_post.py::TestPost::test_h2_004_25[0-data-1m] - ...<b=
r>
modules/http2/test_004_post.py::TestPost::test_h2_004_25[0-data-1m] - ...<b=
r>
modules/http2/test_004_post.py::TestPost::test_h2_004_25[0-data-1m] - ...<b=
r>
modules/http2/test_008_ranges.py::TestRanges::test_h2_008_04[0] - Asse...<b=
r>
modules/http2/test_500_proxy.py::TestProxy::test_h2_500_22[data-1m] - ...<b=
r>
modules/http2/test_500_proxy.py::TestProxy::test_h2_500_22[data-1m] - ...<b=
r>
modules/http2/test_500_proxy.py::TestProxy::test_h2_500_23[data-1m] - ...<b=
r>
modules/http2/test_600_h2proxy.py::TestH2Proxy::test_h2_600_32[0] - as...<b=
r>
<br>
<br>
</blockquote></div></div></div>

--0000000000009c7ffd0653af8c9b--