Skip to content

Commit abe3101

Browse files
committed
Bump openssl 3.0.16 → 3.5.0
1 parent 6ba0dc8 commit abe3101

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ COPY --from=build_mpdecimal /manylinux-buildfs /
115115
COPY --from=build_sqlite3 /manylinux-buildfs /
116116
RUN if command -v apk >/dev/null 2>&1; then ldconfig /; else ldconfig; fi
117117
COPY build_scripts/build-openssl.sh /build_scripts/
118-
RUN export OPENSSL_ROOT=openssl-3.0.16 && \
119-
export OPENSSL_HASH=57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86 && \
118+
RUN export OPENSSL_ROOT=openssl-3.5.0 && \
119+
export OPENSSL_HASH=344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0 && \
120120
export OPENSSL_DOWNLOAD_URL=https://github.com/openssl/openssl/releases/download/${OPENSSL_ROOT} && \
121121
manylinux-entrypoint /build_scripts/build-openssl.sh
122122
COPY --from=cosign-bin /ko-app/cosign /usr/local/bin/cosign

tools/update_native_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _update_with_root(tool, dry_run):
7070
"curl": "curl/curl",
7171
}
7272
major = {
73-
"openssl": "3.0",
73+
"openssl": "3.5",
7474
}
7575
only = {
7676
"autoconf": r"~v?[0-9]+\.[0-9]+(\.[0-9]+)?$",

0 commit comments

Comments
 (0)