Blame SOURCES/mod_nss-remove-deprecated-NSSSessionCacheTimeout.patch

154a6e
From 84b4350da4e77a3cb313e531fa0c2979d74a2503 Mon Sep 17 00:00:00 2001
154a6e
From: Vitezslav Cizek <vcizek@suse.com>
154a6e
Date: Wed, 14 Sep 2016 14:50:52 -0400
154a6e
Subject: [PATCH] Remove deprecated NSSSessionCacheTimeout from default config.
154a6e
154a6e
Signed-off-by: Vitezslav Cizek <vcizek@suse.com>
154a6e
---
154a6e
 nss.conf.in      | 2 --
154a6e
 test/suite1.tmpl | 1 -
154a6e
 2 files changed, 3 deletions(-)
154a6e
154a6e
diff --git a/nss.conf.in b/nss.conf.in
154a6e
index 9b9ffc8..09402a8 100644
154a6e
--- a/nss.conf.in
154a6e
+++ b/nss.conf.in
154a6e
@@ -44,10 +44,8 @@ NSSPassPhraseHelper /usr/libexec/nss_pcache
154a6e
 
154a6e
 #   Configure the SSL Session Cache. 
154a6e
 #   NSSSessionCacheSize is the number of entries in the cache.
154a6e
-#   NSSSessionCacheTimeout is the SSL2 session timeout (in seconds).
154a6e
 #   NSSSession3CacheTimeout is the SSL3/TLS session timeout (in seconds).
154a6e
 NSSSessionCacheSize 10000
154a6e
-NSSSessionCacheTimeout 100
154a6e
 NSSSession3CacheTimeout 86400
154a6e
 
154a6e
 #
154a6e
diff --git a/test/suite1.tmpl b/test/suite1.tmpl
154a6e
index 2c09a89..a1bede1 100644
154a6e
--- a/test/suite1.tmpl
154a6e
+++ b/test/suite1.tmpl
154a6e
@@ -4,7 +4,6 @@ NSSPassPhraseDialog  file:$SERVER_ROOT/conf/password.conf
154a6e
 NSSPassPhraseHelper $SERVER_ROOT/bin/nss_pcache
154a6e
 
154a6e
 NSSSessionCacheSize 10000
154a6e
-NSSSessionCacheTimeout 100
154a6e
 NSSSession3CacheTimeout 86400
154a6e
 
154a6e
 Listen 0.0.0.0:$SERVER_PORT
154a6e
-- 
154a6e
2.9.5
154a6e