@@ -80,10 +80,10 @@ jobs:
8080 TEST_INSTALL=1
8181 SKIP_TESTING=1
8282 # -------------------------------------------------------------------------
83- - name : All-modules, APR 1.7.4 , APR-util 1.6.3
83+ - name : All-modules, APR 1.7.5 , APR-util 1.6.3
8484 config : --enable-mods-shared=reallyall
8585 env : |
86- APR_VERSION=1.7.4
86+ APR_VERSION=1.7.5
8787 APU_VERSION=1.6.3
8888 APU_CONFIG="--with-crypto --with-ldap"
8989 # -------------------------------------------------------------------------
@@ -163,11 +163,11 @@ jobs:
163163 BUILDCONFIG="--with-regen-expr"
164164 MFLAGS=
165165 # -------------------------------------------------------------------------
166- - name : APR 1.7.4 , APR-util 1.6.3, LDAP
166+ - name : APR 1.7.5 , APR-util 1.6.3, LDAP
167167 config : --enable-mods-shared=reallyall
168168 pkgs : ldap-utils
169169 env : |
170- APR_VERSION=1.7.4
170+ APR_VERSION=1.7.5
171171 APU_VERSION=1.6.3
172172 APU_CONFIG="--with-crypto --with-ldap"
173173 TEST_MALLOC=1
@@ -227,7 +227,7 @@ jobs:
227227 config : --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all
228228 pkgs : curl python3-pytest nghttp2-client python3-cryptography python3-requests python3-multipart python3-filelock python3-websockets
229229 env : |
230- APR_VERSION=1.7.4
230+ APR_VERSION=1.7.5
231231 APU_VERSION=1.6.3
232232 APU_CONFIG="--with-crypto"
233233 NO_TEST_FRAMEWORK=1
@@ -244,7 +244,7 @@ jobs:
244244 # python3-pytest nghttp2-client python3-cryptography python3-requests python3-filelock
245245 # golang-1.17 curl
246246 # env: |
247- # APR_VERSION=1.7.4
247+ # APR_VERSION=1.7.5
248248 # APU_VERSION=1.6.3
249249 # APU_CONFIG="--with-crypto"
250250 # GOROOT=/usr/lib/go-1.17
@@ -280,7 +280,7 @@ jobs:
280280 config : --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
281281 env : |
282282 TEST_OPENSSL3=3.1.7
283- APR_VERSION=1.7.4
283+ APR_VERSION=1.7.5
284284 APU_VERSION=1.6.3
285285 APU_CONFIG="--without-crypto"
286286 pkgs : subversion
@@ -290,7 +290,7 @@ jobs:
290290 notest-cflags : -Werror -O2 -Wno-deprecated-declarations
291291 env : |
292292 TEST_OPENSSL3=3.4.1
293- APR_VERSION=1.7.4
293+ APR_VERSION=1.7.5
294294 APU_VERSION=1.6.3
295295 APU_CONFIG="--without-crypto"
296296 pkgs : subversion
@@ -300,18 +300,18 @@ jobs:
300300 env : |
301301 TEST_OPENSSL3=3.4.1
302302 OPENSSL_CONFIG=no-engine
303- APR_VERSION=1.7.4
303+ APR_VERSION=1.7.5
304304 APU_VERSION=1.6.3
305305 APU_CONFIG="--without-crypto"
306306 pkgs : subversion
307307 # -------------------------------------------------------------------------
308- - name : OpenSSL 3.5 (beta) no-engine -Werror
308+ - name : OpenSSL 3.5 no-engine -Werror
309309 config : --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
310310 notest-cflags : -Werror -O2
311311 env : |
312- TEST_OPENSSL3=3.5.0-beta1
312+ TEST_OPENSSL3=3.5.0
313313 OPENSSL_CONFIG=no-engine
314- APR_VERSION=1.7.4
314+ APR_VERSION=1.7.5
315315 APU_VERSION=1.6.3
316316 APU_CONFIG="--without-crypto"
317317 pkgs : subversion
0 commit comments