From 7a3082f60a36e17e62669fc423c8890193acb2d2 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 9 Jan 2015 13:29:04 -0800 Subject: [PATCH] Issue #23212: 2.7-specific OS X installer updates --- Mac/BuildScript/README.txt | 2 +- Mac/BuildScript/resources/ReadMe.rtf | 2 +- Misc/NEWS | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt index 5a1135013a..6f6b20a013 100644 --- a/Mac/BuildScript/README.txt +++ b/Mac/BuildScript/README.txt @@ -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) diff --git a/Mac/BuildScript/resources/ReadMe.rtf b/Mac/BuildScript/resources/ReadMe.rtf index affc1773ab..011aa868dc 100644 --- a/Mac/BuildScript/resources/ReadMe.rtf +++ b/Mac/BuildScript/resources/ReadMe.rtf @@ -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 diff --git a/Misc/NEWS b/Misc/NEWS index be0bc872ce..cb90d13c2e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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? =========================== -- 2.50.1