/hg/icedtea6-hg: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Jul 20 16:09:35 UTC 2015
changeset 1ac19b208e68 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=1ac19b208e68
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Apr 09 20:00:59 2015 +0100
Update to b35 tarball.
2015-04-09 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(OPENJDK_DATE): Bump to security update release date;
14th of April, 2015.
(OPENJDK_SHA256SUM): Update for b35 tarball.
changeset 57ba0f159e7e in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=57ba0f159e7e
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 10 18:24:49 2015 +0100
PR2294: Auto-generated jconsole.desktop and policytool.desktop should not be included in release tarball
2015-04-10 Andrew John Hughes <gnu.andrew at redhat.com>
PR2294: Auto-generated jconsole.desktop
and policytool.desktop should not be included
in release tarball
* Makefile.am:
(EXTRA_DIST): Remove jconsole.desktop and
policytool.desktop
* NEWS: Updated.
changeset 0a4af164d620 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=0a4af164d620
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Apr 16 03:37:09 2015 +0100
Add 1.13.7 release notes.
2015-04-16 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add 1.13.7 release notes.
diffstat:
ChangeLog | 21 +++++++++++++++++++++
Makefile.am | 5 ++---
NEWS | 48 +++++++++++++++++++++++++++++++++++++++++++++---
3 files changed, 68 insertions(+), 6 deletions(-)
diffs (121 lines):
diff -r 68ba18cc9f30 -r 0a4af164d620 ChangeLog
--- a/ChangeLog Thu Apr 09 03:44:56 2015 +0100
+++ b/ChangeLog Thu Apr 16 03:37:09 2015 +0100
@@ -1,3 +1,24 @@
+2015-04-16 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Add 1.13.7 release notes.
+
+2015-04-10 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ PR2294: Auto-generated jconsole.desktop
+ and policytool.desktop should not be included
+ in release tarball
+ * Makefile.am:
+ (EXTRA_DIST): Remove jconsole.desktop and
+ policytool.desktop
+ * NEWS: Updated.
+
+2015-04-09 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (OPENJDK_DATE): Bump to security update release date;
+ 14th of April, 2015.
+ (OPENJDK_SHA256SUM): Update for b35 tarball.
+
2015-04-09 Andrew John Hughes <gnu.andrew at redhat.com>
* patches/g356743-libpng-1.5.patch:
diff -r 68ba18cc9f30 -r 0a4af164d620 Makefile.am
--- a/Makefile.am Thu Apr 09 03:44:56 2015 +0100
+++ b/Makefile.am Thu Apr 16 03:37:09 2015 +0100
@@ -1,7 +1,7 @@
# Dependencies
-OPENJDK_DATE = 20_jan_2015
-OPENJDK_SHA256SUM = 13d1b4e1e152b6f9ad81b5558d6c7c0d3315a9e9494e49e515229722e2ee4e51
+OPENJDK_DATE = 14_apr_2015
+OPENJDK_SHA256SUM = 131cde181fbca08ac4d47bd13f6c3a64806fe2ae2106c03afe7ba651c24a4f9b
OPENJDK_VERSION = b35
OPENJDK_URL = https://java.net/downloads/openjdk6/
@@ -942,7 +942,6 @@
$(top_srcdir)/patches/* \
contrib arm_port \
overlays \
- jconsole.desktop policytool.desktop \
$(JTREG_SRCS) HACKING pulseaudio \
hotspot.map \
autogen.sh \
diff -r 68ba18cc9f30 -r 0a4af164d620 NEWS
--- a/NEWS Thu Apr 09 03:44:56 2015 +0100
+++ b/NEWS Thu Apr 16 03:37:09 2015 +0100
@@ -15,23 +15,65 @@
New in release 1.14.0 (201X-XX-XX):
* Backports
- - S6584008, PR2195, RH1173326: jvmtiStringPrimitiveCallback should not be invoked when string value is null
- S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init
- S6727719: Performance of TextLayout.getBounds()
- S6745225: Memory leak while drawing Attributed String
- S6904962: GlyphVector.getVisualBounds should not be affected by leading or trailing white space.
- S7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
- - S7199862, PR2198: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
- S8013057: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory()
- S8026887: Make issues due to failed large pages allocations easier to debug
- - S8074312, PR2255: Enable hotspot builds on Linux 4.x
* Bug fixes
- PR1886: IcedTea does not checksum supplied tarballs
- PR2083: Add support for building Zero on AArch64
+
+New in release 1.13.7 (2015-04-14):
+
+* Security fixes
+ - S8059064: Better G1 log caching
+ - S8060461: Fix for JDK-8042609 uncovers additional issue
+ - S8064601, CVE-2015-0480: Improve jar file handling
+ - S8065286: Fewer subtable substitutions
+ - S8065291: Improved font lookups
+ - S8066479: Better certificate chain validation
+ - S8067050: Better font consistency checking
+ - S8067684: Better font substitutions
+ - S8067699, CVE-2015-0469: Better glyph storage
+ - S8068320, CVE-2015-0477: Limit applet requests
+ - S8068720, CVE-2015-0488: Better certificate options checking
+ - S8069198: Upgrade image library
+ - S8071726, CVE-2015-0478: Better RSA optimizations
+ - S8071818: Better vectorization on SPARC
+ - S8071931, CVE-2015-0460: Return of the phantom menace
+* Import of OpenJDK6 b35
+ - OJ55: Synchronise whitespace in TimeZoneNames files with OpenJDK 7 versions.
+ - OJ56: Update 3rd party readme and license for LibPNG v 1.6.16
+ - OJ57: Remove mistakenly added patching fragment
+ - S6672144: HttpURLConnection.getInputStream sends POST request after failed chunked
+ - S6989721: awt native code compiler warnings
+ - S7088287: libpng need to be updated.
+ - S7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError
+ - S7170655: Frame size does not follow font size change with XToolkit
+ - S7176479: G1: JVM crashes on T5-8 system with 1.5 TB heap
+ - S8019623: Lack of synchronization in AppContext.getAppContext()
+ - S8040790: [TEST_BUG] tools/javac/innerClassFile/Driver.sh fails to cleanup files after it
+ - S8043123: Hard crash with access violation exception when blitting to very large image
+ - S8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
+ - S8064454: [TEST_BUG] Test tools/javac/innerClassFile/Driver.sh fails for Mac and Linux
+ - S8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
+ - S8065709: Deadlock in awt/logging apparently introduced by 8019623
+ - S8072042: (tz) Support tzdata2015a
+ - S8074662: Update 3rd party readme and license for LibPNG v 1.6.16
+ - S8075211: [TEST_BUG] Test sun/net/www/http/HttpClient/StreamingRetry.java fails with compilation error
+* Backports
+ - S6584008, PR2195, RH1173326: jvmtiStringPrimitiveCallback should not be invoked when string value is null
+ - S7199862, PR2198: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
+ - S8074312, PR2255: Enable hotspot builds on Linux 4.x
+* Bug fixes
- PR2197: jhat man page has broken URL
- PR2201: Support giflib 5.1.0
- PR2211: DGifCloseFile call should check the return value, not the error code, for failure
- PR2226: giflib 5.1 conditional excludes 6.0, 7.0, etc.
+ - PR2294: Auto-generated jconsole.desktop and policytool.desktop should not be included in release tarball
New in release 1.13.6 (2015-01-23):
More information about the distro-pkg-dev
mailing list