forked from pool/java-21-openjdk
Compare commits
60 Commits
Author | SHA256 | Date | |
---|---|---|---|
32e28fb3d3 | |||
9eb1ba06a0 | |||
463bdf60c5 | |||
29dedbf7d7 | |||
f7a314ed20 | |||
64c440aadf | |||
daab80bbfd | |||
a902a18218 | |||
e63236f663 | |||
97d2c9f48a | |||
1c75a187f5 | |||
01ea7f0f62 | |||
802ded2bf8 | |||
b5250bf2fc | |||
2f6928b995 | |||
cc62287e5e | |||
4d86acb755 | |||
bb54d40400 | |||
0fe4157663 | |||
bb152d1028 | |||
db1e9dba6d | |||
394e97c3a3 | |||
f51043a488 | |||
d57acac37a | |||
8bf0aad0e4 | |||
95ba7a45f8 | |||
2d00d4948f | |||
a14532fe55 | |||
49fde4f730 | |||
7555b028d9 | |||
1e42e311e6 | |||
939ed93f24 | |||
934ec395a3 | |||
dd141b5025 | |||
4c6254726a | |||
add6151b9f | |||
466b4b7d74 | |||
a265df7707 | |||
44ab627e58 | |||
20ee8b2782 | |||
28ecd7d47a | |||
25dd0eb035 | |||
ebb6dd49c3 | |||
9bffec2d92 | |||
3f7f84674f | |||
d74eb8008c | |||
994be4bb94 | |||
d0cb0d345a | |||
4d36168742 | |||
54792bd1c9 | |||
f86a1e4395 | |||
776a53d6e8 | |||
437ef6518c | |||
1c32110baf | |||
82260ed21d | |||
7a97e84593 | |||
35aa64b58a | |||
6a6add16da | |||
397055449f | |||
2ce868f12c |
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package java-21-openjdk
|
# spec file for package java-21-openjdk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,7 +33,7 @@
|
|||||||
# Standard JPackage naming and versioning defines.
|
# Standard JPackage naming and versioning defines.
|
||||||
%global featurever 21
|
%global featurever 21
|
||||||
%global interimver 0
|
%global interimver 0
|
||||||
%global updatever 4
|
%global updatever 6
|
||||||
%global buildver 7
|
%global buildver 7
|
||||||
%global openjdk_repo jdk21u
|
%global openjdk_repo jdk21u
|
||||||
%global openjdk_tag jdk-%{featurever}%{?updatever:.%{interimver}.%{updatever}}%{?patchver:.%{patchver}}+%{buildver}
|
%global openjdk_tag jdk-%{featurever}%{?updatever:.%{interimver}.%{updatever}}%{?patchver:.%{patchver}}+%{buildver}
|
||||||
@ -152,6 +152,7 @@ Patch3: java-atk-wrapper-security.patch
|
|||||||
Patch4: PStack-808293.patch
|
Patch4: PStack-808293.patch
|
||||||
# Allow multiple initialization of PKCS11 libraries
|
# Allow multiple initialization of PKCS11 libraries
|
||||||
Patch5: multiple-pkcs11-library-init.patch
|
Patch5: multiple-pkcs11-library-init.patch
|
||||||
|
Patch7: reproducible-directory-mtime.patch
|
||||||
# Fix instantiation of VM on ZERO
|
# Fix instantiation of VM on ZERO
|
||||||
Patch8: zero-ranges.patch
|
Patch8: zero-ranges.patch
|
||||||
Patch9: reproducible-javadoc-timestamp.patch
|
Patch9: reproducible-javadoc-timestamp.patch
|
||||||
@ -389,6 +390,7 @@ rm -rvf src/java.desktop/share/native/liblcms/lcms2*
|
|||||||
%patch -P 3 -p1
|
%patch -P 3 -p1
|
||||||
%patch -P 4 -p1
|
%patch -P 4 -p1
|
||||||
%patch -P 5 -p1
|
%patch -P 5 -p1
|
||||||
|
%patch -P 7 -p1
|
||||||
%patch -P 8 -p1
|
%patch -P 8 -p1
|
||||||
%patch -P 9 -p1
|
%patch -P 9 -p1
|
||||||
%patch -P 10 -p1
|
%patch -P 10 -p1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cbd43a063bc848728ca07e37918e3f43fcb49c19295ff8286c33b505425768f3
|
|
||||||
size 112525572
|
|
BIN
jdk-21.0.4+7.tar.gz
(Stored with Git LFS)
BIN
jdk-21.0.4+7.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
jdk-21.0.6+7.tar.gz
(Stored with Git LFS)
Normal file
BIN
jdk-21.0.6+7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
17
reproducible-directory-mtime.patch
Normal file
17
reproducible-directory-mtime.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
diff --git a/src/java.base/share/classes/java/io/File.java b/src/java.base/share/classes/java/io/File.java
|
||||||
|
index 652f28074cc..63a6c2f2831 100644
|
||||||
|
--- a/src/java.base/share/classes/java/io/File.java
|
||||||
|
+++ b/src/java.base/share/classes/java/io/File.java
|
||||||
|
@@ -1378,7 +1378,11 @@ public class File
|
||||||
|
if (isInvalid()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
- return FS.createDirectory(this);
|
||||||
|
+ boolean result = FS.createDirectory(this);
|
||||||
|
+ if ( result && System.getenv("SOURCE_DATE_EPOCH") != null ) {
|
||||||
|
+ FS.setLastModifiedTime(this, 1000 * Long.parseLong(System.getenv("SOURCE_DATE_EPOCH")));
|
||||||
|
+ }
|
||||||
|
+ return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
Loading…
x
Reference in New Issue
Block a user