cpython: 447794596266 (original) (raw)

Mercurial > cpython

changeset 95077:447794596266 2.7

Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. [#23686]

Ned Deily nad@acm.org
date Thu, 19 Mar 2015 16:19:27 -0700
parents d9f3dd1d6b48
children d0b497c86c60
files Mac/BuildScript/build-installer.py Mac/BuildScript/openssl_sdk_makedepend.patch Misc/NEWS
diffstat 3 files changed, 12 insertions(+), 12 deletions(-)[+] [-] Mac/BuildScript/build-installer.py 6 Mac/BuildScript/openssl_sdk_makedepend.patch 16 Misc/NEWS 2

line wrap: on

line diff

--- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -237,9 +237,9 @@ def library_recipes(): result.extend([ dict(

--- 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

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -198,7 +198,7 @@ Build