From: Joe Orton Date: Thu, 29 Jan 2026 11:02:07 +0000 (+0000) Subject: CI: Bump OpenSSL versions for new releases. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bb2a8434021f3e306a36865abd5a349d84a935;p=thirdparty%2Fapache%2Fhttpd.git CI: Bump OpenSSL versions for new releases. Github: closes #600 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931591 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c1cb5e8044..57b61ee76e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -289,7 +289,7 @@ jobs: config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto notest-cflags: -Werror -O2 -Wno-deprecated-declarations env: | - TEST_OPENSSL3=3.4.3 + TEST_OPENSSL3=3.4.4 APR_VERSION=1.7.6 APU_VERSION=1.6.3 APU_CONFIG="--without-crypto" @@ -298,7 +298,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.3 + TEST_OPENSSL3=3.4.4 OPENSSL_CONFIG=no-engine APR_VERSION=1.7.6 APU_VERSION=1.6.3 @@ -309,7 +309,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.4 + TEST_OPENSSL3=3.5.5 OPENSSL_CONFIG=no-engine APR_VERSION=1.7.6 APU_VERSION=1.6.3