-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jdk21 installers for Jan 2024 release (#803)
* Update jdk21 installers for Jan 2024 release * correct alpine jre checksums
- Loading branch information
1 parent
f6b8f1d
commit 7dc6c10
Showing
10 changed files
with
46 additions
and
26 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-21 | ||
pkgver=21.0.1_p12 | ||
pkgver=21.0.2_p13 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -97,10 +97,10 @@ _jdk() { | |
|
||
case "$CARCH" in | ||
x86_64) | ||
_arch_sum="422f23f5109056cacb9227247bebf8532e2dc3c9d505e71637ba610569d6b3ff" | ||
_arch_sum="f1aef3652dd52778e81eb4897a88a34e38ca0159d22f160f7205e69907a0f14d" | ||
;; | ||
aarch64) | ||
_arch_sum="77006c0a753808c2a6662007906eb6eb230f2fb6eb9d201a39cc46113e68f82c" | ||
_arch_sum="ae933ea8eeb4a077f19277842ba95ba93d29177e44d53cec7a98afd3b9abb2c3" | ||
;; | ||
esac | ||
|
||
|
6 changes: 6 additions & 0 deletions
6
linux/jdk/debian/src/main/packaging/temurin/21/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-21-jdk (21.0.2.0.0+13) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 21.0.2.0.0+13 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Tue, 23 Jan 2024 00:00:00 +0000 | ||
|
||
temurin-21-jdk (21.0.1.0.0+12) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 21.0.1.0.0+12 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 21.0.1+12 | ||
%global upstream_version 21.0.2+13 | ||
# 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 21.0.0.0.0___21.0.0.0.0+1 | ||
# 21.0.0.0.0___1 == 21.0.0.0.0+35 | ||
%global spec_version 21.0.1.0.0.12 | ||
%global spec_version 21.0.2.0.0.13 | ||
%global spec_release 1 | ||
%global priority 1161 | ||
|
||
|
@@ -226,6 +226,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-1 | ||
- Eclipse Temurin 21.0.2+13 release. | ||
* Tue Oct 24 2023 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.1.0.0.12-1 | ||
- Eclipse Temurin 21.0.1+12 release. | ||
* Wed Sep 20 2023 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.0.0.0.35-1 | ||
|
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 21.0.1+12 | ||
%global upstream_version 21.0.2+13 | ||
# 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 21.0.0.0.0___21.0.0.0.0+1 | ||
# 21.0.0.0.0___1 == 21.0.0.0.0+35 | ||
%global spec_version 21.0.1.0.0.12 | ||
%global spec_version 21.0.2.0.0.13 | ||
%global spec_release 1 | ||
%global priority 1161 | ||
|
||
|
@@ -215,6 +215,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-1 | ||
- Eclipse Temurin 21.0.2+13 release. | ||
* Tue Oct 24 2023 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.1.0.0.12-1 | ||
- Eclipse Temurin 21.0.1+12 release. | ||
* Wed Sep 20 2023 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.0.0.0.35-1 | ||
|
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-21 | ||
pkgver=21.0.1_p12 | ||
pkgver=21.0.2_p13 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -71,10 +71,10 @@ _jre() { | |
|
||
case "$CARCH" in | ||
x86_64) | ||
_arch_sum="a8fcc43927664ba191c9a77d1013f1f32fec1acc22fe6f0c29d687221f2cc95d" | ||
_arch_sum="7077b9e42b40f1ed8d59a71ae59a57d5d55de2685cc5efd70a0405618da616d7" | ||
;; | ||
aarch64) | ||
_arch_sum="2898ea1ddf6f70f09b09cf99d928f6d4c862f78f81104f5dce3e44a832b8444a" | ||
_arch_sum="e961c43fa418a74d5349d519d4f05b70f2017b13420812946be88349729c8ff3" | ||
;; | ||
esac | ||
|
||
|
6 changes: 6 additions & 0 deletions
6
linux/jre/debian/src/main/packaging/temurin/21/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-21-jre (21.0.2.0.0+13) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 21.0.2.0.0+13 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Tue, 23 Jan 2024 00:00:00 +0000 | ||
|
||
temurin-21-jre (21.0.1.0.0+12) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 21.0.1.0.0+12 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 21.0.1+12 | ||
%global upstream_version 21.0.2+13 | ||
# 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 21.0.0.0.0___21.0.0.0.0+1 | ||
# 20.0.0.0.0___1 == 21.0.0.0.0+35 | ||
%global spec_version 21.0.1.0.0.12 | ||
%global spec_version 21.0.2.0.0.13 | ||
%global spec_release 1 | ||
%global priority 2100 | ||
|
||
|
@@ -157,6 +157,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-1 | ||
- Eclipse Temurin 21.0.2+13 release. | ||
* Tue Oct 24 2023 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.1.0.0.12-1 | ||
- Eclipse Temurin 21.0.1+12 release. | ||
* Wed Sep 20 2023 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.0.0.0.35-1 | ||
|
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 21.0.1+12 | ||
%global upstream_version 21.0.2+13 | ||
# 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 21.0.0.0.0___21.0.0.0.0+1 | ||
# 20.0.0.0.0___1 == 21.0.0.0.0+35 | ||
%global spec_version 21.0.1.0.0.12 | ||
%global spec_version 21.0.2.0.0.13 | ||
%global spec_release 1 | ||
%global priority 2100 | ||
|
||
|
@@ -147,6 +147,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-1 | ||
- Eclipse Temurin 21.0.2+13 release. | ||
* Tue Oct 24 2023 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.1.0.0.12-1 | ||
- Eclipse Temurin 21.0.1+12 release. | ||
* Wed Sep 20 2023 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.0.0.0.35-1 | ||
|