Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openjdk11: update to 11.0.20+7.
@ 2023-06-24 20:54 mhmdanas
  2023-06-25 16:24 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mhmdanas @ 2023-06-24 20:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages openjdk11-11.0.20+7
https://github.com/void-linux/void-packages/pull/44620

openjdk11: update to 11.0.20+7.
Also fix openjdk11-jmods depending on itself instead of openjdk11.

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

#### Testing the changes
- I tested the changes in this PR: **NO** (not yet)

@knusbaum

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/44620.patch is attached

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

From 7561b1a531ca337db2465e2fa85f660da8ac0940 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sat, 24 Jun 2023 21:48:53 +0100
Subject: [PATCH] openjdk11: update to 11.0.20+7.

Also fix openjdk11-jmods depending on itself instead of openjdk11.
---
 srcpkgs/openjdk11/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openjdk11/template b/srcpkgs/openjdk11/template
index e0d7ba7fb632..9d7c0ee6bf03 100644
--- a/srcpkgs/openjdk11/template
+++ b/srcpkgs/openjdk11/template
@@ -1,7 +1,7 @@
 # Template file for 'openjdk11'
 pkgname=openjdk11
-version=11.0.12+7
-revision=3
+version=11.0.20+7
+revision=1
 _java_ver="${version%%.*}"
 _jdk_home="usr/lib/jvm/openjdk${_java_ver}"
 archs="x86_64* i686* aarch64* armv7* ppc64*"
@@ -37,7 +37,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 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"
-checksum=9a37c9641b45f5c51fe19c1ccae141daeb5dcdbd59fa2f56e7dea7bf09484bec
+checksum=33f559f4223a4403fab31448473009a27d032dd2085fa655c49b9b6bcffe1728
 provides="java-environment-${version}_1"
 
 # Build is still parallel, but don't use -jN.
@@ -221,7 +221,7 @@ openjdk11-static-libs_package() {
 
 openjdk11-jmods_package() {
 	short_desc+=" - JMODs"
-	depends="${pkgname}-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove $_jdk_home/jmods
 	}

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

end of thread, other threads:[~2023-07-21 21:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24 20:54 [PR PATCH] openjdk11: update to 11.0.20+7 mhmdanas
2023-06-25 16:24 ` [PR PATCH] [Updated] " mhmdanas
2023-06-26 19:54 ` mhmdanas
2023-07-21 19:28 ` [PR PATCH] [Updated] " mhmdanas
2023-07-21 21:36 ` [PR PATCH] [Merged]: openjdk11: update to 11.0.20+8 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).