diff --git a/build.assets/Dockerfile b/build.assets/Dockerfile index b8650e6650b65..a9935fc027a4c 100644 --- a/build.assets/Dockerfile +++ b/build.assets/Dockerfile @@ -38,9 +38,9 @@ RUN git clone --depth=1 https://github.com/PJK/libcbor.git -b v0.10.2 && \ # Install openssl. # install_sw install only binaries, skips docs. -RUN git clone --depth=1 https://github.com/openssl/openssl.git -b openssl-3.0.9 && \ +RUN git clone --depth=1 https://github.com/openssl/openssl.git -b openssl-3.0.10 && \ cd openssl && \ - [ "$(git rev-parse HEAD)" = 'de90e54bbe82e5be4fb9608b6f5c308bb837d355' ] && \ + [ "$(git rev-parse HEAD)" = '245cb0291e0db99d9ccf3692fa76f440b2b054c2' ] && \ ./config --release --libdir=/usr/local/lib && \ make && \ make install_sw diff --git a/build.assets/Dockerfile-centos7 b/build.assets/Dockerfile-centos7 index b1d784fa4530b..17b7f7e103adf 100644 --- a/build.assets/Dockerfile-centos7 +++ b/build.assets/Dockerfile-centos7 @@ -42,9 +42,9 @@ RUN git clone --depth=1 https://github.com/PJK/libcbor.git -b v0.10.2 && \ # Install openssl. # install_sw install only binaries, skips docs. -RUN git clone --depth=1 https://github.com/openssl/openssl.git -b openssl-3.0.9 && \ +RUN git clone --depth=1 https://github.com/openssl/openssl.git -b openssl-3.0.10 && \ cd openssl && \ - [ "$(git rev-parse HEAD)" = 'de90e54bbe82e5be4fb9608b6f5c308bb837d355' ] && \ + [ "$(git rev-parse HEAD)" = '245cb0291e0db99d9ccf3692fa76f440b2b054c2' ] && \ ./config --release --libdir=/usr/local/lib64 && \ make && \ make install_sw diff --git a/build.assets/build-fido2-macos.sh b/build.assets/build-fido2-macos.sh index 604af866af359..76953951d04df 100755 --- a/build.assets/build-fido2-macos.sh +++ b/build.assets/build-fido2-macos.sh @@ -16,8 +16,8 @@ readonly MACOS_VERSION_MIN=10.13 # Note: versions are the same as the corresponding git tags for each repo. readonly CBOR_VERSION=v0.10.2 readonly CBOR_COMMIT=efa6c0886bae46bdaef9b679f61f4b9d8bc296ae -readonly CRYPTO_VERSION=openssl-3.0.9 -readonly CRYPTO_COMMIT=de90e54bbe82e5be4fb9608b6f5c308bb837d355 +readonly CRYPTO_VERSION=openssl-3.0.10 +readonly CRYPTO_COMMIT=245cb0291e0db99d9ccf3692fa76f440b2b054c2 readonly FIDO2_VERSION=1.12.0 readonly FIDO2_COMMIT=659a02679f99fd34a44e06e35dce90794f6ecc86