Skip to content

Commit a288b8b

Browse files
committed
Update patch to Python 3.8.7.
Includes: - OpenSSL 1.1.1i - BZip2 1.0.8 - XZ 5.2.5 Fixes an issue with the webbrowser module on iOS.
1 parent 480f9c7 commit a288b8b

File tree

2 files changed

+85
-85
lines changed

2 files changed

+85
-85
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ BUILD_NUMBER=custom
3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

3232
# Version of packages that will be compiled by this meta-package
33-
PYTHON_VERSION=3.8.3
33+
PYTHON_VERSION=3.8.7
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

3636
OPENSSL_VERSION_NUMBER=1.1.1
37-
OPENSSL_REVISION=g
37+
OPENSSL_REVISION=i
3838
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3939

4040
BZIP2_VERSION=1.0.8

0 commit comments

Comments
 (0)