New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== dynamic_home_servers.md: Add references for listing the home servers Jorge Pereira (via Alan DeKok)@2020-05-07T19:44:45Z Files modified: * doc/configuration/dynamic_home_servers.md Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/57f5c3f60bd959aabe435... ====== gpgsig -----BEGIN PGP SIGNATURE----- wsBcBAABCAAQBQJetDdSCRBK7hj4Ov3rIwAAdHIIAHXw7lpqtwTh9n3RqNgHLnUO 5pkVemHx3ECi3OgQV0jhenIRqbyk+GMusbUbi85l2KmyUo7CRVE+kKtrT7BqSQYy olrFxSkJ81p59K6YTYAetnCpSFL/zDCwER49/eHbTs6iIgZi6Srn1FBoZJ22OkZA iskv0zoj5LnN/BPXdQGup3yjc7SFA+qQEv6d/kt3yIjAlrieik0hp+lf2W6kqG9F WFh6IbUGTZN1JsQyqvmsJVjAWmsGXZULD0EAm+S9D8EXunquUKP5v020imCrqX8m c3zxQliqB/+wvhPVpPglcbNyvC/+fOqARU5q5kJLT5ea7Lke8jDZwjIgK1z5OxY= =9gVh -----END PGP SIGNATURE----- Python3 fixes (#3350) * python3-config for Python 3.8 requires --embed parameter As described in https://bugs.python.org/issue36721, python3-config now requires --embed for embedded interpreters. Otherwise, -lpython3.8 is not included in ldflags * Python 3.8 has removed the "m" suffix in the library name As discussed in: https://bugs.python.org/issue36707 * Use dl_iterate_phdr to find the appropriate python library Otherwise, installation of the libpython3-dev packages is required in most distributions * Update configure file for rlm_python3 * Use AX_COMPARE_VERSION to check Python version Alejandro Perez (via GitHub)@2020-05-07T16:29:06Z Files modified: * src/modules/rlm_python3/configure * src/modules/rlm_python3/configure.ac * src/modules/rlm_python3/rlm_python3.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fa837465493158257e600... ====== -- This commit summary was generated @2020-05-08T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).