]> granicus.if.org Git - python/commitdiff
Issue #23212: 2.7-specific OS X installer updates
authorNed Deily <nad@acm.org>
Fri, 9 Jan 2015 21:29:04 +0000 (13:29 -0800)
committerNed Deily <nad@acm.org>
Fri, 9 Jan 2015 21:29:04 +0000 (13:29 -0800)
Mac/BuildScript/README.txt
Mac/BuildScript/resources/ReadMe.rtf
Misc/NEWS

index 5a1135013a354b61090b7fc7c4e861263aa168d6..6f6b20a013f23066160e8093a60602d9dab18896 100644 (file)
@@ -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)
index affc1773ab2789fd978022416a289b365d8a718b..011aa868dcbb837e622b67c41824823b88bb979f 100644 (file)
@@ -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 
index be0bc872ce1701e9626f34512d4323d4e9f8852b..cb90d13c2ec45a0694fa77827060fc3a902096dd 100644 (file)
--- 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?
 ===========================