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

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