-
-
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.
Merge branch 'master' into dependabot/gradle/linux/testcontainersVers…
…ion-1.19.4
- Loading branch information
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-8-jdk | ||
pkgver=8.392.08 | ||
pkgver=8.402.06 | ||
# replace 8. with 8u and .01 with b-01 | ||
_pkgver=${pkgver/8./8u} | ||
_pkgver=${_pkgver%.*}b${_pkgver#*.} | ||
|
@@ -67,6 +67,6 @@ package() { | |
} | ||
|
||
sha256sums=" | ||
8dcb1532a1194afa06e4b5ace4e9e279926392442bf46b2d51b49ae1a9a1dfea OpenJDK8U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
c911fc057440f48c95f3eea8ec688732f43584e93fc0b090f5a361b2b6a64b71 OpenJDK8U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
e9185736dde99a4dc570a645a20407bdb41c1f48dfc34d9c3eb246cf0435a378 HelloWorld.java | ||
" |
6 changes: 6 additions & 0 deletions
6
linux/jdk/debian/src/main/packaging/temurin/8/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-8-jdk (8.0.402.0.0+6) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 8.0.402.0.0+6 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Wed, Jan 24 2024 00:00:00 +0000 | ||
|
||
temurin-8-jdk (8.0.392.0.0+8) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 8.0.392.0.0+8 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 8u392-b08 | ||
%global upstream_version 8u402-b06 | ||
# 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 8.0.312.0.1___8 8.0.312.0.0+7 | ||
# 8.0.312.0.0___7 == 8.0.312.0.0+7 | ||
%global spec_version 8.0.392.0.0.8 | ||
%global spec_version 8.0.402.0.0.6 | ||
%global spec_release 1 | ||
%global priority 1081 | ||
|
||
|
@@ -47,7 +47,7 @@ | |
%global src_num 6 | ||
%global sha_src_num 7 | ||
# jdk8 arm32 has different top directory name https://github.com/adoptium/temurin-build/issues/2795 | ||
%global upstream_version 8u392-b08-aarch32-20231020 | ||
%global upstream_version 8u402-b06-aarch32-20240118 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
|
@@ -278,7 +278,9 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Thu Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
* Wed Jan 24 2024 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.402.0.0.6-1 | ||
- Eclipse Temurin 8.0.402-b06 release. | ||
* Wed Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
- Eclipse Temurin 8.0.392-b08 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.382.0.0.5-1 | ||
- Eclipse Temurin 8.0.382-b05 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global upstream_version 8u392-b08 | ||
%global upstream_version 8u402-b06 | ||
# 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 8.0.312.0.1___8 8.0.312.0.0+7 | ||
# 8.0.312.0.0___7 == 8.0.312.0.0+7 | ||
%global spec_version 8.0.392.0.0.8 | ||
%global spec_version 8.0.402.0.0.6 | ||
%global spec_release 1 | ||
%global priority 1081 | ||
|
||
|
@@ -47,7 +47,7 @@ | |
%global src_num 6 | ||
%global sha_src_num 7 | ||
# jdk8 arm32 has different top directory name https://github.com/adoptium/temurin-build/issues/2795 | ||
%global upstream_version 8u392-b08-aarch32-20231020 | ||
%global upstream_version 8u402-b06-aarch32-20240118 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
|
@@ -268,7 +268,9 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Thu Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
* Wed Jan 24 2024 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.402.0.0.6-1 | ||
- Eclipse Temurin 8.0.402-b06 release. | ||
* Wed Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
- Eclipse Temurin 8.0.392-b08 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.382.0.0.5-1 | ||
- Eclipse Temurin 8.0.382-b05 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Eclipse Adoptium Package Maintainers <[email protected]> | ||
pkgname=temurin-8-jre | ||
pkgver=8.392.08 | ||
pkgver=8.402.06 | ||
# replace 8. with 8u and .01 with b-01 | ||
_pkgver=${pkgver/8./8u} | ||
_pkgver=${_pkgver%.*}b${_pkgver#*.} | ||
|
@@ -60,5 +60,5 @@ ls ${srcdir} | |
} | ||
|
||
sha256sums=" | ||
3c99efbcbc481eadda6f3d42733fd33156d08b702f8198de08d2e34dfd43e22e OpenJDK8U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
abc7861abda181ffe4527997ef8267e701385f11b82d91bc3a56077be228b0e0 OpenJDK8U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
" |
6 changes: 6 additions & 0 deletions
6
linux/jre/debian/src/main/packaging/temurin/8/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-8-jre (8.0.402.0.0+6) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 8.0.402.0.0+6 release. | ||
|
||
-- Eclipse Adoptium Package Maintainers <[email protected]> Wed, Jan 24 2024 00:00:00 +0000 | ||
|
||
temurin-8-jre (8.0.392.0.0+8) STABLE; urgency=medium | ||
|
||
* Eclipse Temurin 8.0.392.0.0+8 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 8u392-b08 | ||
%global upstream_version 8u402-b06 | ||
# 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 8.0.312.0.1___8 8.0.312.0.0+7 | ||
# 8.0.312.0.0___7 == 8.0.312.0.0+7 | ||
%global spec_version 8.0.392.0.0.8 | ||
%global spec_version 8.0.402.0.0.6 | ||
%global spec_release 1 | ||
%global priority 1082 | ||
|
||
|
@@ -47,7 +47,7 @@ | |
%global src_num 6 | ||
%global sha_src_num 7 | ||
# jre8 arm32 has different top directory name https://github.com/adoptium/temurin-build/issues/2795 | ||
%global upstream_version 8u392-b08-aarch32-20231020 | ||
%global upstream_version 8u402-b06-aarch32-20240118 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
|
@@ -193,7 +193,9 @@ fi | |
|
||
%changelog | ||
%changelog | ||
* Thu Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
* Wed Jan 24 2024 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.402.0.0.6-1 | ||
- Eclipse Temurin 8.0.402-b06 release. | ||
* Wed Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
- Eclipse Temurin 8.0.392-b08 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.382.0.0.5-1 | ||
- Eclipse Temurin 8.0.382-b05 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global upstream_version 8u392-b08 | ||
%global upstream_version 8u402-b06 | ||
# 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 8.0.312.0.1___8 8.0.312.0.0+7 | ||
# 8.0.312.0.0___7 == 8.0.312.0.0+7 | ||
%global spec_version 8.0.392.0.0.8 | ||
%global spec_version 8.0.402.0.0.6 | ||
%global spec_release 1 | ||
%global priority 1082 | ||
|
||
|
@@ -47,7 +47,7 @@ | |
%global src_num 6 | ||
%global sha_src_num 7 | ||
# jre8 arm32 has different top directory name https://github.com/adoptium/temurin-build/issues/2795 | ||
%global upstream_version 8u392-b08-aarch32-20231020 | ||
%global upstream_version 8u402-b06-aarch32-20240118 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
|
@@ -182,7 +182,9 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Thu Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
* Wed Jan 24 2024 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.402.0.0.6-1 | ||
- Eclipse Temurin 8.0.402-b06 release. | ||
* Wed Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
- Eclipse Temurin 8.0.392-b08 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.382.0.0.5-1 | ||
- Eclipse Temurin 8.0.382-b05 release. | ||
|