/hg/icedtea6-hg: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Oct 31 04:42:58 PDT 2012
changeset 109033172ae7 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=109033172ae7
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Oct 31 11:34:40 2012 +0000
Correct bad CVE number given by Oracle.
2012-10-31 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Correct bad CVE number given by Oracle.
changeset 3e928e5030ad in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=3e928e5030ad
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 31 11:42:49 2012 +0000
Merge
diffstat:
ChangeLog | 9 +++++++++
Makefile.am | 2 +-
NEWS | 4 ++--
3 files changed, 12 insertions(+), 3 deletions(-)
diffs (49 lines):
diff -r 55241b2310b8 -r 3e928e5030ad ChangeLog
--- a/ChangeLog Wed Oct 31 10:33:28 2012 +0000
+++ b/ChangeLog Wed Oct 31 11:42:49 2012 +0000
@@ -1,3 +1,12 @@
+2012-10-31 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Correct bad CVE number given by Oracle.
+
+2012-10-31 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (OPENJDK_VERSION): Bump to next release, b28.
+
2012-10-31 Andrew John Hughes <gnu.andrew at redhat.com>
* generated/com/sun/corba/se/impl/logging/ActivationSystemException.java,
diff -r 55241b2310b8 -r 3e928e5030ad Makefile.am
--- a/Makefile.am Wed Oct 31 10:33:28 2012 +0000
+++ b/Makefile.am Wed Oct 31 11:42:49 2012 +0000
@@ -2,7 +2,7 @@
OPENJDK_DATE = 26_oct_2012
OPENJDK_SHA256SUM = 044c3877b15940ff04f8aa817337f2878a00cc89674854557f1a02f15b1802a0
-OPENJDK_VERSION = b27
+OPENJDK_VERSION = b28
OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
CACAO_VERSION = cff92704c4e0
diff -r 55241b2310b8 -r 3e928e5030ad NEWS
--- a/NEWS Wed Oct 31 10:33:28 2012 +0000
+++ b/NEWS Wed Oct 31 11:42:49 2012 +0000
@@ -83,7 +83,7 @@
- S7192975, CVE-2012-5071: Conditional usage check is wrong
- S7195194, CVE-2012-5084: Better data validation for Swing
- S7195917, CVE-2012-5086: XMLDecoder parsing at close-time should be improved
- - S7195919, CVE-2012-5979: (sl) ServiceLoader can throw CCE without needing to create instance
+ - S7195919, CVE-2012-5079: (sl) ServiceLoader can throw CCE without needing to create instance
- S7198296, CVE-2012-5089: Refactor classloader usage
- S7158800: Improve storage of symbol tables
- S7158801: Improve VM CompileOnly option
@@ -114,7 +114,7 @@
- S7192975, CVE-2012-5071: Conditional usage check is wrong
- S7195194, CVE-2012-5084: Better data validation for Swing
- S7195917, CVE-2012-5086: XMLDecoder parsing at close-time should be improved
- - S7195919, CVE-2012-5979: (sl) ServiceLoader can throw CCE without needing to create instance
+ - S7195919, CVE-2012-5079: (sl) ServiceLoader can throw CCE without needing to create instance
- S7198296, CVE-2012-5089: Refactor classloader usage
- S7158800: Improve storage of symbol tables
- S7158801: Improve VM CompileOnly option
More information about the distro-pkg-dev
mailing list