changeset 1963:a6ecfd52e2db

Use tip of forest with new security patches. 2009-08-05 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Update md5sums and changeset IDs to include security fixes. * patches/security/icedtea-6592792.patch: Remove fixes applied as part of 6657133
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 06 Aug 2009 02:13:19 +0100
parents 77ea95965bad
children bceb1140e068
files ChangeLog Makefile.am patches/security/icedtea-6592792.patch
diffstat 3 files changed, 14 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Aug 05 15:22:13 2009 +0100
+++ b/ChangeLog	Thu Aug 06 02:13:19 2009 +0100
@@ -1,3 +1,11 @@
+2009-08-05  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Update md5sums and changeset IDs to include
+	security fixes.
+	* patches/security/icedtea-6592792.patch:
+	Remove fixes applied as part of 6657133
+
 2009-08-05  Lillian Angel  <langel@redhat.com>
 
 	* plugin/icedtea/netscape/javascript/JSObject.java: Security patch
--- a/Makefile.am	Wed Aug 05 15:22:13 2009 +0100
+++ b/Makefile.am	Thu Aug 06 02:13:19 2009 +0100
@@ -2,17 +2,17 @@
 
 OPENJDK_CHANGESET = e7eeeda332ec
 CORBA_CHANGESET = 1741ea5cb854
-JAXP_CHANGESET = 22f9d5d5b5fe
-JAXWS_CHANGESET = 43c35a1df5cb
-JDK_CHANGESET = 69ba5ca06a43
+JAXP_CHANGESET = b3d2bf4c255d
+JAXWS_CHANGESET = c37936a72332
+JDK_CHANGESET = b96cfe9cfcfa
 LANGTOOLS_CHANGESET = 634f519d6f9a
 HOTSPOT_CHANGESET = 945fcffdbcab
 
 OPENJDK_MD5SUM = 8f63dbb0dcd83d905e243c58d0135174
 CORBA_MD5SUM = 06ac898f583fc9eec179fc2d1dcb5c71
-JAXP_MD5SUM = 366dde7f9a1fa6436f48a64a8704dc20
-JAXWS_MD5SUM = 4fb20d6ee197e63dac567ad340532293
-JDK_MD5SUM = 8c54f71ff1f519440716c9d50e02468f
+JAXP_MD5SUM = 01118a1882ea1ac5205e232bd7c847f7
+JAXWS_MD5SUM = 8c53573f9f072bb273435ee75c7aaaa3
+JDK_MD5SUM = 16a73b3b2409429425999b20aca1ba65
 LANGTOOLS_MD5SUM = cd1389112baa1b2b24da95555345c1b9
 HOTSPOT_MD5SUM = ce3ab877df030cf4842001918898244e
 
--- a/patches/security/icedtea-6592792.patch	Wed Aug 05 15:22:13 2009 +0100
+++ b/patches/security/icedtea-6592792.patch	Thu Aug 06 02:13:19 2009 +0100
@@ -1,39 +1,3 @@
-diff -Nru openjdk.orig/jdk/src/share/lib/security/java.security openjdk/jdk/src/share/lib/security/java.security
---- openjdk.orig/jdk/src/share/lib/security/java.security	2009-03-30 17:23:07.000000000 +0100
-+++ openjdk/jdk/src/share/lib/security/java.security	2009-05-12 23:41:24.000000000 +0100
-@@ -127,7 +127,7 @@
- # passed to checkPackageAccess unless the
- # corresponding RuntimePermission ("accessClassInPackage."+package) has
- # been granted.
--package.access=sun.
-+package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.
- 
- #
- # List of comma-separated packages that start with or equal this string
-diff -Nru openjdk.orig/jdk/src/share/lib/security/java.security-solaris openjdk/jdk/src/share/lib/security/java.security-solaris
---- openjdk.orig/jdk/src/share/lib/security/java.security-solaris	2009-03-30 17:23:07.000000000 +0100
-+++ openjdk/jdk/src/share/lib/security/java.security-solaris	2009-05-12 23:41:24.000000000 +0100
-@@ -128,7 +128,7 @@
- # passed to checkPackageAccess unless the
- # corresponding RuntimePermission ("accessClassInPackage."+package) has
- # been granted.
--package.access=sun.
-+package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.
- 
- #
- # List of comma-separated packages that start with or equal this string
-diff -Nru openjdk.orig/jdk/src/share/lib/security/java.security-windows openjdk/jdk/src/share/lib/security/java.security-windows
---- openjdk.orig/jdk/src/share/lib/security/java.security-windows	2009-03-30 17:23:07.000000000 +0100
-+++ openjdk/jdk/src/share/lib/security/java.security-windows	2009-05-12 23:41:24.000000000 +0100
-@@ -128,7 +128,7 @@
- # passed to checkPackageAccess unless the
- # corresponding RuntimePermission ("accessClassInPackage."+package) has
- # been granted.
--package.access=sun.
-+package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.
- 
- #
- # List of comma-separated packages that start with or equal this string
 diff -Nru openjdk.orig/jdk/test/com/sun/org/apache/xml/internal/ws/server/Test.java openjdk/jdk/test/com/sun/org/apache/xml/internal/ws/server/Test.java
 --- openjdk.orig/jdk/test/com/sun/org/apache/xml/internal/ws/server/Test.java	1970-01-01 01:00:00.000000000 +0100
 +++ openjdk/jdk/test/com/sun/org/apache/xml/internal/ws/server/Test.java	2009-05-12 23:41:24.000000000 +0100