File java-11-openj9.changes of Package java-11-openj9

-------------------------------------------------------------------
Tue Mar 28 10:02:44 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Added patch:
  * stringop-overflow.patch
    + disable -Wstringop-overflow and fix build in Factory

-------------------------------------------------------------------
Mon Mar  6 09:13:32 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.18 with OpenJ9 0.36.1 virtual machine
  * Including Oracle January 2023 CPU changes
    + CVE-2023-21835, bsc#1207246
    + CVE-2023-21843, bsc#1207248
  * OpenJ9 changes, see 
    https://www.eclipse.org/openj9/docs/version0.36

-------------------------------------------------------------------
Fri Feb 17 13:19:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Remove the accessibility sub-package, since it was never really
  working and creates another problems (bsc#1206549). It can
  eventually be built as standalone if needed
- Removed patches:
  * jaw-jdk10.patch
  * jaw-misc.patch
  * jaw-nogtk.patch
    + not needed after the removal of the accessibility sub-package

-------------------------------------------------------------------
Mon Oct 31 11:57:12 UTC 2022 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.17 with OpenJ9 0.35.0 virtual machine
  * Including Oracle October 2022 CPU changes
    CVE-2022-21618 (bsc#1204468), CVE-2022-21619 (bsc#1204473),
    CVE-2022-21626 (bsc#1204471), CVE-2022-21624 (bsc#1204475),
    CVE-2022-21628 (bsc#1204472), CVE-2022-39399 (bsc#1204480)
  * Fixes OpenJ9 vulnerability bsc#1204703, CVE-2022-3676
  * OpenJ9 changes, see 
    https://www.eclipse.org/openj9/docs/version0.35

-------------------------------------------------------------------
Tue Aug 16 06:49:48 UTC 2022 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.16 with OpenJ9 0.33.0 virtual machine
  * Including Oracle July 2022 CPU changes
    CVE-2022-21540 (bsc#1201694), CVE-2022-21541 (bsc#1201692),
    CVE-2022-34169 (bsc#1201684)
  * OpenJ9 changes, see
    https://www.eclipse.org/openj9/docs/version0.33
- Modified template patch:
  * openj9-nogit.patch.in
    + The git commit hash code became more generic, so redo the
      template patch
- Added patch:
  * openj9-no-narrowing.patch
    + Fix narrowing conversion error

-------------------------------------------------------------------
Tue Jul 12 07:22:32 UTC 2022 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.15 with OpenJ9 0.32.0 virtual machine
  * Fixes bsc#1198935, CVE-2021-41041: unverified methods can be
    invoked using MethodHandles
  * Including Oracle April 2022 CPU fixes
    CVE-2022-21426 (bsc#1198672), CVE-2022-21434 (bsc#1198674),
    CVE-2022-21443 (bsc#1198675), CVE-2022-21476 (bsc#1198671),
    CVE-2022-21496 (bsc#1198673)
  * OpenJ9 changes, see
    https://www.eclipse.org/openj9/docs/version0.32

-------------------------------------------------------------------
Mon Feb 28 09:56:31 UTC 2022 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.14.1 with OpenJ9 0.30.1 virtual machine
  * including Oracle January 2022 CPU changes (bsc#1194925,
    bsc#1194926, bsc#1194927, bsc#1194928, bsc#1194929, bsc#1194930,
    bsc#1194931, bsc#1194932, bsc#1194933, bsc#1194934, bsc#1194935,
    bsc#1194937, bsc#1194939, bsc#1194940, bsc#1194941)
  * OpenJ9 changes see
    https://www.eclipse.org/openj9/docs/version0.30.1
- Added patch:
  * libdwarf-fix.patch
    + fix build with different versions of libdwarf

-------------------------------------------------------------------
Tue Nov  2 11:12:58 UTC 2021 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.13 with OpenJ9 0.29.0 virtual machine
  * including Oracle July 2021 and October 2021 CPU changes
    (bsc#1188564, bsc#1188565, bsc#1188566, bsc#1191901,
    bsc#1191909, bsc#1191910, bsc#1191911, bsc#1191912,
    bsc#1191913, bsc#1191903, bsc#1191904, bsc#1191914,
    bsc#1191906)
  * OpenJ9 changes, see
    https://www.eclipse.org/openj9/docs/version0.29
- Remove the unneeded icedtea-sound provider
- Removed patches:
  * icedtea-sound-1.0.1-jdk9.patch
  * icedtea-sound-soundproperties.patch
    + not needed since the icedtea-sound provider is removed
  * maybe-uninitialized.patch
  * omr-no-return-in-nonvoid-function.patch
    + integrated upstream

-------------------------------------------------------------------
Fri Jun 18 10:19:04 UTC 2021 - Fridrich Strba <fstrba@suse.com>

- Remove the forcing of DWARF version 4, since the libdwarf in
  factory works correctly with this build and DWARF5 symbol format

-------------------------------------------------------------------
Tue Jun  8 08:40:35 UTC 2021 - Fridrich Strba <fstrba@suse.com>

- Force DWARF version 4 when building with gcc >= 11
  * the internal omr tools set error with debugging information
    in DWARF5 format
  * fixes build in factory

-------------------------------------------------------------------
Fri May 14 08:50:17 UTC 2021 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.11 with OpenJ9 0.26.0 virtual machine
  * including Oracle April 2021 CPU changes (bsc#1185055 and
    bsc#1185056)
  * OpenJ9 changes, see
    https://www.eclipse.org/openj9/docs/version0.26
- Added patch:
  * maybe-uninitialized.patch
    + initialize variables in constructor
    + fixes build with newer gcc

-------------------------------------------------------------------
Tue Jan 26 07:20:29 UTC 2021 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.10 with OpenJ9 0.24.0 virtual machine
  * including Oracle January 2021 CPU changes (bsc#1181239)
  * OpenJ9 changes, see
    https://www.eclipse.org/openj9/docs/version0.24
- Modified patch:
  * system-pcsclite.patch
    + rediff to changed context
- Modified template patch:
  * openj9-nogit.patch.in
    + replace git runs by pre-fetched git hashes in new places
    + remove hunks that are irrelevant in new sources

-------------------------------------------------------------------
Mon Nov  2 14:04:42 UTC 2020 - Fridrich Strba <fstrba@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

-------------------------------------------------------------------
Mon Jun  8 07:17:18 UTC 2020 - Fridrich Strba <fstrba@suse.com>

- Added patch:
  * gcc10.patch
    + fix build with gcc 10.x

-------------------------------------------------------------------
Wed Apr 22 12:27:23 UTC 2020 - Fridrich Strba <fstrba@suse.com>

- Update to OpenJDK 11.0.7 with OpenJ9 0.20.0 virtual machine
  * including Oracle April 2020 CPU changes (bsc#1169511)
  * Initial experimental support of 64-bit ARM architecture
  * OpenJ9 changes,
    see https://www.eclipse.org/openj9/docs/version0.20
- Added patch:
  * aarch64.patch
    + fix OpenJ9 linking on aarch64
    + enable omrsig support for aarch64
- Removed patch:
  * DependOnVariableHelper.patch
    + integrated in OpenJDK 11.0.7 code-base

-------------------------------------------------------------------
Wed Apr 15 09:07:59 UTC 2020 - Fridrich Strba <fstrba@suse.com>

- The pack200 and unpack200 alternatives should be slaves of java
  and not of javac, since they are part of JRE.

-------------------------------------------------------------------
Wed Mar 25 14:20:35 UTC 2020 - Martin Liška <mliska@suse.cz>

- Add gcc-fno-common-fix.patch in order to fix
  boo#1167462.

-------------------------------------------------------------------
Thu Feb 13 15:46:21 UTC 2020 - Andreas Schwab <schwab@suse.de>

- DependOnVariableHelper.patch: Fix DependOnVariableHelper for make 4.3

-------------------------------------------------------------------
Sun Feb  2 15:47:35 UTC 2020 - Fridrich Strba <fstrba@suse.com>

- Initial release of OpenJDK 11.0.6 with OpenJ9 0.18.1 virtual
  machine
openSUSE Build Service is sponsored by