Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openjdk11: update to 11.0.14+8.
@ 2022-01-02 21:50 motorto
  2022-01-03  9:24 ` [PR PATCH] [Updated] " motorto
  2022-02-20 22:24 ` [PR PATCH] [Closed]: " motorto
  0 siblings, 2 replies; 3+ messages in thread
From: motorto @ 2022-01-02 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages java
https://github.com/void-linux/void-packages/pull/34816

openjdk11: update to 11.0.14+8.
#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, x86_64 glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-java-34816.patch --]
[-- Type: text/x-diff, Size: 1685 bytes --]

From 9e8b52107df702f98b0af1c4e0c64dda0a7cd4ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 2 Jan 2022 21:48:10 +0000
Subject: [PATCH] openjdk11: update to 11.0.14+8.

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

diff --git a/srcpkgs/openjdk11/template b/srcpkgs/openjdk11/template
index 7ff1a89d3249..5310d706ee0d 100644
--- a/srcpkgs/openjdk11/template
+++ b/srcpkgs/openjdk11/template
@@ -1,10 +1,10 @@
 # Template file for 'openjdk11'
 pkgname=openjdk11
-version=11.0.12+5
-revision=2
+version=11.0.14+8
+revision=1
 _java_ver="${version%%.*}"
 _openjdk_version="openjdk-${_java_ver}"
-wrksrc="jdk${_java_ver}u-jdk-${version}"
+wrksrc="jdk${_java_ver}u-jdk-11.0.14-8"
 build_style=gnu-configure
 configure_args="
  --disable-warnings-as-errors
@@ -37,8 +37,8 @@ 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
+distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/refs/tags/jdk-${version}.tar.gz"
+checksum=813ffc81555610690966d4e2d4397ae5052392705d417f5cac80b3c4c6046dce
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 
 # Build is still parallel, but don't use -jN.
@@ -115,6 +115,7 @@ alternatives="
 "
 
 post_extract() {
+	cd ${wrksrc}
 	chmod +x configure
 	if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 		rm -r src/jdk.hotspot.agent

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

* Re: [PR PATCH] [Updated] openjdk11: update to 11.0.14+8.
  2022-01-02 21:50 [PR PATCH] openjdk11: update to 11.0.14+8 motorto
@ 2022-01-03  9:24 ` motorto
  2022-02-20 22:24 ` [PR PATCH] [Closed]: " motorto
  1 sibling, 0 replies; 3+ messages in thread
From: motorto @ 2022-01-03  9:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages java
https://github.com/void-linux/void-packages/pull/34816

openjdk11: update to 11.0.14+8.
#### Testing the changes
- I tested the changes in this PR: briefly 

Compiled a small java project with it and it seems to work fine ...

#### Local build testing
- I built this PR locally for my native architecture, x86_64 glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-java-34816.patch --]
[-- Type: text/x-diff, Size: 1690 bytes --]

From 9eba4952274d39d9537e871cf1665d5412eaf422 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 2 Jan 2022 21:48:10 +0000
Subject: [PATCH] openjdk11: update to 11.0.14+8.

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

diff --git a/srcpkgs/openjdk11/template b/srcpkgs/openjdk11/template
index 7ff1a89d3249..cac7aa678059 100644
--- a/srcpkgs/openjdk11/template
+++ b/srcpkgs/openjdk11/template
@@ -1,10 +1,10 @@
 # Template file for 'openjdk11'
 pkgname=openjdk11
-version=11.0.12+5
-revision=2
+version=11.0.14+8
+revision=1
 _java_ver="${version%%.*}"
 _openjdk_version="openjdk-${_java_ver}"
-wrksrc="jdk${_java_ver}u-jdk-${version}"
+wrksrc="jdk${_java_ver}u-jdk-${version/+/-}"
 build_style=gnu-configure
 configure_args="
  --disable-warnings-as-errors
@@ -37,8 +37,8 @@ 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
+distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/refs/tags/jdk-${version}.tar.gz"
+checksum=813ffc81555610690966d4e2d4397ae5052392705d417f5cac80b3c4c6046dce
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 
 # Build is still parallel, but don't use -jN.
@@ -115,6 +115,7 @@ alternatives="
 "
 
 post_extract() {
+	cd ${wrksrc}
 	chmod +x configure
 	if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 		rm -r src/jdk.hotspot.agent

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

* Re: [PR PATCH] [Closed]: openjdk11: update to 11.0.14+8.
  2022-01-02 21:50 [PR PATCH] openjdk11: update to 11.0.14+8 motorto
  2022-01-03  9:24 ` [PR PATCH] [Updated] " motorto
@ 2022-02-20 22:24 ` motorto
  1 sibling, 0 replies; 3+ messages in thread
From: motorto @ 2022-02-20 22:24 UTC (permalink / raw)
  To: ml

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

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

openjdk11: update to 11.0.14+8.
https://github.com/void-linux/void-packages/pull/34816

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

Compiled a small java project with it and it seems to work fine ...

#### Local build testing
- I built this PR locally for my native architecture, x86_64 glibc

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

end of thread, other threads:[~2022-02-20 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02 21:50 [PR PATCH] openjdk11: update to 11.0.14+8 motorto
2022-01-03  9:24 ` [PR PATCH] [Updated] " motorto
2022-02-20 22:24 ` [PR PATCH] [Closed]: " motorto

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