[issue23117] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

2020-04-20 Thread Ned Deily


Ned Deily  added the comment:

Thanks to the additional requirements of Gatekeeper in macOS 10.15 Catalina, 
the binaries included in current python.org installers for macOS are now 
codesigned as of 3.8.2, 3.7.7, and 2.7.18.

--
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed
versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23117] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

2015-02-06 Thread Ned Deily

Ned Deily added the comment:

Using code signing on OS X sounds like a good idea but does require careful 
analysis to ensure it is being used correctly.  However, in your example, you 
are using and signing the Apple-supplied system Python.  It is not advisable to 
modify system resources like that.  You should open an issue with Apple to 
request the system Pythons be signed (https://bugreport.apple.com/).  I'll keep 
this issue open for further investigation of signing of Pythons supplied by 
python.org installers for OS X.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23117
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23117] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

2014-12-26 Thread James Wahlman

New submission from James Wahlman:

The app is not code signed properly so when using Python 2.7.9 on OS X 10.10 or 
any version or OS X I imagine when a user enables the built in OS X firewall 
and runs Python it complains about allowing the app thru the firewall. The only 
way to fix since it wasn't signed properly was to install command line tools 
then typing this in terminal:

sudo codesign -f -s - 
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app

please sign this app properly so it works without this annoying workaround. 
Thanks ;)

--
messages: 233121
nosy: James.Wahlman
priority: normal
severity: normal
status: open
title: Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23117
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23117] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

2014-12-26 Thread SilentGhost

SilentGhost added the comment:

Closed issue23118 as identical issue to this one.

--
nosy: +SilentGhost

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23117
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23117] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

2014-12-26 Thread SilentGhost

Changes by SilentGhost ghost@gmail.com:


--
components: +Macintosh
nosy: +ned.deily, ronaldoussoren
versions: +Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23117
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23117] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

2014-12-26 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
assignee:  - ned.deily
components: +Build
stage:  - needs patch
versions: +Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23117
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com