Skip to content

Commit 8166dd5

Browse files
committed
Bump to recent OpenSSL, LibFFI and XZ versions.
1 parent 83c8036 commit 8166dd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ BUILD_NUMBER=custom
4040

4141
BZIP2_VERSION=1.0.8
4242

43-
XZ_VERSION=5.6.2
43+
XZ_VERSION=5.6.4
4444

4545
# Preference is to use OpenSSL 3; however, Cryptography 3.4.8 (and
4646
# probably some other packages as well) only works with 1.1.1, so
4747
# we need to preserve the ability to build the older OpenSSL (for now...)
48-
OPENSSL_VERSION=3.0.15
48+
OPENSSL_VERSION=3.0.16
4949
# OPENSSL_VERSION=1.1.1w
5050
# The Series is the first 2 digits of the version number. (e.g., 1.1.1w -> 1.1)
5151
OPENSSL_SERIES=$(shell echo $(OPENSSL_VERSION) | grep -Eo "\d+\.\d+")
5252

5353
MPDECIMAL_VERSION=4.0.0
5454

55-
LIBFFI_VERSION=3.4.6
55+
LIBFFI_VERSION=3.4.7
5656

5757
CURL_FLAGS=--disable --fail --location --create-dirs --progress-bar
5858

0 commit comments

Comments
 (0)