[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: openjdk: Update to 18.
From: |
guix-commits |
Subject: |
11/13: gnu: openjdk: Update to 18. |
Date: |
Tue, 27 Sep 2022 10:10:58 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit fb6173b7c0aab02efdf15bfc9a00791f77a8b04f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Sep 27 09:30:28 2022 -0400
gnu: openjdk: Update to 18.
* gnu/packages/java.scm (openjdk): Update to 18.
(openjdk18): New variable.
---
gnu/packages/java.scm | 37 ++++---------------------------------
1 file changed, 4 insertions(+), 33 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index bc5009ead7..3ab324cce9 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2167,41 +2167,12 @@ blacklisted.certs.pem"
(substitute* "make/data/blockedcertsconverter/blocked.certs.pem"
(("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))))
-;; (define-public openjdk18
-;; (package
-;; (inherit openjdk17)
-;; (name "openjdk")
-;; (version "18")
-;; (source (origin
-;; (method git-fetch)
-;; (uri (git-reference
-;; (url "https://github.com/openjdk/jdk18u")
-;; (commit (string-append "jdk-" version "-ga"))))
-;; (file-name (git-file-name name version))
-;; (sha256
-;; (base32
-;; "1bv6bdhkmwvn10l0xy8yi9xibds640hs5zsvx0jp7wrxa3qw4qy8"))))
-;; (native-inputs
-;; `(("autoconf" ,autoconf)
-;; ("openjdk17:jdk" ,openjdk17 "jdk")
-;; ("pkg-config" ,pkg-config)
-;; ("unzip" ,unzip)
-;; ("which" ,which)
-;; ("zip" ,zip)))
-;; (arguments
-;; (substitute-keyword-arguments (package-arguments openjdk16)
-;; ((#:phases phases)
-;; `(modify-phases ,phases
-;; (replace 'fix-java-shebangs
-;; (lambda _
-;; ;; This file was "fixed" by patch-source-shebangs, but it
requires
-;; ;; this exact first line.
-;; (substitute*
"make/data/blockedcertsconverter/blocked.certs.pem"
-;; (("^#!.*") "#! java BlockedCertsConverter
SHA-256\n"))))))))
-;; (home-page "https://openjdk.java.net/projects/jdk/18")))
+(define-public openjdk18
+ (make-openjdk openjdk17 "18"
+ "1bv6bdhkmwvn10l0xy8yi9xibds640hs5zsvx0jp7wrxa3qw4qy8"))
;;; Convenience alias to point to the latest version of OpenJDK.
-(define-public openjdk openjdk17)
+(define-public openjdk openjdk18)
(define-public icedtea icedtea-8)
- branch master updated (79b8e52e64 -> 052c1b0643), guix-commits, 2022/09/27
- 12/13: gnu: docbook-xsl-ns: Rename to docbook-xsl-1.79.1 and use gexps., guix-commits, 2022/09/27
- 11/13: gnu: openjdk: Update to 18.,
guix-commits <=
- 06/13: gnu: openjdk13: Define with make-openjdk., guix-commits, 2022/09/27
- 10/13: gnu: openjdk17: Define with make-openjdk., guix-commits, 2022/09/27
- 09/13: gnu: openjdk16: Define with make-openjdk., guix-commits, 2022/09/27
- 03/13: gnu: opendjk11: Improve regular expressions., guix-commits, 2022/09/27
- 01/13: gnu: opendjk11: Remove trailing #t and use gexps., guix-commits, 2022/09/27
- 02/13: gnu: opendjk11: Remove input labels., guix-commits, 2022/09/27
- 04/13: gnu: opendjk11: Reduce size by removing extraneous files., guix-commits, 2022/09/27
- 07/13: gnu: openjdk14: Define with make-openjdk., guix-commits, 2022/09/27
- 05/13: gnu: openjdk12: Introduce 'make-openjdk' syntax and use it., guix-commits, 2022/09/27
- 13/13: gnu: colord: Update to 1.4.6., guix-commits, 2022/09/27