Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
dc5b2f30
Commit
dc5b2f30
authored
Mar 19, 2015
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
parent
a79f2ac9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
Mac/BuildScript/build-installer.py
Mac/BuildScript/build-installer.py
+3
-3
Mac/BuildScript/openssl_sdk_makedepend.patch
Mac/BuildScript/openssl_sdk_makedepend.patch
+8
-8
Misc/NEWS
Misc/NEWS
+1
-1
No files found.
Mac/BuildScript/build-installer.py
View file @
dc5b2f30
...
...
@@ -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.2
a
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
a
.tar.gz"
,
checksum
=
'
a06c547dac9044161a477211049f60ef
'
,
patches
=
[
"openssl_sdk_makedepend.patch"
,
],
...
...
Mac/BuildScript/openssl_sdk_makedepend.patch
View file @
dc5b2f30
#
HG changeset patch
#
Parent
973741cf5a045b2ba895094d98b2c3649dc00b61
#
Parent
25a9af415e8c3faf591c360d5f0e361d049b2b43
#
openssl_sdk_makedepend.patch
#
# using openssl 1.0.2
# using openssl 1.0.2
a
#
# - 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
...
...
Misc/NEWS
View file @
dc5b2f30
...
...
@@ -101,7 +101,7 @@ Build
-
Issue
#
23445
:
pydebug
builds
now
use
"gcc -Og"
where
possible
,
to
make
the
resulting
executable
faster
.
-
Issue
#
23
593
:
Update
OS
X
10.5
installer
build
to
use
OpenSSL
1.0.2
.
-
Issue
#
23
686
:
Update
OS
X
10.5
installer
build
to
use
OpenSSL
1.0.2
a
.
What
's New in Python 3.4.3?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment