Commit 652f606e authored by Ned Deily's avatar Ned Deily

Issue #23212: 2.7-specific OS X installer updates

parent 8fa24dc3
......@@ -30,7 +30,7 @@ yet integrated into ``build-installer.py``.
- builds the following third-party libraries
* libcrypto and libssl from OpenSSL 1.0.1j
* libcrypto and libssl from OpenSSL 1.0.1
* NCurses 5.9
* SQLite 3.7.13
* Oracle Sleepycat DB 4.8 (Python 2.x only)
......
......@@ -111,7 +111,7 @@ For OS X 10.5, Apple provides
\i0 . To solve this problem, as of 2.7.9 the
\i 10.5+ 32-bit-only python.org variant
\i0 is linked with a private copy of
\i OpenSSL 1.0.1j
\i OpenSSL 1.0.1
\i0 ; it consults the same default certificate directory,
\f1 /System/Library/OpenSSL
\f0 . As before, it is still necessary to manage certificates yourself when you use this Python variant and, with certificate verification now enabled by default, you may now need to take additional steps to ensure your Python programs have access to CA certificates you trust. If you use this Python variant to build standalone applications with third-party tools like {\field{\*\fldinst{HYPERLINK "https://pypi.python.org/pypi/py2app/"}}{\fldrslt
......
......@@ -92,6 +92,8 @@ Build
- Issue #23032: Fix installer build failures on OS X 10.4 Tiger
by disabling assembly code in the OpenSSL build.
- Issue #23212: Update 10.5 OS X installer build to use OpenSSL 1.0.1k.
What's New in Python 2.7.9?
===========================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment