Skip to content

Commit 97ad46b

Browse files
committed
Issue python#23212: Update OS X installer build OpenSSL to 1.0.1k.
(currently only used for builds with <= 10.5 deployment targets)
1 parent 686fe6e commit 97ad46b

2 files changed

Lines changed: 12 additions & 10 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.1j",
241-
url="https://www.openssl.org/source/openssl-1.0.1j.tar.gz",
242-
checksum='f7175c9cd3c39bb1907ac8bba9df8ed3',
240+
name="OpenSSL 1.0.1k",
241+
url="https://www.openssl.org/source/openssl-1.0.1k.tar.gz",
242+
checksum='d4f002bd22a56881340105028842ae1f',
243243
patches=[
244244
"openssl_sdk_makedepend.patch",
245245
],

Mac/BuildScript/openssl_sdk_makedepend.patch

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# openssl_sdk_makedepend.patch
22
#
3-
# using openssl 1.0.1j
3+
# using openssl 1.0.1k
44
#
55
# - support building with an OS X SDK
66
# - allow "make depend" to use compilers with names other than "gcc"
77

88
diff Configure
9-
--- a/Configure Fri Dec 05 01:24:16 2014 -0800
10-
+++ b/Configure Fri Dec 05 01:52:29 2014 -0800
9+
10+
diff -r 99ae439a07f1 Configure
11+
--- a/Configure Fri Jan 09 12:50:43 2015 -0800
12+
+++ b/Configure Fri Jan 09 12:53:52 2015 -0800
1113
@@ -577,11 +577,11 @@
1214

1315
##### MacOS X (a.k.a. Rhapsody or Darwin) setup
@@ -25,7 +27,7 @@ diff Configure
2527
"debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
2628
# iPhoneOS/iOS
2729
"iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
28-
@@ -1624,7 +1624,7 @@
30+
@@ -1629,7 +1629,7 @@
2931
s/^CC=.*$/CC= $cc/;
3032
s/^AR=\s*ar/AR= $ar/;
3133
s/^RANLIB=.*/RANLIB= $ranlib/;
@@ -34,9 +36,9 @@ diff Configure
3436
}
3537
s/^CFLAG=.*$/CFLAG= $cflags/;
3638
s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
37-
diff util/domd
38-
--- a/util/domd Fri Dec 05 01:24:16 2014 -0800
39-
+++ b/util/domd Fri Dec 05 01:52:29 2014 -0800
39+
diff -r 99ae439a07f1 util/domd
40+
--- a/util/domd Fri Jan 09 12:50:43 2015 -0800
41+
+++ b/util/domd Fri Jan 09 12:53:52 2015 -0800
4042
@@ -14,7 +14,7 @@
4143
cp Makefile Makefile.save
4244
# fake the presence of Kerberos

0 commit comments

Comments
 (0)