diff options
author | Ned Deily <nad@acm.org> | 2015-03-19 23:22:14 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-03-19 23:22:14 (GMT) |
commit | b3aa2e7ba355aa0b672bd6d21733d71df6668545 (patch) | |
tree | 932a308ee97414453031a72885257b4cc6cf2877 /Mac | |
parent | 484b9f3b9983e3c05f1d84ce9581fe95b0bf84b9 (diff) | |
parent | f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2 (diff) | |
download | cpython-b3aa2e7ba355aa0b672bd6d21733d71df6668545.zip cpython-b3aa2e7ba355aa0b672bd6d21733d71df6668545.tar.gz cpython-b3aa2e7ba355aa0b672bd6d21733d71df6668545.tar.bz2 |
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 | ||||
-rw-r--r-- | Mac/BuildScript/openssl_sdk_makedepend.patch | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 0ae1cb6..8728289 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -237,9 +237,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.0.2", - url="https://www.openssl.org/source/openssl-1.0.2.tar.gz", - checksum='38373013fc85c790aabf8837969c5eba', + name="OpenSSL 1.0.2a", + url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz", + checksum='a06c547dac9044161a477211049f60ef', patches=[ "openssl_sdk_makedepend.patch", ], diff --git a/Mac/BuildScript/openssl_sdk_makedepend.patch b/Mac/BuildScript/openssl_sdk_makedepend.patch index c2e66c2..5903afd 100644 --- a/Mac/BuildScript/openssl_sdk_makedepend.patch +++ b/Mac/BuildScript/openssl_sdk_makedepend.patch @@ -1,17 +1,17 @@ # HG changeset patch -# Parent 973741cf5a045b2ba895094d98b2c3649dc00b61 +# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43 # openssl_sdk_makedepend.patch # -# using openssl 1.0.2 +# using openssl 1.0.2a # # - support building with an OS X SDK # - allow "make depend" to use compilers with names other than "gcc" diff Configure -diff -r 973741cf5a04 Configure ---- a/Configure Thu Mar 05 13:45:59 2015 -0800 -+++ b/Configure Thu Mar 05 14:00:20 2015 -0800 +diff --git a/Configure b/Configure +--- a/Configure ++++ b/Configure @@ -617,12 +617,12 @@ ##### MacOS X (a.k.a. Rhapsody or Darwin) setup @@ -40,9 +40,9 @@ diff -r 973741cf5a04 Configure } s/^CFLAG=.*$/CFLAG= $cflags/; s/^DEPFLAG=.*$/DEPFLAG=$depflags/; -diff -r 973741cf5a04 util/domd ---- a/util/domd Thu Mar 05 13:45:59 2015 -0800 -+++ b/util/domd Thu Mar 05 14:00:20 2015 -0800 +diff --git a/util/domd b/util/domd +--- a/util/domd ++++ b/util/domd @@ -14,7 +14,7 @@ cp Makefile Makefile.save # fake the presence of Kerberos |