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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51443: closed ([patch] openjdk11: update to latest version)
Date: Wed, 03 Nov 2021 01:18:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 3 Nov 2021 02:17:13 +0100
with message-id <20211103021713.4d924e15 <at> tachikoma.lepiller.eu>
and subject line Re: bug#51443: [patch] openjdk11: update to latest version
has caused the debbugs.gnu.org bug report #51443,
regarding [patch] openjdk11: update to latest version
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
51443: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51443
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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 5 (text/plain, inline)]
Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[signature.asc (application/pgp-signature, inline)]
[Message part 7 (message/rfc822, inline)]
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 :)


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.