From 9b322cb8c4c81830cdf7b6cee9ce6780ca10c980 Mon Sep 17 00:00:00 2001 From: Robby K Date: Tue, 28 Apr 2020 09:23:21 +0200 Subject: [PATCH] freeradius3: Refreshed patches/002-disable-session-cache-CVE-2017-9148.patch in preparation for the 3.0.21 update. Signed-off-by: Robby K --- .../patches/002-disable-session-cache-CVE-2017-9148.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/freeradius3/patches/002-disable-session-cache-CVE-2017-9148.patch b/net/freeradius3/patches/002-disable-session-cache-CVE-2017-9148.patch index a96964fec2..559119ddc5 100644 --- a/net/freeradius3/patches/002-disable-session-cache-CVE-2017-9148.patch +++ b/net/freeradius3/patches/002-disable-session-cache-CVE-2017-9148.patch @@ -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 Author: Michael Stapelberg Forwarded: not-needed -Last-Update: 2020-01-24 +Last-Update: 2020-04-28 --- @@ -18,7 +18,7 @@ Last-Update: 2020-01-24 return state; } -@@ -3292,7 +3292,7 @@ post_ca: +@@ -3332,7 +3332,7 @@ post_ca: /* * Callbacks, etc. for session resumption. */ @@ -27,7 +27,7 @@ Last-Update: 2020-01-24 /* * Cache sessions on disk if requested. */ -@@ -3362,7 +3362,7 @@ post_ca: +@@ -3402,7 +3402,7 @@ post_ca: /* * Setup session caching */ @@ -36,7 +36,7 @@ Last-Update: 2020-01-24 /* * 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; } -- 2.30.2