Changelog for
java-10-openjdk-jmods-10.0.2.0-10.124.x86_64.rpm :
* Tue Feb 20 2024 Fridrich Strba
- Use %patch -P N instead of deprecated %patchN.
* Mon Feb 12 2024 Fridrich Strba - Added patch:
* date-more-then-10-years-error.patch + do not bomb on currency data generation because of timestamp being too old
* Thu Aug 26 2021 Fridrich Strba - Added patch:
* openjdk-glibc234.patch + fix build with glibc-2.34 (bsc#1189201)
* Wed Aug 04 2021 Andreas Schwab - riscv64-zero.patch: Add support for riscv64 (zero VM)
* Wed Apr 15 2020 Fridrich Strba - The pack200 and unpack200 alternatives should be slaves of java and not of javac, since they are part of JRE.
* Wed Mar 25 2020 Martin Liška - Add gcc-fno-common-fix.patch in order to fix boo#1167462.
* Thu Feb 13 2020 Andreas Schwab - DependOnVariableHelper.patch: Fix DependOnVariableHelper for make 4.3
* Sun Feb 02 2020 Fridrich Strba - Install java icons not only versioned, but also postfixed by the \"openjdk\", in order to prevent install conflicts with other jdk 11 flavours.
* Tue Apr 23 2019 Fridrich Strba - Require update-ca-certificates by the headless subpackage (bsc#1131378)
* Wed Jul 18 2018 fstrbaAATTsuse.com- OpenJDK 10.0.2 (July 2018 CPU)
* Security fixes: + S8197925: Better stack walking (CVE-2018-2940, bsc#1101645) + S8199547: Exception to Pattern Syntax (CVE-2018-2952, bsc#1101651) + S8200332: Improve GCM counting (CVE-2018-2972, bsc#1101655) + S8200666: Improve LDAP support (CVE-2018-2973, bsc#1101656)
* Security-In-Depth fixes: + S8191239: Improve desktop file usage + S8193419: Better Internet address support
* Fixes + S8187577: JVM crash during gc doing concurrent marking + S8193802: NullPointerException from JarFileSystem.getVersionMap() + S8194554: filterArguments runs multiple filters in the wrong order + S8195096: Exception printed on console with custom LogManager on starting Apache Tomcat + S8196224: Even better Internet address support + S8199910: Compiler crashes with -g option and variables of intersection type inferred by `var` + S8200118: [TESTBUG] String concat tests should test toString() application order + S8200355: local variable inference regression test generates classfile in test folder + S8200359: (tz) Upgrade time-zone data to tzdata2018d + S8200556: AArch64: assertion failure in slowdebug builds + S8200640: Change version number to 10.0.2 + S8200641: Update milestone to ea for 10.0.2 + S8201433: Fix potential crash in BufImg_SetupICM + S8201495: [Zero] Reduce limits of max heap size for boot JDK on s390 + S8201509: Zero: S390 31bit atomic_copy64 inline assembler is wrong + S8201788: Number of make jobs wrong for bootcycle-images target + S8202210: jlink uses little-endian for big-endian cross-compilation targets + S8202262: libjsig.so not linked with extra linker flags from configure + S8202522: Switch to \'fcs\' milestone for July CPU 2018 release + S8202540: Zero build is broken after JDK-8189871 (Refactor GC barriers to use declarative semantics) + S8202588: JDK 10.0.2 l10n resource file update + S8202784: generated-configure.sh changes missing in 8201495 + S8203233: (tz) Upgrade time-zone data to tzdata2018e + S8203305: PPC64: Improve TM detection for enabling RTM on Linux / POWER9 + S8203367: Upgrade to Freetype 2.9.1 + S8203368: ObjectInputStream filterCheck method throws NullPointerException + S8203669: PPC64: Fix jtreg RTM tests after \"8203305: Improve TM detection for enabling RTM on Linux / POWER9\" + S8204322: += applied to String operands can provoke side effects + S8205491: adjust reflective access checks- Removed patch:
* bootcycle_jobs.patch + Fixed upstream