changeset 2582:5273230094d3

PR2439: NSS PKCS11 regression - due to java.security automatic loading 2015-06-16 Andrew John Hughes <gnu_andrew@member.fsf.org> PR2439: NSS PKCS11 regression - due to java.security automatic loading * NEWS: Updated. 2012-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org> * nss.cfg.in: Set handleStartupErrors to ignoreMultipleInitialisation so that our PKCS11 provider configuration is silently dropped if the user has already configured it.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 17 Jun 2015 17:20:36 +0100
parents 39645ba422d1
children f1cbf91647dc
files ChangeLog NEWS nss.cfg.in
diffstat 3 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 17 17:18:02 2015 +0100
+++ b/ChangeLog	Wed Jun 17 17:20:36 2015 +0100
@@ -1,3 +1,16 @@
+2015-06-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	PR2439: NSS PKCS11 regression - due to java.security
+	automatic loading
+	* NEWS: Updated.
+
+2012-11-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* nss.cfg.in: Set handleStartupErrors
+	to ignoreMultipleInitialisation so that our
+	PKCS11 provider configuration is silently
+	dropped if the user has already configured it.
+
 2015-06-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR2434: SystemTap support is no longer optional
--- a/NEWS	Wed Jun 17 17:18:02 2015 +0100
+++ b/NEWS	Wed Jun 17 17:20:36 2015 +0100
@@ -107,6 +107,7 @@
   - PR2432: ppc64 JIT doesn't support class data sharing
   - PR2433: ppc64le does not support -Xshare:dump
   - PR2434: SystemTap support is no longer optional
+  - PR2439: NSS PKCS11 regression - due to java.security automatic loading
   - Don't substitute 'j' for '-j' inside -I directives
   - Extend 8041658 to all files in the HotSpot build.
   - Remove jcheck
--- a/nss.cfg.in	Wed Jun 17 17:18:02 2015 +0100
+++ b/nss.cfg.in	Wed Jun 17 17:20:36 2015 +0100
@@ -2,3 +2,4 @@
 nssLibraryDirectory = @NSS_LIBDIR@
 nssDbMode = noDb
 attributes = compatibility
+handleStartupErrors = ignoreMultipleInitialisation