Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0c6cd3

Browse files
committed
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
1 parent 64c439d commit f0c6cd3

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ def library_recipes():
237237

238238
result.extend([
239239
dict(
240-
name="OpenSSL 1.0.2",
241-
url="https://www.openssl.org/source/openssl-1.0.2.tar.gz",
242-
checksum='38373013fc85c790aabf8837969c5eba',
240+
name="OpenSSL 1.0.2a",
241+
url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz",
242+
checksum='a06c547dac9044161a477211049f60ef',
243243
patches=[
244244
"openssl_sdk_makedepend.patch",
245245
],

Mac/BuildScript/openssl_sdk_makedepend.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# HG changeset patch
2-
# Parent 973741cf5a045b2ba895094d98b2c3649dc00b61
2+
# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
33
# openssl_sdk_makedepend.patch
44
#
5-
# using openssl 1.0.2
5+
# using openssl 1.0.2a
66
#
77
# - support building with an OS X SDK
88
# - allow "make depend" to use compilers with names other than "gcc"
99

1010
diff Configure
1111

12-
diff -r 973741cf5a04 Configure
13-
--- a/Configure Thu Mar 05 13:45:59 2015 -0800
14-
+++ b/Configure Thu Mar 05 14:00:20 2015 -0800
12+
diff --git a/Configure b/Configure
13+
--- a/Configure
14+
+++ b/Configure
1515
@@ -617,12 +617,12 @@
1616

1717
##### MacOS X (a.k.a. Rhapsody or Darwin) setup
@@ -40,9 +40,9 @@ diff -r 973741cf5a04 Configure
4040
}
4141
s/^CFLAG=.*$/CFLAG= $cflags/;
4242
s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
43-
diff -r 973741cf5a04 util/domd
44-
--- a/util/domd Thu Mar 05 13:45:59 2015 -0800
45-
+++ b/util/domd Thu Mar 05 14:00:20 2015 -0800
43+
diff --git a/util/domd b/util/domd
44+
--- a/util/domd
45+
+++ b/util/domd
4646
@@ -14,7 +14,7 @@
4747
cp Makefile Makefile.save
4848
# fake the presence of Kerberos

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Build
101101
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
102102
the resulting executable faster.
103103

104-
- Issue #23593: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
104+
- Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
105105

106106

107107
What's New in Python 3.4.3?

0 commit comments

Comments
 (0)