-
-
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.
JULY CPU - JDK17 Updates For Shipping Linux Packages (#959)
* JDK17 Package Updates * Fix incorrect checksum
- Loading branch information
1 parent
bf40f74
commit 42731d0
Showing
10 changed files
with
56 additions
and
36 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.11_p9 | ||
pkgver=17.0.12_p7 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -95,7 +95,7 @@ _jdk() { | |
} | ||
|
||
sha256sums=" | ||
839326b5b4b3e4ac2edc3b685c8ab550f9b6d267eddf966323c801cb21e3e018 OpenJDK17U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
6d274a292a717a6f8d00a3ed0695497405c5c634c27fec1692dd13784f6ff6fa 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.12.0.0+7) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.12.0.0+7 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Wed, 17 Jul 2024 08:00:00 +0000 | ||
|
||
temurin-17-jdk (17.0.11.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.11.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.11+9 | ||
%global upstream_version 17.0.12+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.11.0.0.9 | ||
%global spec_version 17.0.12.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1161 | ||
|
||
|
@@ -279,6 +279,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Wed Jul 17 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.12.0.0.7-1 | ||
- Eclipse Temurin 17.0.12+7 release. | ||
* Wed Apr 17 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.11.0.0.9-1 | ||
- Eclipse Temurin 17.0.11+9 release. | ||
* Mon Jan 22 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.10.0.0.7-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.11+9 | ||
%global upstream_version 17.0.12+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.11.0.0.9 | ||
%global spec_version 17.0.12.0.0.7 | ||
%global spec_release 1 | ||
# 17.0.3.0.0___7 == 17.0.3.0.0+7 | ||
%global priority 1161 | ||
|
@@ -269,6 +269,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Wed Jul 17 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.12.0.0.7-1 | ||
- Eclipse Temurin 17.0.12+7 release. | ||
* Wed Apr 17 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.11.0.0.9-1 | ||
- Eclipse Temurin 17.0.11+9 release. | ||
* Mon Jan 22 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.10.0.0.7-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.11_p9 | ||
pkgver=17.0.12_p7 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -71,5 +71,5 @@ _jre() { | |
} | ||
|
||
sha256sums=" | ||
b5dffd0be08c464d9c3903e2947508c1a5c21804ea1cff5556991a2a47d617d8 OpenJDK17U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
63bae276cc322532b451ae7473127c92a75db16cc95473577f133cd09349822a 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.12.0.0+7) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.12.0.0+7 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Wed, 17 Jul 2024 08:00:00 +0000 | ||
|
||
temurin-17-jre (17.0.11.0.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.11.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.11+9 | ||
%global upstream_version 17.0.12+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.11.0.0.9 | ||
%global spec_version 17.0.12.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1712 | ||
|
||
|
@@ -204,6 +204,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Wed Jul 17 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.12.0.0.7-1 | ||
- Eclipse Temurin 17.0.12+7 release. | ||
* Wed Apr 17 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.11.0.0.9-1 | ||
- Eclipse Temurin 17.0.11+9 release. | ||
* Mon Jan 22 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.10.0.0.7-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.11+9 | ||
%global upstream_version 17.0.12+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.11.0.0.9 | ||
%global spec_version 17.0.12.0.0.7 | ||
%global spec_release 1 | ||
%global priority 1712 | ||
|
||
|
@@ -194,6 +194,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Wed Jul 17 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.12.0.0.7-1 | ||
- Eclipse Temurin 17.0.12+7 release. | ||
* Wed Apr 17 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.11.0.0.9-1 | ||
- Eclipse Temurin 17.0.11+9 release. | ||
* Mon Jan 22 2024 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.10.0.0.7-1 | ||
|