You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
python{24,25,26,27,31,32,33,34,35: bump revision to recompile after openssl deleted _SSLv2_method symbol.
I observed this with Python 2.7 and 3.5, so assuming it affects all
Python versions:
$ /opt/local/bin/python
Python 3.5.1 (default, Dec 13 2015, 13:03:13)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Setting tab completion.
>>> import ssl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 98, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_ssl.cpython-35m-darwin.so, 2): Symbol not found: _SSLv2_method
Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_ssl.cpython-35m-darwin.so
Expected in: /opt/local/lib/libssl.1.0.0.dylib
in /opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_ssl.cpython-35m-darwin.so
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@146201 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -8,7 +8,7 @@ name python32
|
||||
epoch 20120412
|
||||
# Remember to keep py32-tkinter and py32-gdbm's versions sync'd with this
|
||||
version 3.2.6
|
||||
revision 2
|
||||
revision 3
|
||||
|
||||
set major [lindex [split $version .] 0]
|
||||
set branch [join [lrange [split ${version} .] 0 1] .]
|
||||
|
||||
Reference in New Issue
Block a user