aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius3/patches/002-disable-session-cache-CVE-2017-9148.patch
Commit message (Collapse)AuthorAge
* 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: 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: 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: 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>