freeradius3: Refreshed patches/002-disable-session-cache-CVE-2017-9148.patch in preparation for the 3.0.21 update.

Signed-off-by: Robby K <robbyke@gmail.com>
This commit is contained in:
Robby K 2020-04-28 09:23:21 +02:00
parent 6aa91d2210
commit 9b322cb8c4

View file

@ -3,7 +3,7 @@ Description: disable session caching in the server (as opposed to in the
https://security-tracker.debian.org/tracker/CVE-2017-9148 https://security-tracker.debian.org/tracker/CVE-2017-9148
Author: Michael Stapelberg <stapelberg@debian.org> Author: Michael Stapelberg <stapelberg@debian.org>
Forwarded: not-needed Forwarded: not-needed
Last-Update: 2020-01-24 Last-Update: 2020-04-28
--- ---
@ -18,7 +18,7 @@ Last-Update: 2020-01-24
return state; return state;
} }
@@ -3292,7 +3292,7 @@ post_ca: @@ -3332,7 +3332,7 @@ post_ca:
/* /*
* Callbacks, etc. for session resumption. * Callbacks, etc. for session resumption.
*/ */
@ -27,7 +27,7 @@ Last-Update: 2020-01-24
/* /*
* Cache sessions on disk if requested. * Cache sessions on disk if requested.
*/ */
@@ -3362,7 +3362,7 @@ post_ca: @@ -3402,7 +3402,7 @@ post_ca:
/* /*
* Setup session caching * Setup session caching
*/ */
@ -36,7 +36,7 @@ Last-Update: 2020-01-24
/* /*
* Create a unique context Id per EAP-TLS configuration. * Create a unique context Id per EAP-TLS configuration.
*/ */
@@ -3531,7 +3531,7 @@ fr_tls_server_conf_t *tls_server_conf_parse(CONF_SECTION *cs) @@ -3571,7 +3571,7 @@ fr_tls_server_conf_t *tls_server_conf_parse(CONF_SECTION *cs)
goto error; goto error;
} }