-
-
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.
Signed-off-by: Sophia Guo <[email protected]>
- Loading branch information
1 parent
6f1cc00
commit 5750dc5
Showing
10 changed files
with
41 additions
and
21 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.8.1_p1 | ||
pkgver=17.0.9_p9 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -95,7 +95,7 @@ _jdk() { | |
} | ||
|
||
sha256sums=" | ||
85d298268db61c4a538df905ec510eba7dc09300e7f7132bb2e25e5e8aef1933 OpenJDK17U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
c2a571a56e5bd3f30956b17b048880078c7801ed9e8754af6d1e38b9176059a9 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.9.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.9.0.+9 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Tue, 24 Oct 2023 08:00:00 +0000 | ||
|
||
temurin-17-jdk (17.0.8.1.0+1) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.8.1.0+1 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.8.1+1 | ||
%global upstream_version 17.0.9+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 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.8.1.0.1 | ||
%global spec_version 17.0.9.0.0.9 | ||
%global spec_release 1 | ||
%global priority 1161 | ||
|
||
|
@@ -261,6 +261,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Thu Oct 24 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 | ||
- Eclipse Temurin 17.0.8.1+1 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.8.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.8.1+1 | ||
%global upstream_version 17.0.9+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 17.0.1.0.1___17.0.1.0+12 | ||
%global spec_version 17.0.8.1.0.1 | ||
%global spec_version 17.0.9.0.0.9 | ||
%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 | ||
* Thu Oct 24 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 | ||
- Eclipse Temurin 17.0.8.1+1 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.8.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.8.1_p1 | ||
pkgver=17.0.9_p9 | ||
# replace _p1 with _1 | ||
_pkgver=${pkgver/_p/_} | ||
_pkgverplus=${pkgver/_p/+} | ||
|
@@ -71,5 +71,5 @@ _jre() { | |
} | ||
|
||
sha256sums=" | ||
bf726bb99785901f22849a0ef4ddd4e67f3e5b184dbbf260fffbaf5befce18a3 OpenJDK17U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
70e5d108f51ae7c7b2435d063652df058723e303a18b4f72f17f75c5320052d3 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-jdk (17.0.9.0+9) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.9.0.+9 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Tue, 24 Oct 2023 08:00:00 +0000 | ||
|
||
temurin-17-jre (17.0.8.1.0+1) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 17.0.8.1.0+1 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.8.1+1 | ||
%global upstream_version 17.0.9+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 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.8.1.0.1 | ||
%global spec_version 17.0.9.0.0.9 | ||
%global spec_release 1 | ||
%global priority 1712 | ||
|
||
|
@@ -186,6 +186,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Thu Oct 24 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 | ||
- Eclipse Temurin 17.0.8.1+1 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.8.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 |
---|---|---|
|
@@ -176,6 +176,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Thu Oct 24 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 | ||
- Eclipse Temurin 17.0.8.1+1 release. | ||
* Wed Apr 26 2023 Eclipse Adoptium Package Maintainers <[email protected]> 17.0.7.0.0.7-1 | ||
|