Skip to content

Commit

Permalink
Initial port of Python 3.10.0.
Browse files Browse the repository at this point in the history
Includes OpenSSL 1.1.1l.
  • Loading branch information
freakboy3742 committed Nov 14, 2021
1 parent 9c8ef51 commit 303c12e
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 494 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
PYTHON_VER=$(basename $(PYTHON_VERSION))

OPENSSL_VERSION_NUMBER=1.1.1
OPENSSL_REVISION=j
OPENSSL_REVISION=l
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)

BZIP2_VERSION=1.0.8
Expand Down
Loading

0 comments on commit 303c12e

Please sign in to comment.