1
0

Accepting request 1103983 from Java:Factory

Security fixes

OBS-URL: https://build.opensuse.org/request/show/1103983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-1_8_0-openj9?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2023-08-15 14:40:04 +00:00 committed by Git OBS Bridge
commit ac471477c6
9 changed files with 33 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e0c5f89144b1ed4fe8735d7ffdb08bb9e388590b20908f4fb501b488b8a396c
size 11086382

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27aa3b82569c0e3fc347c263f151f69bd2b6a7fc83f4f06c24ee96b2fc5f6228
size 132852940

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb0732120798ec4b83139cb7567aa9547cb03c046e4d4ccfd30d0c153a07a220
size 29039092

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1adc910b9b797055997c87a024010d0de1246b1cb6a486b4fe7d1d6870c5e06c
size 28765805

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67da794acc35484f8f5a1bcde4126514061aa8e2b399b28644e59fee37f1f515
size 127735333

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3e7e7e10b60c25a8ae52a2dbc6c57812d68f9196c527332b509a0acbe1d03ab
size 11073241

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 15 07:06:29 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Update to OpenJDK 8u382 build 05 with OpenJ9 0.40.0 virtual
machine
- Including Oracle July 2023 CPU changes
* CVE-2023-22045 (bsc#1213481), CVE-2023-22049 (bsc#1213482)
* OpenJ9 changes, see
https://www.eclipse.org/openj9/docs/version0.40
- Modified patch:
* stringop-overflow.patch
+ rediff to changed context
-------------------------------------------------------------------
Mon Aug 7 14:11:01 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -26,18 +26,18 @@
%global abs2rel perl -e %{script}
%global syslibdir %{_libdir}
# Standard JPackage naming and versioning defines.
%global updatever 372
%global buildver b07
%global updatever 382
%global buildver b05
%global root_repository https://github.com/ibmruntimes/openj9-openjdk-jdk8/archive
%global root_revision dd0ccb1fb50617dafdd32fba6d39d174350cd39a
%global root_branch v0.38.0-release
%global root_revision c4d2c2bafb3f2fc681c2b94ec3ffc426e93bb9d6
%global root_branch v0.40.0-release
%global omr_repository https://github.com/eclipse/openj9-omr/archive
%global omr_revision 855813495c1a71ebc59eeebafc1a6cd4e791646e
%global omr_branch v0.38.0-release
%global omr_revision e80bff83b7fda8875071d89de7c73184d847085d
%global omr_branch v0.40.0-release
%global openj9_repository https://github.com/eclipse/openj9/archive
%global openj9_revision d57d05932008a14605bf6cd729bb22dd6f49162c
%global openj9_branch v0.38.0-release
%global openj9_tag openj9-0.38.0
%global openj9_revision d12d10c9ea2de2cf363095e609536ffe451bd25f
%global openj9_branch v0.40.0-release
%global openj9_tag openj9-0.40.0
# priority must be 6 digits in total
%global priority 1801
%global javaver 1.8.0

View File

@ -9,9 +9,9 @@ diff -urEbwB openj9-openjdk-jdk17.orig/omr/compiler/optimizer/OMRSimplifierHandl
+#pragma GCC diagnostic ignored "-Wstringop-overflow"
+
#include "optimizer/OMRSimplifierHelpers.hpp"
#include "optimizer/OMRSimplifierHandlers.hpp"
#include "optimizer/SimplifierHandlers.hpp"
@@ -17404,5 +17407,6 @@
@@ -17353,5 +17356,6 @@
return node;
}