[issue11172] Avoid '.' as runpath on AIX

2011-02-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Now backported as part of issue 941346. -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> AIX shared library fix ___ Python tracker

[issue11172] Avoid '.' as runpath on AIX

2011-02-16 Thread Sébastien Sablé
Sébastien Sablé added the comment: This has been corrected for python 3.2 in issue 941346. Need to be tested on python 2.7. -- ___ Python tracker ___ ___

[issue11172] Avoid '.' as runpath on AIX

2011-02-10 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +pitrou, sable ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue11172] Avoid '.' as runpath on AIX

2011-02-10 Thread Michael Haubenwallner
New submission from Michael Haubenwallner : Spotted in issue#941346 msg#128214, the "-L$(srcdir)" should be removed from BLDSHARED on AIX: The problem is that '-L$(srcdir)' adds '$(srcdir)' to the runpath too (as there is no '-blibpath' argument), opening a security hole for libpythonX.Y.so as