GNU bug report logs - #55255
[PATCH] gnu: openjdk: Update to 11.0.15.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Wed, 4 May 2022 06:43:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 55255 in the body.
You can then email your comments to 55255 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 guix-patches <at> gnu.org:
bug#55255; Package guix-patches. (Wed, 04 May 2022 06:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 04 May 2022 06:43:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: openjdk: Update to 11.0.15.
Date: Wed,  4 May 2022 08:39:01 +0200
* gnu/packages/java (openjdk): Update to 11.0.15.
[arguments]<#:phases>[fix-java-shebangs]: Adapt phase.
---
 gnu/packages/java.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 43422f383f..a644370821 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1768,7 +1768,7 @@ (define-public openjdk11
 (define-public openjdk11
   (package
     (name "openjdk")
-    (version "11.0.13")
+    (version "11.0.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://openjdk-sources.osci.io/openjdk11/openjdk-"
@@ -1776,7 +1776,7 @@ (define-public openjdk11
               (file-name (string-append name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0xavz7msaadprq65p5bhp6sxcyp12p0zlbhb3aaz0cvp21c9pdm9"))
+                "0di91nnms2iq1svgq72r5y17am17r4vh2lq43k0bkcwpc84d6nd8"))
               (modules '((guix build utils)))
               (snippet
                `(begin
@@ -1819,8 +1819,8 @@ (define-public openjdk11
            (lambda _
              ;; This file was "fixed" by patch-source-shebangs, but it requires
              ;; this exact first line.
-             (substitute* "make/data/blacklistedcertsconverter/blacklisted.certs.pem"
-               (("^#!.*") "#! java BlacklistedCertsConverter SHA-256\n"))
+             (substitute* "make/data/blockedcertsconverter/blocked.certs.pem"
+               (("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))
              #t))
          (add-after 'unpack 'patch-jni-libs
            ;; Hardcode dynamically loaded libraries.
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#55255; Package guix-patches. (Sun, 08 May 2022 21:39:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 55255 <at> debbugs.gnu.org
Subject: Re: bug#55255: [PATCH] gnu: openjdk: Update to 11.0.15.
Date: Sun, 08 May 2022 23:38:43 +0200
Hi Danny,

Danny Milosavljevic <dannym <at> scratchpost.org> skribis:

> * gnu/packages/java (openjdk): Update to 11.0.15.
> [arguments]<#:phases>[fix-java-shebangs]: Adapt phase.

If it works and dependents are fine (which I expect should be the case
for a point release), go for it!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#55255; Package guix-patches. (Mon, 09 May 2022 10:42:01 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 55255 <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>
Subject: Re: bug#55255: [PATCH] gnu: openjdk: Update to 11.0.15.
Date: Mon, 9 May 2022 12:41:12 +0200
[Message part 1 (text/plain, inline)]
Pushed openjdk11 update to guix master as commit 271b2e43bef96f17f3f1e1085394b4bb144c5768.
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#55255; Package guix-patches. (Mon, 09 May 2022 17:51:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>, 55255 <at> debbugs.gnu.org
Subject: Re: [bug#55255] [PATCH] gnu: openjdk: Update to 11.0.15.
Date: Mon, 9 May 2022 13:50:34 -0400
[Message part 1 (text/plain, inline)]
On Sun, May 8, 2022 at 5:39 PM Ludovic Courtès <ludo <at> gnu.org> wrote:

> > * gnu/packages/java (openjdk): Update to 11.0.15.
> > [arguments]<#:phases>[fix-java-shebangs]: Adapt phase.
>
> If it works and dependents are fine (which I expect should be the case
> for a point release), go for it!
>

This evaluation broke openjdk12+:
  https://ci.guix.gnu.org/build/760901/details

Greg
[Message part 2 (text/html, inline)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 10 May 2022 12:56:02 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Tue, 10 May 2022 12:56:02 GMT) Full text and rfc822 format available.

Message #19 received at 55255-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Greg Hogan <code <at> greghogan.com>
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>,
 Ludovic Courtès <ludo <at> gnu.org>, 55255-done <at> debbugs.gnu.org
Subject: Re: [bug#55255] [PATCH] gnu: openjdk: Update to 11.0.15.
Date: Tue, 10 May 2022 15:54:49 +0300
[Message part 1 (text/plain, inline)]
On Mon, May 09, 2022 at 01:50:34PM -0400, Greg Hogan wrote:
> On Sun, May 8, 2022 at 5:39 PM Ludovic Courtès <ludo <at> gnu.org> wrote:
> 
> > > * gnu/packages/java (openjdk): Update to 11.0.15.
> > > [arguments]<#:phases>[fix-java-shebangs]: Adapt phase.
> >
> > If it works and dependents are fine (which I expect should be the case
> > for a point release), go for it!
> >
> 
> This evaluation broke openjdk12+:
>   https://ci.guix.gnu.org/build/760901/details

It's fixed now

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[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, 08 Jun 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 294 days ago.

Previous Next


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