changeset in /hg/icedtea6: 2008-05-09 Lillian Angel <langel at re...

Lillian Angel langel at redhat.com
Fri May 9 07:23:27 PDT 2008


changeset 2c9ad97bb6ec in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2c9ad97bb6ec
description:
	2008-05-09  Lillian Angel  <langel at redhat.com>

	        * patches/icedtea-certbundle.patch: Fixed typo.

diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog                        |    4 ++++
patches/icedtea-certbundle.patch |    2 +-

diffs (23 lines):

diff -r d9fa5282ccde -r 2c9ad97bb6ec ChangeLog
--- a/ChangeLog	Fri May 09 10:04:30 2008 -0400
+++ b/ChangeLog	Fri May 09 10:23:23 2008 -0400
@@ -1,3 +1,7 @@ 2008-05-09  Lillian Angel  <langel at redha
+2008-05-09  Lillian Angel  <langel at redhat.com>
+
+	* patches/icedtea-certbundle.patch: Fixed typo.
+
 2008-05-09  Lillian Angel  <langel at redhat.com>
 
 	* icedtea-use-system-tzdata.patch: Added missing lines to patch.
diff -r d9fa5282ccde -r 2c9ad97bb6ec patches/icedtea-certbundle.patch
--- a/patches/icedtea-certbundle.patch	Fri May 09 10:04:30 2008 -0400
+++ b/patches/icedtea-certbundle.patch	Fri May 09 10:23:23 2008 -0400
@@ -230,7 +230,7 @@ diff -urN openjdk.orig/jdk/src/share/cla
                                  "javax.net.ssl.trustStorePassword", ""));
 -                return null;
 +                props.put("/etc/pki/tls/certs/ca-bundle.crt", System.getProperty(
-+                                "javax.net.ssl.trustStore")
++                                "javax.net.ssl.trustStore");
 +		props.put("CertBundle", System.getProperty(
 +                                "javax.net.ssl.trustStoreType",
 +                                KeyStore.getDefaultType()));



More information about the distro-pkg-dev mailing list