------------------------------------------------------------
revno: 762
committer: Matthias Klose <[email protected]>
branch nick: openjdk8
timestamp: Wed 2020-04-15 15:55:25 +0200
message:
  * Update to OpenJDK 8u252-b09 (GA). Updated aarch32 to 8u252-b08 (no
    hotspot changes between b08 and b09).
  * Build using GCC 9 in unstable. Closes: #944184.
modified:
  corba.tar.xz
  debian/changelog
  debian/rules
  hotspot-aarch32.tar.xz
  hotspot-aarch64.tar.xz
  hotspot.tar.xz
  jaxp.tar.xz
  jaxws.tar.xz
  jdk.tar.xz
  langtools.tar.xz
  nashorn.tar.xz
  root.tar.xz


--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'corba.tar.xz'
Binary files corba.tar.xz	2020-03-26 12:38:14 +0000 and corba.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'debian/changelog'
--- debian/changelog	2020-03-26 12:38:14 +0000
+++ debian/changelog	2020-04-15 13:55:25 +0000
@@ -1,3 +1,86 @@
+openjdk-8 (8u252-b09-1) unstable; urgency=medium
+
+  * Update to OpenJDK 8u252-b09 (GA). Updated aarch32 to 8u252-b08 (no
+    hotspot changes between b08 and b09).
+  * Security fixes
+    - JDK-8223898, CVE-2020-2754: Forward references to Nashorn
+    - JDK-8223904, CVE-2020-2755: Improve Nashorn matching
+    - JDK-8224541, CVE-2020-2756: Better mapping of serial ENUMs
+    - JDK-8224549, CVE-2020-2757: Less Blocking Array Queues
+    - JDK-8225603: Enhancement for big integers
+    - JDK-8227542: Manifest improved jar headers
+    - JDK-8231415, CVE-2020-2773: Better signatures in XML
+    - JDK-8233250: Better X11 rendering
+    - JDK-8233410: Better Build Scripting
+    - JDK-8234027: Better JCEKS key support
+    - JDK-8234408, CVE-2020-2781: Improve TLS session handling
+    - JDK-8234825, CVE-2020-2800: Better Headings for HTTP Servers
+    - JDK-8234841, CVE-2020-2803: Enhance buffering of byte buffers
+    - JDK-8235274, CVE-2020-2805: Enhance typing of methods
+    - JDK-8236201, CVE-2020-2830: Better Scanner conversions
+    - JDK-8238960: linux-i586 builds are inconsistent as the newly build
+      jdk is not able to reserve enough space for object heap
+  * Other changes
+    - JDK-8005819: Support cross-realm MSSFU
+    - JDK-8022263: use same Clang warnings on BSD as on Linux
+    - JDK-8038631: Create wrapper for awt.Robot with additional functionality
+    - JDK-8047212: runtime/ParallelClassLoading/bootstrap/random/inner-complex
+      assert(ObjectSynchronizer::verify_objmon_isinpool(inf)) failed: monitor
+      is invalid
+    - JDK-8055283: Expand ResourceHashtable with C_HEAP allocation, removal and
+      some unit tests
+    - JDK-8068184: Fix for JDK-8032832 caused a deadlock
+    - JDK-8079693: Add support for ECDSA P-384 and P-521 curves to XML Signature
+    - JDK-8132130: some docs cleanup
+    - JDK-8135318: CMS wrong max_eden_size for check_gc_overhead_limit
+    - JDK-8144445: Maximum size checking in Marlin ArrayCache utility methods
+      is not optimal
+    - JDK-8144446: Automate the Marlin crash test
+    - JDK-8144526: Remove Marlin logging use of deleted internal API
+    - JDK-8144630: Use PrivilegedAction to create Thread in Marlin RendererStats
+    - JDK-8144654: Improve Marlin logging
+    - JDK-8144718: Pisces / Marlin Strokers may generate invalid curves with
+      huge coordinates and round joins
+    - JDK-8166976: TestCipherPBECons has wrong @run line
+    - JDK-8167409: Invalid value passed to critical JNI function
+    - JDK-8181872: C1: possible overflow when strength reducing integer multiply
+       by constant
+    - JDK-8187078: -XX:+VerifyOops finds numerous problems when running JPRT
+    - JDK-8191227: issues with unsafe handle resolution
+    - JDK-8197441: Signature#initSign/initVerify for an invalid
+      private/public key fails with ClassCastException for SunPKCS11 provider
+    - JDK-8204152: SignedObject throws NullPointerException for null keys with
+      an initialized Signature object
+    - JDK-8215756: Memory leaks in the AWT on macOS
+    - JDK-8216472: (se) Stack overflow during selection operation leads to crash
+    - JDK-8219244: NMT: Change ThreadSafepointState's allocation type from
+      mtInternal to mtThread
+    - JDK-8219597: (bf) Heap buffer state changes could provoke unexpected
+      exceptions
+    - JDK-8225128: Add exception for expiring DocuSign root to VerifyCACerts
+      test
+    - JDK-8225130: Add exception for expiring Comodo roots to VerifyCACerts test
+    - JDK-8229022: BufferedReader performance can be improved by using
+      StringBuilder
+    - JDK-8229345: Memory leak due to vtable stubs not being shared on SPARC
+    - JDK-8229872: (fs) Increase buffer size used with getmntent
+    - JDK-8230235: Rendering HTML with empty img attribute and documentBaseKey
+      cause Exception
+    - JDK-8231430: C2: Memory stomp in max_array_length() for T_ILLEGAL type
+    - JDK-8235744: PIT:
+      test/jdk/javax/swing/text/html/TestJLabelWithHTMLText.java times out in
+      linux-x64
+    - JDK-8235904: Infinite loop when rendering huge lines
+    - JDK-8236179: C1 register allocation error with T_ADDRESS
+    - JDK-8237368: Problem with NullPointerException in RMI TCPEndpoint.read
+    - JDK-8240521: Revert backport of 8231584: Deadlock with
+      ClassLoader.findLibrary and System.loadLibrary call
+    - JDK-8241296: Segfault in JNIHandleBlock::oops_do()
+    - JDK-8241307: Marlin renderer should not be the default in 8u252
+  * Build using GCC 9 in unstable. Closes: #944184.
+
+ -- Matthias Klose <[email protected]>  Wed, 15 Apr 2020 15:38:21 +0200
+
 openjdk-8 (8u252-b07-1) unstable; urgency=medium
 
   * Update to 8u252-b07 (early access build).

=== modified file 'debian/rules'
--- debian/rules	2020-03-26 12:38:14 +0000
+++ debian/rules	2020-04-15 13:55:25 +0000
@@ -71,7 +71,6 @@
 endif
 
 is_upstream_release = yes
-is_upstream_release =
 
 srcdir		= src
 builddir	= build
@@ -1989,17 +1988,17 @@
 is_release		=
 is_release		= yes
 hg_project		= jdk8u
-hg_tag			= jdk8u252-b07
+hg_tag			= jdk8u252-b09
 package_version		= $(subst jdk,,$(hg_tag))
 ifneq ($(is_release),yes)
   package_version	:= $(subst -,~,$(package_version))
 endif
 hg_url			= http://hg.openjdk.java.net/jdk8u/$(hg_project)
 hg_project_aarch64	= jdk8u-shenandoah
-hg_tag_aarch64		= aarch64-shenandoah-jdk8u252-b06
+hg_tag_aarch64		= aarch64-shenandoah-jdk8u252-b09
 hg_url_aarch64		= http://hg.openjdk.java.net/aarch64-port/$(hg_project_aarch64)
 hg_project_aarch32	= jdk8u
-hg_tag_aarch32		= jdk8u252-b06-aarch32-20200317
+hg_tag_aarch32		= jdk8u252-b08-aarch32-20200327
 hg_url_aarch32		= http://hg.openjdk.java.net/aarch32-port/$(hg_project_aarch32)
 origdir			= ../openjdk-8-$(package_version).orig
 orig_tarball		= ../openjdk-8_$(package_version).orig.tar.xz

=== modified file 'hotspot-aarch32.tar.xz'
Binary files hotspot-aarch32.tar.xz	2020-03-26 12:38:14 +0000 and hotspot-aarch32.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'hotspot-aarch64.tar.xz'
Binary files hotspot-aarch64.tar.xz	2020-03-26 12:38:14 +0000 and hotspot-aarch64.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'hotspot.tar.xz'
Binary files hotspot.tar.xz	2020-03-26 12:38:14 +0000 and hotspot.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'jaxp.tar.xz'
Binary files jaxp.tar.xz	2020-03-26 12:38:14 +0000 and jaxp.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'jaxws.tar.xz'
Binary files jaxws.tar.xz	2020-03-26 12:38:14 +0000 and jaxws.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'jdk.tar.xz'
Binary files jdk.tar.xz	2020-03-26 12:38:14 +0000 and jdk.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'langtools.tar.xz'
Binary files langtools.tar.xz	2020-03-26 12:38:14 +0000 and langtools.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'nashorn.tar.xz'
Binary files nashorn.tar.xz	2020-03-26 12:38:14 +0000 and nashorn.tar.xz	2020-04-15 13:55:25 +0000 differ
=== modified file 'root.tar.xz'
Binary files root.tar.xz	2020-03-26 12:38:14 +0000 and root.tar.xz	2020-04-15 13:55:25 +0000 differ
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to