-
-
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 JDK11 installers for Jan 2024 release (#802)
* Update jdk11 installers for Jan 2024 release * correct date in changelog * correct alpine jre checksum
- Loading branch information
1 parent
6b139d3
commit 02bba69
Showing
10 changed files
with
49 additions
and
35 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-11 | ||
pkgver=11.0.21_p9 | ||
pkgver=11.0.22_p7 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -95,7 +95,7 @@ _jdk() { | |
} | ||
|
||
sha256sums=" | ||
d5e2235d3707526f7c9ba3f0dc194e60d5dec33eceff2a2dcf9d874464cc0e9e OpenJDK11U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
b541c99a5de71ebbe53e7815f9222e377b814fa1025f9f5274cb7bad226809f8 OpenJDK11U-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/11/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-11-jdk (11.0.22.0.0+7) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 11.0.22.0.0+7release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Tue, 23 Jan 2024 00:00:00 +0000 | ||
|
||
temurin-11-jdk (11.0.21.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 11.0.20.1.0+1release. | ||
|
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 11.0.21+9 | ||
%global upstream_version 11.0.22+7 | ||
# 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 11.0.13.0.1___7 11.0.13.0.0+8 | ||
# 11.0.13.0.0___8 == 11.0.13.0.0+8 | ||
%global spec_version 11.0.21.0.0.9 | ||
%global spec_version 11.0.22.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1111 | ||
|
||
|
@@ -264,6 +264,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.22.0.0.7-1 | ||
- Eclipse Temurin 11.0.21.0+9 release. | ||
* Thu Oct 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.21.0.0.1-9 | ||
- Eclipse Temurin 11.0.21.0+9 release. | ||
* Thu Aug 31 2023 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.20.1.0.1-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 11.0.21+9 | ||
%global upstream_version 11.0.22+7 | ||
# 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 11.0.13.0.1___7 11.0.13.0.0+8 | ||
# 11.0.13.0.0___8 == 11.0.13.0.0+8 | ||
%global spec_version 11.0.21.0.0.9 | ||
%global spec_version 11.0.22.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1111 | ||
|
||
|
@@ -255,6 +255,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Mon Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.22.0.0.7-1 | ||
- Eclipse Temurin 11.0.22.0+7 release. | ||
* Thu Oct 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.21.0.0.1-9 | ||
- Eclipse Temurin 11.0.21.0+9 release. | ||
* Thu Aug 31 2023 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.20.1.0.1-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-11 | ||
pkgver=11.0.20.1_p1 | ||
pkgver=11.0.22_p7 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -72,5 +72,5 @@ _jre() { | |
} | ||
|
||
sha256sums=" | ||
d34ea3d1e3852548546c69d7d73addb873e7926e66147b8596b7c11fad9ee057 OpenJDK11U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
cbadab09243a084c3dc8c7e546c0f17941758f9df9c22b227144ce4247ad94f3 OpenJDK11U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
" |
6 changes: 3 additions & 3 deletions
6
linux/jre/debian/src/main/packaging/temurin/11/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,8 +1,8 @@ | ||
temurin-11-jre (11.0.21.0.0+9) STABLE; urgency=medium | ||
temurin-11-jre (11.0.22.0.0+7) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 11.0.20.1.0+1release. | ||
* Eclipse Temurin 11.0.22.0.0+7release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Thu, 26 Oct 2023 08:00:00 +0000 | ||
-- Eclipse Adoptium Package Maintainers <[email protected]> Tue, 23 Jan 2024 08:00:00 +0000 | ||
|
||
temurin-11-jre (11.0.20.1.0+1) STABLE; urgency=medium | ||
|
||
|
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 11.0.21+9 | ||
%global upstream_version 11.0.22+7 | ||
# 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 11.0.13.0.1___7 11.0.13.0.0+8 | ||
# 11.0.13.0.0___8 == 11.0.13.0.0+8 | ||
%global spec_version 11.0.21.0.0.9 | ||
%global spec_version 11.0.22.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1112 | ||
|
||
|
@@ -199,6 +199,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.22.0.0.7-1 | ||
- Eclipse Temurin 11.0.22.0+7 release. | ||
* Thu Oct 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.21.0.0.1-9 | ||
- Eclipse Temurin 11.0.21.0+9 release. | ||
* Thu Aug 31 2023 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.20.1.0.1-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 11.0.21+9 | ||
%global upstream_version 11.0.22+7 | ||
# 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 11.0.13.0.1___7 11.0.13.0.0+8 | ||
# 11.0.13.0.0___8 == 11.0.13.0.0+8 | ||
%global spec_version 11.0.21.0.0.9 | ||
%global spec_version 11.0.22.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1112 | ||
|
||
|
@@ -190,6 +190,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.22.0.0.7-1 | ||
- Eclipse Temurin 11.0.22.0+7 release. | ||
* Thu Oct 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.21.0.0.1-9 | ||
- Eclipse Temurin 11.0.21.0+9 release. | ||
* Thu Aug 31 2023 Eclipse Adoptium Package Maintainers <[email protected]> 11.0.20.1.0.1-1 | ||
|