Hello community,

here is the log from the commit of package java-11-openj9 for openSUSE:Factory 
checked in at 2020-11-04 18:25:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-11-openj9 (Old)
 and      /work/SRC/openSUSE:Factory/.java-11-openj9.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-11-openj9"

Wed Nov  4 18:25:43 2020 rev:4 rq:845445 version:11.0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-11-openj9/java-11-openj9.changes    
2020-06-09 00:04:10.665187120 +0200
+++ /work/SRC/openSUSE:Factory/.java-11-openj9.new.11331/java-11-openj9.changes 
2020-11-04 18:31:10.832308899 +0100
@@ -1,0 +2,21 @@
+Mon Nov  2 14:04:42 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- Update to OpenJDK 11.0.9 with OpenJ9 0.23.0 virtual machine
+  * Including Oracle Octobre 2020 CPU changes (bsc#1177943)
+  * fixes CVE-2020-14779, CVE-2020-14781, CVE-2020-14782,
+    CVE-2020-14792, CVE-2020-14796, CVE-2020-14797, CVE-2020-14798
+       and CVE-2020-14803
+  * OpenJ9 changes,
+    see https://www.eclipse.org/openj9/docs/version0.23
+- Removed patches:
+  * gcc-fno-common-fix.patch
+  * gcc10.patch
+    + not needed any more with this version
+- Modified patch:
+  * aarch64.patch
+    + rediff to changed context
+- Added patch:
+  * omr-no-return-in-nonvoid-function.patch
+    + fix build errors on some systems with some versions of gcc
+
+-------------------------------------------------------------------

Old:
----
  05fa2d3611f757a1ca7bd45d7312f99dd60403cc.zip
  838028fc9d9a8cb83630927ca476674f5080b1c3.zip
  d4365f371ce896bead71bc601cbdb53cc35ab47b.zip
  gcc-fno-common-fix.patch
  gcc10.patch

New:
----
  0394ef7545243942a4b27227a22174c1be67ed60.zip
  3b09cfd7e972ed3f67e7c89d079d06bef1c81d04.zip
  582366ae54510a48f7815921091db00357c4338a.zip
  omr-no-return-in-nonvoid-function.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ java-11-openj9.spec ++++++
--- /var/tmp/diff_new_pack.68104N/_old  2020-11-04 18:31:14.288301237 +0100
+++ /var/tmp/diff_new_pack.68104N/_new  2020-11-04 18:31:14.292301229 +0100
@@ -28,20 +28,20 @@
 # Standard JPackage naming and versioning defines.
 %global featurever      11
 %global interimver      0
-%global updatever       7
+%global updatever       9
 %global patchver        0
-%global datever         2020-04-14
-%global buildver        10
+%global datever         2020-10-20
+%global buildver        11
 %global root_repository 
https://github.com/ibmruntimes/openj9-openjdk-jdk11/archive
-%global root_revision   838028fc9d9a8cb83630927ca476674f5080b1c3
-%global root_branch     openj9-0.20.0
+%global root_revision   3b09cfd7e972ed3f67e7c89d079d06bef1c81d04
+%global root_branch     openj9-0.23.0
 %global omr_repository  https://github.com/eclipse/openj9-omr/archive
-%global omr_revision    d4365f371ce896bead71bc601cbdb53cc35ab47b
-%global omr_branch      v0.20.0-release
+%global omr_revision    582366ae54510a48f7815921091db00357c4338a
+%global omr_branch      v0.23.0-release
 %global openj9_repository https://github.com/eclipse/openj9/archive
-%global openj9_revision 05fa2d3611f757a1ca7bd45d7312f99dd60403cc
-%global openj9_branch   v0.20.0-release
-%global openj9_tag      openj9-0.20.0
+%global openj9_revision 0394ef7545243942a4b27227a22174c1be67ed60
+%global openj9_branch   v0.23.0-release
+%global openj9_tag      openj9-0.23.0
 %global icedtea_sound_version 1.0.1
 %global freemarker_version 2.3.29
 # JavaEE modules
@@ -159,8 +159,7 @@
 #
 Patch30:        JDK-8208602.patch
 Patch31:        aarch64.patch
-Patch32:        gcc-fno-common-fix.patch
-Patch33:        gcc10.patch
+Patch32:        omr-no-return-in-nonvoid-function.patch
 #
 # OpenJDK specific patches
 #
@@ -178,6 +177,7 @@
 BuildRequires:  automake
 BuildRequires:  bc
 BuildRequires:  binutils
+BuildRequires:  cmake
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -448,8 +448,7 @@
 
 %patch30 -p1
 %patch31 -p1
-%patch32 -p1
-%patch33
+%patch32
 
 %patch302 -p1
 %patch303 -p1

++++++ aarch64.patch ++++++
--- /var/tmp/diff_new_pack.68104N/_old  2020-11-04 18:31:14.448300883 +0100
+++ /var/tmp/diff_new_pack.68104N/_new  2020-11-04 18:31:14.448300883 +0100
@@ -18,25 +18,3 @@
    endif
  endif
  
---- openj9-openjdk-jdk11/openj9/buildspecs/linux_aarch64_cmprssptrs.spec       
2020-04-21 15:53:11.364316690 +0200
-+++ openj9-openjdk-jdk11/openj9/buildspecs/linux_aarch64_cmprssptrs.spec       
2020-04-21 19:13:31.087227448 +0200
-@@ -223,7 +223,7 @@
-               <flag id="opt_zipSupport" value="true"/>
-               <flag id="opt_zlibCompression" value="true"/>
-               <flag id="opt_zlibSupport" value="true"/>
--              <flag id="port_omrsigSupport" value="false"/>
-+              <flag id="port_omrsigSupport" value="true"/>
-               <flag id="port_signalSupport" value="true"/>
-               <flag id="prof_eventReporting" value="true"/>
-               <flag id="ras_dumpAgents" value="true"/>
---- openj9-openjdk-jdk11/openj9/buildspecs/linux_aarch64.spec  2020-04-21 
15:53:11.364316690 +0200
-+++ openj9-openjdk-jdk11/openj9/buildspecs/linux_aarch64.spec  2020-04-21 
19:13:31.087227448 +0200
-@@ -222,7 +222,7 @@
-               <flag id="opt_zipSupport" value="true"/>
-               <flag id="opt_zlibCompression" value="true"/>
-               <flag id="opt_zlibSupport" value="true"/>
--              <flag id="port_omrsigSupport" value="false"/>
-+              <flag id="port_omrsigSupport" value="true"/>
-               <flag id="port_signalSupport" value="true"/>
-               <flag id="prof_eventReporting" value="true"/>
-               <flag id="ras_dumpAgents" value="true"/>



++++++ omr-no-return-in-nonvoid-function.patch ++++++
--- omr/compiler/z/env/OMRCPU.cpp
+++ omr/compiler/z/env/OMRCPU.cpp
@@ -586,6 +586,8 @@ 
OMR::Z::CPU::setSupportsMiscellaneousInstructionExtensions2Facility(bool value)
       {
       _flags.reset(S390SupportsMIE2);
       }
+
+   return value;
    }
 
 bool

Reply via email to