Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openjdk11: update to 11.0.12+7.
@ 2022-01-06  4:23 knusbaum
  2022-01-06  4:26 ` [PR PATCH] [Updated] " knusbaum
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: knusbaum @ 2022-01-06  4:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages UPDATE-openjdk11-11.0.12+7
https://github.com/void-linux/void-packages/pull/34897

openjdk11: update to 11.0.12+7.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-openjdk11-11.0.12+7-34897.patch --]
[-- Type: text/x-diff, Size: 1289 bytes --]

From 8543b20e36f7ff5a5c1bc56f10a323c397ccc496 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 22:10:39 +0000
Subject: [PATCH] openjdk11: update to 11.0.12+7.

---
 srcpkgs/openjdk11/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/openjdk11/template b/srcpkgs/openjdk11/template
index 7ff1a89d3249..5e57a0e82ae9 100644
--- a/srcpkgs/openjdk11/template
+++ b/srcpkgs/openjdk11/template
@@ -1,9 +1,9 @@
 # Template file for 'openjdk11'
 pkgname=openjdk11
-version=11.0.12+5
+version=11.0.12+7
 revision=2
 _java_ver="${version%%.*}"
-_openjdk_version="openjdk-${_java_ver}"
+_openjdk_version=11.0.12+7
 wrksrc="jdk${_java_ver}u-jdk-${version}"
 build_style=gnu-configure
 configure_args="
@@ -38,7 +38,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="GPL-2.0-or-later"
 homepage="http://openjdk.java.net/"
 distfiles="https://hg.openjdk.java.net/jdk-updates/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
-checksum=ff0edaf800c76ae435840365a9205a5f7277a5a2fd3c79ad874522a15c213559
+checksum=06ad7b39625374c30a8d8be9e7e18f37663ba6fe44c2a66aa7b7987b140d069a
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 
 # Build is still parallel, but don't use -jN.

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

* Re: [PR PATCH] [Updated] openjdk11: update to 11.0.12+7.
  2022-01-06  4:23 [PR PATCH] openjdk11: update to 11.0.12+7 knusbaum
@ 2022-01-06  4:26 ` knusbaum
  2022-01-06  4:28 ` knusbaum
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: knusbaum @ 2022-01-06  4:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages UPDATE-openjdk11-11.0.12+7
https://github.com/void-linux/void-packages/pull/34897

openjdk11: update to 11.0.12+7.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-openjdk11-11.0.12+7-34897.patch --]
[-- Type: text/x-diff, Size: 1172 bytes --]

From 52b7daa64ff6d2f15885b3ab52c122b99c22fcf0 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 22:10:39 +0000
Subject: [PATCH] openjdk11: update to 11.0.12+7.

---
 srcpkgs/openjdk11/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/openjdk11/template b/srcpkgs/openjdk11/template
index 7ff1a89d3249..176a4f083f36 100644
--- a/srcpkgs/openjdk11/template
+++ b/srcpkgs/openjdk11/template
@@ -1,6 +1,6 @@
 # Template file for 'openjdk11'
 pkgname=openjdk11
-version=11.0.12+5
+version=11.0.12+7
 revision=2
 _java_ver="${version%%.*}"
 _openjdk_version="openjdk-${_java_ver}"
@@ -38,7 +38,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="GPL-2.0-or-later"
 homepage="http://openjdk.java.net/"
 distfiles="https://hg.openjdk.java.net/jdk-updates/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
-checksum=ff0edaf800c76ae435840365a9205a5f7277a5a2fd3c79ad874522a15c213559
+checksum=06ad7b39625374c30a8d8be9e7e18f37663ba6fe44c2a66aa7b7987b140d069a
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 
 # Build is still parallel, but don't use -jN.

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

* Re: [PR PATCH] [Updated] openjdk11: update to 11.0.12+7.
  2022-01-06  4:23 [PR PATCH] openjdk11: update to 11.0.12+7 knusbaum
  2022-01-06  4:26 ` [PR PATCH] [Updated] " knusbaum
@ 2022-01-06  4:28 ` knusbaum
  2022-01-07  6:47 ` [PR PATCH] [Closed]: " q66
  2022-01-07  6:47 ` q66
  3 siblings, 0 replies; 8+ messages in thread
From: knusbaum @ 2022-01-06  4:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages UPDATE-openjdk11-11.0.12+7
https://github.com/void-linux/void-packages/pull/34897

openjdk11: update to 11.0.12+7.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-openjdk11-11.0.12+7-34897.patch --]
[-- Type: text/x-diff, Size: 1869 bytes --]

From 973d1c74976d4a034abe26915e6f139bba5bd1b8 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 22:10:39 +0000
Subject: [PATCH] openjdk11: update to 11.0.12+7.

---
 srcpkgs/openjdk11/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/openjdk11/template b/srcpkgs/openjdk11/template
index 7ff1a89d3249..bc15614c5bd3 100644
--- a/srcpkgs/openjdk11/template
+++ b/srcpkgs/openjdk11/template
@@ -1,7 +1,7 @@
 # Template file for 'openjdk11'
 pkgname=openjdk11
-version=11.0.12+5
-revision=2
+version=11.0.12+7
+revision=1
 _java_ver="${version%%.*}"
 _openjdk_version="openjdk-${_java_ver}"
 wrksrc="jdk${_java_ver}u-jdk-${version}"
@@ -32,13 +32,13 @@ 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"
 depends="fontconfig"
-provides="java-environment-${version}_1 java-runtime-${version}_1"
 short_desc="OpenJDK Java Development Kit"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="GPL-2.0-or-later"
 homepage="http://openjdk.java.net/"
 distfiles="https://hg.openjdk.java.net/jdk-updates/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
-checksum=ff0edaf800c76ae435840365a9205a5f7277a5a2fd3c79ad874522a15c213559
+checksum=06ad7b39625374c30a8d8be9e7e18f37663ba6fe44c2a66aa7b7987b140d069a
+provides="java-environment-${version}_1 java-runtime-${version}_1"
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 
 # Build is still parallel, but don't use -jN.
@@ -162,8 +162,6 @@ do_install() {
 	cat >>${DESTDIR}/etc/profile.d/10_openjdk11.sh <<EOF
 export JAVA_HOME=\${JAVA_HOME=/usr/lib/jvm/openjdk${_java_ver}}
 EOF
-	vlicense ASSEMBLY_EXCEPTION
-	vlicense LICENSE
 }
 
 openjdk11-doc_package() {

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

* Re: openjdk11: update to 11.0.12+7.
  2022-01-06  4:23 [PR PATCH] openjdk11: update to 11.0.12+7 knusbaum
                   ` (2 preceding siblings ...)
  2022-01-07  6:47 ` [PR PATCH] [Closed]: " q66
@ 2022-01-07  6:47 ` q66
  3 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2022-01-07  6:47 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/34897#issuecomment-1007179484

Comment:
dupe https://github.com/void-linux/void-packages/pull/34816

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

* Re: [PR PATCH] [Closed]: openjdk11: update to 11.0.12+7.
  2022-01-06  4:23 [PR PATCH] openjdk11: update to 11.0.12+7 knusbaum
  2022-01-06  4:26 ` [PR PATCH] [Updated] " knusbaum
  2022-01-06  4:28 ` knusbaum
@ 2022-01-07  6:47 ` q66
  2022-01-07  6:47 ` q66
  3 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2022-01-07  6:47 UTC (permalink / raw)
  To: ml

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

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

openjdk11: update to 11.0.12+7.
https://github.com/void-linux/void-packages/pull/34897

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

#### Testing the changes
- I tested the changes in this PR: **YES** 
  - xbps-src check works
  - manually tested the package using `ghidra`, which needs the jdk to run.

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

* Re: openjdk11: update to 11.0.12+7.
  2022-03-19  6:48 [PR PATCH] " knusbaum
  2022-03-22  2:02 ` classabbyamp
  2022-03-22  2:04 ` knusbaum
@ 2022-03-22  2:07 ` classabbyamp
  2 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-03-22  2:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36221#issuecomment-1074631594

Comment:
cool, I'll get a PR together and give you a ping

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

* Re: openjdk11: update to 11.0.12+7.
  2022-03-19  6:48 [PR PATCH] " knusbaum
  2022-03-22  2:02 ` classabbyamp
@ 2022-03-22  2:04 ` knusbaum
  2022-03-22  2:07 ` classabbyamp
  2 siblings, 0 replies; 8+ messages in thread
From: knusbaum @ 2022-03-22  2:04 UTC (permalink / raw)
  To: ml

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

New comment by knusbaum on void-packages repository

https://github.com/void-linux/void-packages/pull/36221#issuecomment-1074629691

Comment:
@classabbyamp Hey, thanks for the patches. I think it'll be easier if they go in a separate PR but I'm interested in reviewing them.

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

* Re: openjdk11: update to 11.0.12+7.
  2022-03-19  6:48 [PR PATCH] " knusbaum
@ 2022-03-22  2:02 ` classabbyamp
  2022-03-22  2:04 ` knusbaum
  2022-03-22  2:07 ` classabbyamp
  2 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-03-22  2:02 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36221#issuecomment-1074628344

Comment:
I've got a couple patches that clean up the jdk11 template and split the jre into a subpackage. You're the maintainer -- are you interested in these, or should I put them in a separate PR?

[openjdk11-patches.tar.gz](https://github.com/void-linux/void-packages/files/8318759/openjdk11-patches.tar.gz) (these patches depend on the changes made in #36250)

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

end of thread, other threads:[~2022-03-22  2:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  4:23 [PR PATCH] openjdk11: update to 11.0.12+7 knusbaum
2022-01-06  4:26 ` [PR PATCH] [Updated] " knusbaum
2022-01-06  4:28 ` knusbaum
2022-01-07  6:47 ` [PR PATCH] [Closed]: " q66
2022-01-07  6:47 ` q66
2022-03-19  6:48 [PR PATCH] " knusbaum
2022-03-22  2:02 ` classabbyamp
2022-03-22  2:04 ` knusbaum
2022-03-22  2:07 ` classabbyamp

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).