Skip to content

Commit

Permalink
[v16] Bump OpenSSL to 3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
camscale committed Sep 24, 2024
1 parent 8890ee8 commit 3151cf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.assets/buildbox/pkgconfig/libcrypto-static.pc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ modulesdir=${libdir}/ossl-modules

Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Version: 3.0.13
Version: 3.0.15
Libs: ${libdir}/libcrypto.a -ldl -pthread
Cflags: -I${includedir}
4 changes: 2 additions & 2 deletions build.assets/buildbox/thirdparty-libs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ tp-build-libcbor: fetch-git-libcbor
# -----------------------------------------------------------------------------
# openssl

openssl_VERSION = 3.0.13
openssl_VERSION = 3.0.15
openssl_GIT_REF = openssl-$(openssl_VERSION)
openssl_GIT_REF_HASH = 85cf92f55d9e2ac5aacf92bedd33fb890b9f8b4c
openssl_GIT_REF_HASH = c523121f902fde2929909dc7f76b13ceb4961efe
openssl_GIT_REPO = /~https://github.com/openssl/openssl
openssl_SRCDIR = $(call tp-src-dir,openssl)

Expand Down

0 comments on commit 3151cf5

Please sign in to comment.