[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2016-07-23 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___ Pytho

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2016-07-23 Thread Ronald Oussoren
Ronald Oussoren added the comment: Ned, Can this issue be closed? The current installers on www.python.org are signed. Ronald -- ___ Python tracker ___

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2014-09-20 Thread Ned Deily
Ned Deily added the comment: After a fair amount of research, trial-and-error, and testing on all of the OS X platforms we support, I think we're now ready to switch to signed flat packages for the OS X installers and thereby greatly improve the user installation experience on current systems.

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2014-09-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 569a889e3b6c by Ned Deily in branch '3.4': Issue #15661: Update OS X installer welcome and readme files for 3.4.2. https://hg.python.org/cpython/rev/569a889e3b6c -- nosy: +python-dev ___ Python tracker <

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2013-07-08 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 06.07.2013 18:17, Ronald Oussoren wrote: > As to the question of actually signing the installer: we ask the PSF about > acquiring a developer account once we have something that can actually be > signed. Please write to p...@python.org with an explanati

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2013-07-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: Also worthwhile to look into: http://s.sudre.free.fr/Software/Packages/about.html This is a GUI tool for creating packages, with a command-line tool for scripting. At the very least we could use this to check if it is possible to build a flat installer that

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2013-07-06 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

Re: [issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2013-07-06 Thread Ned Deily
> That package can then be opened using installer.app, but isn't usable as it. > > !) There are no pre/post scripts > > 2) User cannot select components > > 3) There is no README, License, custom logo, ... > > 4) I'm pretty sure this doesn't install the documentation > > It might be possible

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2013-07-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: I just created a very crude package with the "new" tools. $ pkgbuild --analyze --root /tmp/_py/_root pkgbuild.plist ... $ pkgbuild --root /tmp/_py/_root --identifier org.python.python34 --component-plist pkgbuild.plist pythoninstall.pkg pkgbuild: Reading comp

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2013-07-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: Creating flat packages should be easy enough, I'm hoping to experiment with them during the sprints at EP (but we're already at the end of the first day). At first I feared that creating installers in the new format would require using GUI tool, but it seems

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2012-08-15 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2012-08-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2012-08-15 Thread Ned Deily
Ned Deily added the comment: An additional point: the 3.3.0 Installer README and python.org web pages need to be updated to incorporate 10.8 installation information as necessary prior to final release. (in progress) Also, s/singing/signing/ -- ___

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2012-08-14 Thread Ned Deily
New submission from Ned Deily: OS 10.8 Mountain Lion includes a new feature that "helps protect users from downloading and installing malicious software" by providing a mechanism for developers to sign their installable objects with a unique Apple-signed Developer ID certificate. The default