GNU bug report logs - #51443
[patch] openjdk11: update to latest version

Previous Next

Package: guix;

Reported by: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>

Date: Wed, 27 Oct 2021 17:27:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51443 in the body.
You can then email your comments to 51443 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#51443; Package guix. (Wed, 27 Oct 2021 17:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 27 Oct 2021 17:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
To: bug-guix <at> gnu.org
Subject: [patch] openjdk11: update to latest version
Date: Wed, 27 Oct 2021 19:23:22 +0200
[Message part 1 (text/plain, inline)]
Hi,

The attached patch updates openjdk11 to the latest version. The update
includes some important bugfixes for compile errors of classfiles.

[0001-gnu-openjdk11-update-to-latest-version.patch (text/x-patch, inline)]
From eebf340e686e6c2762f45b08839d6a995baa8f31 Mon Sep 17 00:00:00 2001
From: Arne Babenhauserheide <arne_bab <at> web.de>
Date: Wed, 27 Oct 2021 19:22:17 +0200
Subject: [PATCH] gnu: openjdk11: update to latest version

* gnu/packages/java.scm (openjdk11): Update to latest and add xrandr input
---
 gnu/packages/java.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a404250d38..80e6e483ac 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2121,14 +2121,14 @@ (define-public openjdk10
 (define-public openjdk11
   (package
     (name "openjdk")
-    (version "11.28")
+    (version "11.0.12-ga")
     (source (origin
               (method url-fetch)
-              (uri "http://hg.openjdk.java.net/jdk/jdk/archive/76072a077ee1.tar.bz2")
+              (uri "https://hg.openjdk.java.net/jdk-updates/jdk11u/archive/ebc6c83bfa9e.tar.bz2")
               (file-name (string-append name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0v705w1s9lrqalzahir78pk397rkk9gfvzq821yv8h3xha0bqi6w"))
+                "07zd3ldz9s9fxnysjh8xchs3f1mn9rq7jng29g140a39mnpx4yyw"))
               (modules '((guix build utils)))
               (snippet
                `(begin
@@ -2365,6 +2365,7 @@ (define (icedtea-or-openjdk? path)
        ("libpng" ,libpng)
        ("libx11" ,libx11)
        ("libxext" ,libxext)
+       ("libxrandr" ,libxrandr)
        ("libxrender" ,libxrender)
        ("libxt" ,libxt)
        ("libxtst" ,libxtst)))

base-commit: af4ce7bd413c3a50733bfcc05370903a1e3808bc
prerequisite-patch-id: c1ffc79a0b53c239fe3d040b3b3f22a5717ca314
prerequisite-patch-id: 0a33bdfee17bc7b2576b5708d5fd54f5e170fb01
prerequisite-patch-id: f691f2bfa001d3b72b92b538254ad43ed3009b75
-- 
2.33.1

[Message part 3 (text/plain, inline)]
Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#51443; Package guix. (Wed, 27 Oct 2021 18:52:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
To: bug-guix <at> gnu.org
Subject: Re: [patch] openjdk11: update to latest version
Date: Wed, 27 Oct 2021 20:49:02 +0200
[Message part 1 (text/plain, inline)]
"Dr. Arne Babenhauserheide" <arne_bab <at> web.de> writes:

> The attached patch updates openjdk11 to the latest version. The update
> includes some important bugfixes for compile errors of classfiles.

> +    (version "11.0.12-ga")

This is from https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[signature.asc (application/pgp-signature, inline)]

Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Wed, 03 Nov 2021 01:18:02 GMT) Full text and rfc822 format available.

Notification sent to "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>:
bug acknowledged by developer. (Wed, 03 Nov 2021 01:18:02 GMT) Full text and rfc822 format available.

Message #13 received at 51443-close <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
Cc: 51443-close <at> debbugs.gnu.org
Subject: Re: bug#51443: [patch] openjdk11: update to latest version
Date: Wed, 3 Nov 2021 02:17:13 +0100
Le Wed, 27 Oct 2021 20:49:02 +0200,
"Dr. Arne Babenhauserheide" <arne_bab <at> web.de> a écrit :

> "Dr. Arne Babenhauserheide" <arne_bab <at> web.de> writes:
> 
> > The attached patch updates openjdk11 to the latest version. The
> > update includes some important bugfixes for compile errors of
> > classfiles.  
> 
> > +    (version "11.0.12-ga")  
> 
> This is from https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u
> 
> Best wishes,
> Arne

Thanks for the pach!

I actually just pushed an update to 11.0.13, since 11.0.12 has a bunch
of CVEs now (I was prompted to do the update when seeing an advisory
from debian). Sorry that your patch did not get in, but hopefully you
can now enjoy an updated openjdk11 :)




Information forwarded to bug-guix <at> gnu.org:
bug#51443; Package guix. (Wed, 03 Nov 2021 07:32:01 GMT) Full text and rfc822 format available.

Message #16 received at 51443-close <at> debbugs.gnu.org (full text, mbox):

From: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 51443-close <at> debbugs.gnu.org
Subject: Re: bug#51443: [patch] openjdk11: update to latest version
Date: Wed, 03 Nov 2021 08:29:22 +0100
[Message part 1 (text/plain, inline)]
Julien Lepiller <julien <at> lepiller.eu> writes:

> Le Wed, 27 Oct 2021 20:49:02 +0200,
> "Dr. Arne Babenhauserheide" <arne_bab <at> web.de> a écrit :
>
>> "Dr. Arne Babenhauserheide" <arne_bab <at> web.de> writes:
>> 
>> > The attached patch updates openjdk11 to the latest version. The
>> > update includes some important bugfixes for compile errors of
>> > classfiles.  
>> 
>> > +    (version "11.0.12-ga")  
>> 
>> This is from https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u

> Thanks for the pach!
>
> I actually just pushed an update to 11.0.13, since 11.0.12 has a bunch
> of CVEs now (I was prompted to do the update when seeing an advisory
> from debian). Sorry that your patch did not get in, but hopefully you
> can now enjoy an updated openjdk11 :)

No problem — thank you for updating! My goal was getting the new
version in, not getting the exact patch in :-)

(I’ve been running 11.0.12-ga from my local patched sources, so I wasn’t
blocked)

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 01 Dec 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 202 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.