svn commit: r1935399 - in httpd/httpd/branches/2.4.x: . .github/workflows test test/pytest_suite
[email protected] Tue, 16 Jun 2026 07:42:24 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178159574403.2320529.4247977476751869721@svn03-he-fi> |
Author: jorton
Date: Tue Jun 16 07:42:23 2026
New Revision: 1935399
Log:
Merge r1935341 from trunk:
CI: Update to latest OpenSSL releases.
Modified:
httpd/httpd/branches/2.4.x/ (props changed)
httpd/httpd/branches/2.4.x/.github/workflows/linux.yml
httpd/httpd/branches/2.4.x/test/ (props changed)
httpd/httpd/branches/2.4.x/test/pytest_suite/ (props changed)
Modified: httpd/httpd/branches/2.4.x/.github/workflows/linux.yml
==============================================================================
--- httpd/httpd/branches/2.4.x/.github/workflows/linux.yml Tue Jun 16 07:34:07 2026 (r1935398)
+++ httpd/httpd/branches/2.4.x/.github/workflows/linux.yml Tue Jun 16 07:42:23 2026 (r1935399)
@@ -270,7 +270,7 @@ jobs:
- name: OpenSSL 3.0 LTS
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
env: |
- TEST_OPENSSL3=3.0.18
+ TEST_OPENSSL3=3.0.21
APR_VERSION=1.7.6
APU_VERSION=1.6.3
APU_CONFIG="--without-crypto"
@@ -280,7 +280,7 @@ jobs:
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
notest-cflags: -Werror -O2
env: |
- TEST_OPENSSL3=3.4.4
+ TEST_OPENSSL3=3.4.6
APR_VERSION=1.7.6
APU_VERSION=1.6.3
APU_CONFIG="--without-crypto"
@@ -289,7 +289,7 @@ jobs:
- name: OpenSSL 3.4 no-engine
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
env: |
- TEST_OPENSSL3=3.4.4
+ TEST_OPENSSL3=3.4.6
OPENSSL_CONFIG=no-engine
APR_VERSION=1.7.6
APU_VERSION=1.6.3
@@ -300,7 +300,7 @@ jobs:
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
notest-cflags: -Werror -O2
env: |
- TEST_OPENSSL3=3.5.5
+ TEST_OPENSSL3=3.5.7
OPENSSL_CONFIG=no-engine
APR_VERSION=1.7.6
APU_VERSION=1.6.3
@@ -311,7 +311,7 @@ jobs:
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
notest-cflags: -Werror -O2
env: |
- TEST_OPENSSL3=4.0.0
+ TEST_OPENSSL3=4.0.1
OPENSSL_CONFIG=
APR_VERSION=1.7.6
APU_VERSION=1.6.3