Skip to content

Commit 653c6df

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents bf3fe44 + 8166dd5 commit 653c6df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
3939
4040
- name: Set up Python
41-
uses: actions/setup-python@v5.3.0
41+
uses: actions/setup-python@v5.4.0
4242
with:
4343
python-version: "3.X"
4444

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.3
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)