changeset in /hg/icedtea: Use tip of forest with new security pa...
Andrew John Hughes
ahughes at redhat.com
Wed Aug 5 18:11:06 PDT 2009
changeset a6ecfd52e2db in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=a6ecfd52e2db
description:
Use tip of forest with new security patches.
2009-08-05 Andrew John Hughes <ahughes at 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
diffstat:
3 files changed, 14 insertions(+), 42 deletions(-)
ChangeLog | 8 +++++++
Makefile.am | 12 +++++-----
patches/security/icedtea-6592792.patch | 36 --------------------------------
diffs (85 lines):
diff -r 77ea95965bad -r a6ecfd52e2db ChangeLog
--- 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 Lillian Angel <langel at redha
+2009-08-05 Andrew John Hughes <ahughes at 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 at redhat.com>
* plugin/icedtea/netscape/javascript/JSObject.java: Security patch
diff -r 77ea95965bad -r a6ecfd52e2db Makefile.am
--- 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_VERSION = b66
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
diff -r 77ea95965bad -r a6ecfd52e2db patches/security/icedtea-6592792.patch
--- 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
-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
More information about the distro-pkg-dev
mailing list