Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openjdk11/17: fix memory corruption bug on musl
@ 2022-06-30 16:50 classabbyamp
  2022-06-30 16:52 ` [PR PATCH] [Updated] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: classabbyamp @ 2022-06-30 16:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-linux/void-packages fix/openjdk-11-17-musl
https://github.com/void-linux/void-packages/pull/37762

openjdk11/17: fix memory corruption bug on musl
- openjdk11: fix memory corruption issue on musl
- openjdk17: fix memory corruption issue on musl

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

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



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/openjdk-11-17-musl-37762.patch --]
[-- Type: text/x-diff, Size: 1384 bytes --]

From bfaf7fc5c62f1ba44ddfa9e32ba55f866f7a7f03 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 30 Jun 2022 12:49:03 -0400
Subject: [PATCH 1/2] openjdk11: fix memory corruption issue on musl

---
 srcpkgs/openjdk11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openjdk11/template b/srcpkgs/openjdk11/template
index 48be7fa6bfc8..8d74b7c131f1 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=2
+revision=3
 _java_ver="${version%%.*}"
 _jdk_home="usr/lib/jvm/openjdk${_java_ver}"
 archs="x86_64* i686* aarch64* armv7* ppc64*"

From 26cfc964a13b723626c87bfa23fbc26820ecbc62 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 30 Jun 2022 12:49:14 -0400
Subject: [PATCH 2/2] openjdk17: fix memory corruption issue on musl

---
 srcpkgs/openjdk17/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openjdk17/template b/srcpkgs/openjdk17/template
index 03ac17c81b4d..0763d2d5a41e 100644
--- a/srcpkgs/openjdk17/template
+++ b/srcpkgs/openjdk17/template
@@ -1,7 +1,7 @@
 # Template file for 'openjdk17'
 pkgname=openjdk17
 version=17.0.3+7
-revision=2
+revision=3
 _gtest_ver=1.8.1
 _java_ver="${version%%.*}"
 _jdk_update="${version#*+}"

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30 16:50 [PR PATCH] openjdk11/17: fix memory corruption bug on musl classabbyamp
2022-06-30 16:52 ` [PR PATCH] [Updated] " classabbyamp
2022-06-30 20:09 ` classabbyamp
2022-06-30 22:52 ` classabbyamp
2022-07-01 21:03 ` [PR PATCH] [Merged]: " 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).