New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== gpgsig -----BEGIN PGP SIGNATURE----- iQEcBAABCAAGBQJYtHy/AAoJEH0Oec13Yh7Nie0IAJgGbWj9LvC9OYyPaChmWaKk 1fzK5AQbfvh0iO6TS7TmlV365AHOftcrpIzfPyUxEQf8dkCJ3ODe1ygcf6nY58AJ Fts7KcYcjUfeMBt36wrSnYk+TRE/VISVuil0kRA0v0kkdo0HERCcUjOKgIa4LDvu UULR+se9b2zHwNefTdq6gFsdAguAsLUsQJ88AzfNmqlpnqTLKrWV9Ecvp+/SKhSn 6EL9F9sY3/xJLnzEtKDqQQn74fLEgnT9ZWpHFpior6ioJiMlbUy6i3Tq4tOE3Ip4 uqE6+YTtAiU3ibeM5rKH5dTkddd1a+EZLbRUcDLi9xascfce+oMhHJXq+F231vk= =ZBVp -----END PGP SIGNATURE----- note recent changes Alan T. DeKok@2017-02-27T19:23:40Z Files modified: * doc/ChangeLog Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b3a9fb1dac390def850ba... ====== Merge pull request #1592 from spbnick/dlopen_actual_libpython Dlopen the actual linked libpython Alan DeKok (via GitHub)@2017-02-27T18:42:04Z Files modified: * src/modules/rlm_python/config.h.in * src/modules/rlm_python/configure * src/modules/rlm_python/configure.ac * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1d9a88afd89aacb39de06... ====== Dlopen the actual linked libpython In rlm_python, if dl_iterate_phdr(3) is available, dlopen libpython shared library at the actual path it was linked with on loading, instead of with just its linker name (version-less SONAME). This removes the need to have the linker name symlink (e.g. "libpython2.7.so") in library directory, which is normally installed only with the development packages. I.e. this removes the requirement of having python-devel/libpython-dev installed, when loading rlm_python. Nikolai Kondrashov@2017-02-16T08:37:25Z Files modified: * src/modules/rlm_python/config.h.in * src/modules/rlm_python/configure * src/modules/rlm_python/configure.ac * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e6c8c3e2c5905410ca800... ====== gpgsig -----BEGIN PGP SIGNATURE----- iQEcBAABCAAGBQJYtHCeAAoJEH0Oec13Yh7N4sYIAKNjSzbkfhDeOQ6uBStnQtWQ SxxVDnItm6AgDog76a1ahnJV2J3wa4bOeFr/a8a1RLzPMpEqXBMJRhhzgnMO7Uws hoIAjBzTW3m5yIqHhmQL0ZoNhaemvsMMGYBMWYs+9/7PFzqHX7P6bXE7CzD4NniZ pzaGCHbLsLp8HdkdF5lKMMO8UDUuwX3Q7fZd2O6rodpf2HOxQpsf6SgiQbvSIQI3 04fo8kywmGRGkvDTN9elhfgTaWTOGCFxKrR80xuZDiRo51epGIm67hsHnl6BRaru iJAYUQN1SilOJflfWXTZxqDFg7pSP84ISrSQmTeQZ1CtHV/mn6U4qdJyCvrMmVg= =64XT -----END PGP SIGNATURE----- Document python_path and gotchas. Addresses #1845 Alan T. DeKok@2017-02-27T18:31:31Z Files modified: * raddb/mods-available/python Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/70f66a345a35338d99f79... ====== -- This commit summary was generated @2017-02-28T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).