emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55255: closed ([PATCH] gnu: openjdk: Update to 11.0.15.)


From: GNU bug Tracking System
Subject: bug#55255: closed ([PATCH] gnu: openjdk: Update to 11.0.15.)
Date: Tue, 10 May 2022 12:56:02 +0000

Your message dated Tue, 10 May 2022 15:54:49 +0300
with message-id <YnpgmSfddSgT8jgD@3900XT>
and subject line Re: [bug#55255] [PATCH] gnu: openjdk: Update to 11.0.15.
has caused the debbugs.gnu.org bug report #55255,
regarding [PATCH] gnu: openjdk: Update to 11.0.15.
to be marked as done.

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


-- 
55255: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55255
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#55255] [PATCH] gnu: openjdk: Update to 11.0.15. Date: Tue, 10 May 2022 15:54:49 +0300
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@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@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]