Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openjdk17: update to 17.0.3+1.
@ 2022-02-12 20:51 classabbyamp
  2022-02-12 21:03 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2022-02-12 20:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages openjdk17-17.0.3+1
https://github.com/void-linux/void-packages/pull/35563

openjdk17: update to 17.0.3+1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openjdk17-17.0.3+1-35563.patch --]
[-- Type: text/x-diff, Size: 1291 bytes --]

From 32797012d843b30a06e77fc832723f0c4ccb43a4 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 12 Feb 2022 15:49:57 -0500
Subject: [PATCH] openjdk17: update to 17.0.3+1.

---
 srcpkgs/openjdk17/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openjdk17/template b/srcpkgs/openjdk17/template
index 943eb0be90ee..c4ae53180543 100644
--- a/srcpkgs/openjdk17/template
+++ b/srcpkgs/openjdk17/template
@@ -1,8 +1,8 @@
-# Template file for 'openjdk17'.
+# Template file for 'openjdk17'
 _java_ver=17
 _java_min_ver=0
-_java_sec_ver=1
-_jdk_update=12
+_java_sec_ver=3
+_jdk_update=1
 _jdk_home="usr/lib/jvm/openjdk${_java_ver}"
 _base_version="${_java_ver}.${_java_min_ver}.${_java_sec_ver}"
 
@@ -45,7 +45,7 @@ license="GPL-2.0-only WITH Classpath-exception-2.0"
 homepage="http://openjdk.java.net/"
 distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/jdk-${version}.tar.gz
  https://github.com/google/googletest/archive/refs/tags/release-1.8.1.tar.gz"
-checksum="8c076203a6f85ab916b3e54de1992bcbcc5ffe580c52b1ac8d52ca7afb9f02d1
+checksum="0fac6d90091fc16678a14349e578f6c1cf29738d55508f9f723fbb69469f6867
  9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c"
 
 # Build is still parallel, but don't use -jN.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] openjdk17: update to 17.0.3+1.
  2022-02-12 20:51 [PR PATCH] openjdk17: update to 17.0.3+1 classabbyamp
@ 2022-02-12 21:03 ` classabbyamp
  2022-02-12 22:40 ` classabbyamp
  2022-02-13  2:12 ` [PR PATCH] [Merged]: " q66
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-02-12 21:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages openjdk17-17.0.3+1
https://github.com/void-linux/void-packages/pull/35563

openjdk17: update to 17.0.3+1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openjdk17-17.0.3+1-35563.patch --]
[-- Type: text/x-diff, Size: 1810 bytes --]

From 1f613505a70dc311b071861509d966e3201268db Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 12 Feb 2022 15:49:57 -0500
Subject: [PATCH] openjdk17: update to 17.0.3+1.

---
 srcpkgs/openjdk17/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/openjdk17/template b/srcpkgs/openjdk17/template
index 943eb0be90ee..ec0fdeb41ecd 100644
--- a/srcpkgs/openjdk17/template
+++ b/srcpkgs/openjdk17/template
@@ -1,8 +1,8 @@
-# Template file for 'openjdk17'.
+# Template file for 'openjdk17'
 _java_ver=17
 _java_min_ver=0
-_java_sec_ver=1
-_jdk_update=12
+_java_sec_ver=3
+_jdk_update=1
 _jdk_home="usr/lib/jvm/openjdk${_java_ver}"
 _base_version="${_java_ver}.${_java_min_ver}.${_java_sec_ver}"
 
@@ -33,7 +33,7 @@ make_build_args="images $(vopt_if docs docs)"
 make_install_args="INSTALL_PREFIX=\"${DESTDIR}/usr/lib\""
 make_check_target="test-hotspot-gtest"
 hostmakedepends="pkg-config automake autoconf cpio tar unzip zip ca-certificates
- libressl zlib-devel which make-ca"
+ openssl-devel zlib-devel which make-ca"
 makedepends="libXrender-devel libXtst-devel libXt-devel libXrandr-devel
  giflib-devel libjpeg-turbo-devel cups-devel freetype-devel alsa-lib-devel
  fontconfig-devel zlib-devel lcms2-devel"
@@ -45,7 +45,7 @@ license="GPL-2.0-only WITH Classpath-exception-2.0"
 homepage="http://openjdk.java.net/"
 distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/jdk-${version}.tar.gz
  https://github.com/google/googletest/archive/refs/tags/release-1.8.1.tar.gz"
-checksum="8c076203a6f85ab916b3e54de1992bcbcc5ffe580c52b1ac8d52ca7afb9f02d1
+checksum="0fac6d90091fc16678a14349e578f6c1cf29738d55508f9f723fbb69469f6867
  9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c"
 
 # Build is still parallel, but don't use -jN.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] openjdk17: update to 17.0.3+1.
  2022-02-12 20:51 [PR PATCH] openjdk17: update to 17.0.3+1 classabbyamp
  2022-02-12 21:03 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-02-12 22:40 ` classabbyamp
  2022-02-13  2:12 ` [PR PATCH] [Merged]: " q66
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-02-12 22:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages openjdk17-17.0.3+1
https://github.com/void-linux/void-packages/pull/35563

openjdk17: update to 17.0.3+1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openjdk17-17.0.3+1-35563.patch --]
[-- Type: text/x-diff, Size: 1804 bytes --]

From d847dd6ebf0d8196e3f421afc4ebf4650d795a2d Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 12 Feb 2022 15:49:57 -0500
Subject: [PATCH] openjdk17: update to 17.0.3+1.

---
 srcpkgs/openjdk17/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/openjdk17/template b/srcpkgs/openjdk17/template
index 943eb0be90ee..43f72e4d65c0 100644
--- a/srcpkgs/openjdk17/template
+++ b/srcpkgs/openjdk17/template
@@ -1,8 +1,8 @@
-# Template file for 'openjdk17'.
+# Template file for 'openjdk17'
 _java_ver=17
 _java_min_ver=0
-_java_sec_ver=1
-_jdk_update=12
+_java_sec_ver=3
+_jdk_update=1
 _jdk_home="usr/lib/jvm/openjdk${_java_ver}"
 _base_version="${_java_ver}.${_java_min_ver}.${_java_sec_ver}"
 
@@ -33,7 +33,7 @@ make_build_args="images $(vopt_if docs docs)"
 make_install_args="INSTALL_PREFIX=\"${DESTDIR}/usr/lib\""
 make_check_target="test-hotspot-gtest"
 hostmakedepends="pkg-config automake autoconf cpio tar unzip zip ca-certificates
- libressl zlib-devel which make-ca"
+ openssl zlib-devel which make-ca"
 makedepends="libXrender-devel libXtst-devel libXt-devel libXrandr-devel
  giflib-devel libjpeg-turbo-devel cups-devel freetype-devel alsa-lib-devel
  fontconfig-devel zlib-devel lcms2-devel"
@@ -45,7 +45,7 @@ license="GPL-2.0-only WITH Classpath-exception-2.0"
 homepage="http://openjdk.java.net/"
 distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/jdk-${version}.tar.gz
  https://github.com/google/googletest/archive/refs/tags/release-1.8.1.tar.gz"
-checksum="8c076203a6f85ab916b3e54de1992bcbcc5ffe580c52b1ac8d52ca7afb9f02d1
+checksum="0fac6d90091fc16678a14349e578f6c1cf29738d55508f9f723fbb69469f6867
  9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c"
 
 # Build is still parallel, but don't use -jN.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: openjdk17: update to 17.0.3+1.
  2022-02-12 20:51 [PR PATCH] openjdk17: update to 17.0.3+1 classabbyamp
  2022-02-12 21:03 ` [PR PATCH] [Updated] " classabbyamp
  2022-02-12 22:40 ` classabbyamp
@ 2022-02-13  2:12 ` q66
  2 siblings, 0 replies; 4+ messages in thread
From: q66 @ 2022-02-13  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]

There's a merged pull request on the void-packages repository

openjdk17: update to 17.0.3+1.
https://github.com/void-linux/void-packages/pull/35563

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-13  2:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 20:51 [PR PATCH] openjdk17: update to 17.0.3+1 classabbyamp
2022-02-12 21:03 ` [PR PATCH] [Updated] " classabbyamp
2022-02-12 22:40 ` classabbyamp
2022-02-13  2:12 ` [PR PATCH] [Merged]: " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).