Skip to content

Commit 7fd6709

Browse files
committed
Bump OpenSSL version.
1 parent 48611cb commit 7fd6709

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ jobs:
6262
* mpdecimal ${{ needs.ci.outputs.MPDECIMAL_VERSION }}
6363
* OpenSSL ${{ needs.ci.outputs.OPENSSL_VERSION }}
6464
* XZ ${{ needs.ci.outputs.XZ_VERSION }}
65+
* Zstandard ${{ needs.ci.outputs.ZSTD_VERSION }}
6566
artifacts: "dist/*"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PYTHON_VER=$(basename $(PYTHON_VERSION))
3030
BZIP2_VERSION=1.0.8-2
3131
LIBFFI_VERSION=3.4.7-2
3232
MPDECIMAL_VERSION=4.0.0-2
33-
OPENSSL_VERSION=3.0.16-2
33+
OPENSSL_VERSION=3.0.17-1
3434
XZ_VERSION=5.6.4-2
3535
ZSTD_VERSION=1.5.7-1
3636

0 commit comments

Comments
 (0)