aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius3/patches
Commit message (Collapse)AuthorAge
* freeradius3: add modulesAndy Syam2023-12-02
| | | | | | | | | | | | | | | | | | | | | | | freeradius3-mod-yubikey freeradius3-mod-wimax freeradius3-mod-utf8 freeradius3-mod-unpack freeradius3-mod-sql-map freeradius3-mod-sometimes freeradius3-mod-soh freeradius3-mod-replicate freeradius3-mod-rediswho freeradius3-mod-redis freeradius3-mod-pam freeradius3-mod-linelog freeradius3-mod-krb5 freeradius3-mod-ippool freeradius3-mod-eap-fast freeradius3-mod-dynamic-clients freeradius3-mod-date freeradius3-mod-counter Signed-off-by: Andy Syam <privasisource@gmail.com>
* freeradius3: Update to 3.0.26Jianhui Zhao2023-05-29
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* freeradius3: fix hostname invocation in radtestAlexey Dobrovolsky2020-09-05
| | | | | | | | | | | | | | | Canonical radtest start results in an error: $ radtest bob hello localhost 0 testing123 /usr/bin/radtest: line 1: hostname: not found (0) Error parsing "stdin": Failed to get value hostname command is not present in OpenWrt. Instead, hostname can be obtained from file /proc/sys/kernel/hostname. added: 004-get-hostname-from-proc-in-radtest.patch Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
* freeradius3: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* freeradius3: Removed patches/004-fix-target-python-header-detection.patch as ↵Robby K2020-04-28
| | | | | | | | | | it is no longer needed for the freeradius3-mod-python3 package to compile and updated the Makefile to reflect this due to the following change/commit in freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/307678b268cf8898a65632147ecc40d37ea3f9d3 This is in preparation for the 3.0.21 update. Signed-off-by: Robby K <robbyke@gmail.com>
* freeradius3: Refreshed patches/002-disable-session-cache-CVE-2017-9148.patch ↵Robby K2020-04-28
| | | | | | in preparation for the 3.0.21 update. Signed-off-by: Robby K <robbyke@gmail.com>
* freeradius3: Remove Python 2 module packageJeffery To2020-04-01
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* freeradius3: Enable the rlm_python and rlm_python3 modules.Robby K2020-02-07
| | | | Signed-off-by: Robby K <robbyke@gmail.com>
* freeradius3: Update to 3.0.20Robby K2020-01-26
| | | | | | | | | | Latest stable release, contains security fixes for EAP-PWD (side-channel leak), logrotate settings (CVE-2019-10143) and a DoS issue due to multithreaded BN_CTX access (CVE-2019-17185). Also refreshed patches/002-disable-session-cache-CVE-2017-9148.patch due to the following changes/commits in freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/bf1a1eda2387745bbe538998f3d2e6514f981bfd https://github.com/FreeRADIUS/freeradius-server/commit/a3c46544b38ab46218c385d0ee197538fad5b3da Signed-off-by: Robby K <robbyke@gmail.com>
* freeradius3: update to 3.0.18David Yang2019-04-02
| | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* freeradius3: allow build without openssl enginesEneas U de Queiroz2019-02-25
| | | | | | | | | | | This applies a patch from upstream that avoids a call to ENGINE_cleanup when the openssl library was built without engine support. A workaround for a missing header check was used to silence a warning about the implicit definition of RAND_load_file. A proper fix has been merged upstream as well. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* freeradius3: update to 3.0.17Eneas U de Queiroz2018-05-25
| | | | | | Latest stable release, support for openssl 1.1 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* freeradius3: fix CVE-2017-9148Hauke Mehrtens2017-10-08
| | | | | | This takes the fix for CVE-2017-9148 from Debian. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* freeradius3: A couple of small fixesToke Høiland-Jørgensen2017-04-26
- Moves /etc/freeradius3/sites-{enabled,available}/inner-tunnel to be part of the freeradius3-mod-eap package. This prevents conflicts between freeradius3-mod-eap-peap and freeradius3-mod-eap-ttls which both included the file before. This fixes LEDE bug FS#678. - Change the demo cert validity to be 1 year instead of 60 days. Should keep the cert valid for the duration of the LEDE release cycle (with some slack). This fixes #4239. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>