-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installer updates for JDK20 for July 2023 release
Signed-off-by: Adam Farley <[email protected]>
- Loading branch information
1 parent
fd49c69
commit 9baf22c
Showing
10 changed files
with
42 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Eclipse Adoptium Package Maintainers <[email protected]> | ||
pkgname=temurin-20 | ||
pkgver=20.0.1_p9 | ||
pkgver=20.0.2_p9 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -95,7 +95,7 @@ _jdk() { | |
} | ||
|
||
sha256sums=" | ||
68d0f0c468064e944e304cab64fc162335d4d9bc0ddab7e6ff7a395a0bceda74 OpenJDK20U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
b03aced4b7a1c49bc00297e35e45480fd03818862b93e17e1551a3b721e89306 OpenJDK20U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
e9185736dde99a4dc570a645a20407bdb41c1f48dfc34d9c3eb246cf0435a378 HelloWorld.java | ||
22d2ff9757549ebc64e09afd3423f84b5690dcf972cd6535211c07c66d38fab0 TestCryptoLevel.java | ||
9fb00c7b0220de8f3ee2aa398459a37d119f43fd63321530a00b3bb9217dd933 TestECDSA.java | ||
|
6 changes: 6 additions & 0 deletions
6
linux/jdk/debian/src/main/packaging/temurin/20/debian/changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
temurin-20-jdk (20.0.2.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 20.0.2.0.0+9 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Tue, 25 Jul 2023 11:59:00 +0000 | ||
|
||
temurin-20-jdk (20.0.1.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 20.0.1.0.0+9 release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
%global upstream_version 20.0.1+9 | ||
%global upstream_version 20.0.2+9 | ||
# Only [A-Za-z0-9.] allowed in version: | ||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version | ||
# also not very intuitive: | ||
# $ rpmdev-vercmp 20.0.0.0.0___20.0.0.0.0+1 | ||
# 20.0.0.0.0___1 == 20.0.0.0.0+36 | ||
%global spec_version 20.0.1.0.0.9 | ||
%global spec_release 2 | ||
%global spec_version 20.0.2.0.0.9 | ||
%global spec_release 1 | ||
%global priority 1161 | ||
|
||
%global source_url_base https://github.com/adoptium/temurin20-binaries/releases/download | ||
|
@@ -225,6 +225,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.2.0.0.9.adopt0 | ||
- Eclipse Temurin 20.0.2+9 release. | ||
* Thu May 4 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.1.0.0.9-2.adopt0 | ||
- Fix alternative linking. | ||
* Wed Apr 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.1.0.0.9-1.adopt0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
%global upstream_version 20.0.1+9 | ||
%global upstream_version 20.0.2+9 | ||
# Only [A-Za-z0-9.] allowed in version: | ||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version | ||
# also not very intuitive: | ||
# $ rpmdev-vercmp 20.0.0.0.0___20.0.0.0.0+36 | ||
# 20.0.0.0.0___1 == 20.0.0.0.0+36 | ||
%global spec_version 20.0.1.0.0.9 | ||
%global spec_release 2 | ||
%global spec_version 20.0.2.0.0.9 | ||
%global spec_release 1 | ||
%global priority 1161 | ||
|
||
%global source_url_base https://github.com/adoptium/temurin20-binaries/releases/download | ||
|
@@ -215,6 +215,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.2.0.0.9.adopt0 | ||
- Eclipse Temurin 20.0.2+9 release. | ||
* Thu May 4 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.1.0.0.9-2.adopt0 | ||
- Fix alternative linking. | ||
* Wed Apr 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.1.0.0.9-1.adopt0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Eclipse Adoptium Package Maintainers <[email protected]> | ||
pkgname=temurin-20 | ||
pkgver=20.0.1_p9 | ||
pkgver=20.0.2_p9 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -71,5 +71,5 @@ _jre() { | |
} | ||
|
||
sha256sums=" | ||
0e95fa3719f7989908dfcc77ef701c6fe1111c4195ee3c6858faab5fd37525c5 OpenJDK20U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
53b34747a3c042a4cccb2b8b78fba3330b105bc523f0861237baa9143dc39115 OpenJDK20U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
" |
6 changes: 6 additions & 0 deletions
6
linux/jre/debian/src/main/packaging/temurin/20/debian/changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
temurin-20-jre (20.0.2.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 20.0.2.0.0+9 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Tue, 25 Jul 2023 11:59:00 +0000 | ||
|
||
temurin-20-jre (20.0.1.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 20.0.1.0.0+9 release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global upstream_version 20.0.1+9 | ||
%global upstream_version 20.0.2+9 | ||
# Only [A-Za-z0-9.] allowed in version: | ||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version | ||
# also not very intuitive: | ||
# $ rpmdev-vercmp 20.0.0.0.0___19.0.0.0.0+1 | ||
# 20.0.0.0.0___1 == 20.0.0.0.0+36 | ||
%global spec_version 20.0.1.0.0.9 | ||
%global spec_version 20.0.2.0.0.9 | ||
%global spec_release 1 | ||
%global priority 1912 | ||
|
||
|
@@ -157,6 +157,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.2.0.0.9.adopt0 | ||
- Eclipse Temurin 20.0.2+9 release. | ||
* Wed Apr 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.1.0.0.9-1.adopt0 | ||
- Eclipse Temurin 20.0.1+9 release 1. | ||
* Wed Mar 22 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.0.0.0.36-1.adopt0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global upstream_version 20.0.1+9 | ||
%global upstream_version 20.0.2+9 | ||
# Only [A-Za-z0-9.] allowed in version: | ||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version | ||
# also not very intuitive: | ||
# $ rpmdev-vercmp 20.0.0.0.0___20.0.0.0.0+36 | ||
# 20.0.0.0.0___1 == 20.0.0.0.0+36 | ||
%global spec_version 20.0.1.0.0.9 | ||
%global spec_version 20.0.2.0.0.9 | ||
%global spec_release 1 | ||
%global priority 1912 | ||
|
||
|
@@ -147,6 +147,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.2.0.0.9.adopt0 | ||
- Eclipse Temurin 20.0.2+9 release. | ||
* Wed Apr 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.1.0.0.9-1.adopt0 | ||
- Eclipse Temurin 20.0.1+9 release 1. | ||
* Wed Mar 22 2023 Eclipse Adoptium Package Maintainers <[email protected]> 20.0.0.0.0.36-1.adopt0 | ||
|