Skip to content

Commit

Permalink
Updated point releases of OpenSSL and Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Sep 10, 2023
1 parent 2ce252d commit ece7b1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions OpenSSL/build_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ cd OpenSSL
BASE_DIR=`pwd`
FRAMEWORK_BUILD=${BASE_DIR}/dist/OpenSSL.framework
VERSION=3.0
LONG_VERSION=3.0.0
LONG_VERSION=3.0.10
LIBSSL=libssl.${VERSION}.dylib
LIBCRYPTO=libcrypto.${VERSION}.dylib
SRC_DIR=openssl-${LONG_VERSION}
SRC_ARCHIVE=openssl-${LONG_VERSION}.tar.gz
CNF_DIR=Versions/${VERSION}/config
RSRC_DIR=dist/OpenSSL.framework/Versions/${VERSION}/Resources
URL=https://www.openssl.org/source/${SRC_ARCHIVE}
HASH=59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536
HASH=1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323

if ! [ -e ${SRC_ARCHIVE} ]; then
curl -O ${URL}
Expand Down
4 changes: 2 additions & 2 deletions Python-3.11/build_python.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
set -e
VERSION=3.11
LONG_VERSION=3.11.2
LONG_VERSION=3.11.4
cd Python-${VERSION}
BASE_DIR=`pwd`
SRC_DIR=python-${LONG_VERSION}
SRC_ARCHIVE=Python-${LONG_VERSION}.tgz
URL=https://www.python.org/ftp/python/${LONG_VERSION}/Python-${LONG_VERSION}.tgz
HASH=f6b5226ccba5ae1ca9376aaba0b0f673
HASH=bf6ec50f2f3bfa6ffbdb385286f2c628
FRAMEWORKS=${BASE_DIR}/../Frameworks
TCL_HEADERS=${FRAMEWORKS}/Tcl.framework/Versions/8.6/Headers
TCL_LIB=${FRAMEWORKS}/Tcl.framework/Versions/8.6/Tcl
Expand Down
4 changes: 2 additions & 2 deletions Python-3.11/patches/configure.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Python-3.11.2/configure.orig 2023-01-02 20:26:23.000000000 -0600
+++ Python-3.11.2/configure 2023-01-02 20:24:32.000000000 -0600
--- Python-3.11.4/configure.orig 2023-01-02 20:26:23.000000000 -0600
+++ Python-3.11.4/configure 2023-01-02 20:24:32.000000000 -0600
@@ -3666,7 +3666,7 @@

PYTHONFRAMEWORK=Python
Expand Down

0 comments on commit ece7b1b

Please sign in to comment.