Hi List The Binary problem (?): In this recently added plugin I can find cython modules precompiled in forms odf pyd, or so. (and relative cython code) Following the presentation in: https://www.youtube.com/watch?v=zz3jbM_JBTo I understand that the reason is performance, but how to prevent loading malicious shared objects?
* probably we should start to plan a safe infrastructure to allow uploading plugin with compiled modules... any idea other than a simple checksum? The license problem (?): other question is regarding the cython algorithm. I can read in https://github.com/AequilibraE/AequilibraE/blob/master/aequilibrae/paths/AoN.pyx#L23 "Codes for route ennumeration, DAG construction and Link nesting were written by Pedro Camargo (2013) and have all their rights reserved to the author" Obviously the author has right reserved, an in the same code the author refer to the LICENSE.txt that is a standard GPL license: here: https://github.com/AequilibraE/AequilibraE/blob/master/aequilibrae/paths/AoN.pyx#L18 and here: https://github.com/AequilibraE/AequilibraE/blob/master/LICENSE.TXT how should we have to read the "right reserved" sencence by the author? regards Luigi Pirelli ************************************************************************************************** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli * GitHub: https://github.com/luipir * Mastering QGIS 2nd Edition: * https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition ************************************************************************************************** On 18 December 2016 at 14:28, <[email protected]> wrote: > > Plugin AequilibraE approval by pcav. > The plugin version "[1102] AequilibraE 0.3.3" is now approved > Link: http://plugins.qgis.org/plugins/AequilibraE/ > _______________________________________________ > Qgis-developer mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
