python-ssl.patch (20601043) python-ssl.patch (fa6bb504)
1diff -ruN misc/Python-2.7.13/PC/VS9.0/build_ssl.py misc/build/Python-2.7.13/PC/VS9.0/build_ssl.py
2--- misc/Python-2.7.13/PC/VS9.0/build_ssl.py 2014-06-29 21:05:46.000000000 -0500
3+++ misc/build/Python-2.7.13/PC/VS9.0/build_ssl.py 2016-01-01 15:15:32.256357072 -0500
1diff -ruN misc/Python-2.7.14/PC/VS9.0/build_ssl.py misc/build/Python-2.7.14/PC/VS9.0/build_ssl.py
2--- misc/Python-2.7.14/PC/VS9.0/build_ssl.py 2014-06-29 21:05:46.000000000 -0500
3+++ misc/build/Python-2.7.14/PC/VS9.0/build_ssl.py 2016-01-01 15:15:32.256357072 -0500
4@@ -242,4 +242,4 @@
5 sys.exit(rc)
6
7 if __name__=='__main__':
8- main()
9+ sys.exit(0)
4@@ -242,4 +242,4 @@
5 sys.exit(rc)
6
7 if __name__=='__main__':
8- main()
9+ sys.exit(0)
10diff -ruN misc/Python-2.7.13/setup.py misc/build/Python-2.7.13/setup.py
11--- misc/Python-2.7.13/setup.py 2014-06-29 21:05:48.000000000 -0500
12+++ misc/build/Python-2.7.13/setup.py 2016-01-01 15:15:32.258356209 -0500
10diff -ruN misc/Python-2.7.14/setup.py misc/build/Python-2.7.14/setup.py
11--- misc/Python-2.7.14/setup.py 2014-06-29 21:05:48.000000000 -0500
12+++ misc/build/Python-2.7.14/setup.py 2016-01-01 15:15:32.258356209 -0500
13@@ -808,7 +808,15 @@
14 depends=['socketmodule.h'],
15 libraries=math_libs) )
16 # Detect SSL support for the socket module (via _ssl)
17+ UPDMINOR = os.environ.get('UPDMINOREXT')
18+ ooosslinc = os.environ.get('SOLARVERSION') + '/' + \
19+ os.environ.get('INPATH') + '/' + \
20+ 'inc'

--- 25 unchanged lines hidden ---
13@@ -808,7 +808,15 @@
14 depends=['socketmodule.h'],
15 libraries=math_libs) )
16 # Detect SSL support for the socket module (via _ssl)
17+ UPDMINOR = os.environ.get('UPDMINOREXT')
18+ ooosslinc = os.environ.get('SOLARVERSION') + '/' + \
19+ os.environ.get('INPATH') + '/' + \
20+ 'inc'

--- 25 unchanged lines hidden ---