-
-
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 installers for Jan 2024 release
- Loading branch information
1 parent
ddbd345
commit 49e6d5a
Showing
10 changed files
with
52 additions
and
32 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-17 | ||
pkgver=17.0.9_p9 | ||
pkgver=17.0.10_p7 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -95,7 +95,7 @@ _jdk() { | |
} | ||
|
||
sha256sums=" | ||
c2a571a56e5bd3f30956b17b048880078c7801ed9e8754af6d1e38b9176059a9 OpenJDK17U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
ce4085548f73ec97fa870de3f7da87634b4cbbf9753600365e2e0b255585e7e1 OpenJDK17U-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/17/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-17-jdk (17.0.10.0.0+7) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.10.0.0+7 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Thu, 22 Jan 2024 08:00:00 +0000 | ||
|
||
temurin-17-jdk (17.0.9.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.9.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 17.0.9+9 | ||
%global upstream_version 17.0.10+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 17.0.1.0.1___17.0.1.0+12 | ||
# 17.0.1.0.0___12 == 17.0.1.0.0+12 | ||
%global spec_version 17.0.9.0.0.9 | ||
%global spec_version 17.0.10.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1161 | ||
|
||
|
@@ -261,6 +261,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Mon Jan 22 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.10.0.0.7-1 | ||
- Eclipse Temurin 17.0.10+7 release. | ||
* Thu Oct 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.9.0.0.9-1 | ||
- Eclipse Temurin 17.0.9+9 release. | ||
* Thu Aug 31 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.8.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,9 +1,9 @@ | ||
%global upstream_version 17.0.9+9 | ||
%global upstream_version 17.0.10+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 17.0.1.0.1___17.0.1.0+12 | ||
%global spec_version 17.0.9.0.0.9 | ||
%global spec_version 17.0.10.0.0.7 | ||
%global spec_release 1 | ||
# 17.0.3.0.0___7 == 17.0.3.0.0+7 | ||
%global priority 1161 | ||
|
@@ -251,6 +251,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Mon Jan 22 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.10.0.0.7-1 | ||
- Eclipse Temurin 17.0.10+7 release. | ||
* Thu Oct 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.9.0.0.9-1 | ||
- Eclipse Temurin 17.0.9+9 release. | ||
* Thu Aug 31 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.8.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-17 | ||
pkgver=17.0.9_p9 | ||
pkgver=17.0.10_p7 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -71,5 +71,5 @@ _jre() { | |
} | ||
|
||
sha256sums=" | ||
70e5d108f51ae7c7b2435d063652df058723e303a18b4f72f17f75c5320052d3 OpenJDK17U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
822f43f3de715b8eccad3fab8715cdfda02ec343f004fa56107e73433d2d6fa3 OpenJDK17U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
" |
6 changes: 6 additions & 0 deletions
6
linux/jre/debian/src/main/packaging/temurin/17/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-17-jre (17.0.10.0.0+7) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.10.0.0+7 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Mon, 22 Jan 2024 08:00:00 +0000 | ||
|
||
temurin-17-jre (17.0.9.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.9.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 17.0.9+9 | ||
%global upstream_version 17.0.10+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 17.0.1.0.1___17.0.1.0+12 | ||
# 17.0.1.0.0___12 == 17.0.1.0.0+12 | ||
%global spec_version 17.0.9.0.0.9 | ||
%global spec_version 17.0.10.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1712 | ||
|
||
|
@@ -186,6 +186,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Mon Jan 22 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.10.0.0.7-1 | ||
- Eclipse Temurin 17.0.10+7 release. | ||
* Thu Oct 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.9.0.0.9-1 | ||
- Eclipse Temurin 17.0.9+9 release. | ||
* Thu Aug 31 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.8.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 17.0.9+9 | ||
%global upstream_version 17.0.10+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 17.0.1.0.1___17.0.1.0+12 | ||
# 17.0.1.0.0___12 == 17.0.1.0.0+12 | ||
%global spec_version 17.0.9.0.0.9 | ||
%global spec_version 17.0.10.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1712 | ||
|
||
|
@@ -176,6 +176,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Mon Jan 22 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.10.0.0.7-1 | ||
- Eclipse Temurin 17.0.10+7 release. | ||
* Thu Oct 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.9.0.0.9-1 | ||
- Eclipse Temurin 17.0.9+9 release. | ||
* Thu Aug 31 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.8.1.0.1-1 | ||
|