From c72b74ccef72fb56becd55888a3aa783c4ab5b6b Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 3 Sep 2024 16:01:47 +0000 Subject: [PATCH] CI: Update to OpenSSL 3.1.7/3.3.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920440 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b1295b8604a..b14f5707743 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -286,7 +286,7 @@ jobs: - name: OpenSSL 3.1 config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto env: | - TEST_OPENSSL3=3.1.6 + TEST_OPENSSL3=3.1.7 APR_VERSION=1.7.4 APU_VERSION=1.6.3 APU_CONFIG="--without-crypto" @@ -313,7 +313,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.3.1 + TEST_OPENSSL3=3.3.2 OPENSSL_CONFIG=no-engine APR_VERSION=1.7.4 APU_VERSION=1.6.3 -- 2.47.3