guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openjdk11: Fix time bomb in ‘GenerateCurrenc


From: guix-commits
Subject: branch master updated: gnu: openjdk11: Fix time bomb in ‘GenerateCurrencyData.java’.
Date: Wed, 10 Jan 2024 16:27:02 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3bf2465faa gnu: openjdk11: Fix time bomb in 
‘GenerateCurrencyData.java’.
3bf2465faa is described below

commit 3bf2465faa85b8a14b1cedaad43e2c2d0337cf6b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 10 22:26:23 2024 +0100

    gnu: openjdk11: Fix time bomb in ‘GenerateCurrencyData.java’.
    
    Fixes <https://issues.guix.gnu.org/68333>, as well.
    This is a companion to commit 5c0f77f4241c9beac0c82deae946bfdc70b49ff0.
    
    * gnu/packages/java.scm (openjdk11)[source]: Add patch.
    
    Change-Id: I5ff53b8dd90598721a6c3814980c6553013b347c
---
 gnu/packages/java.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 1582813edd..3fa80dcfe7 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1226,7 +1226,9 @@ new Date();"))
                 "1prvqy0ysz0999wrhsrbz6vrknpqfihl9l74l16ph93g89dqi5ia"))
               (modules '((guix build utils)))
               (snippet
-               '(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))))
+               '(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))
+              (patches (search-patches
+                        "openjdk-currency-time-bomb2.patch"))))
     (build-system gnu-build-system)
     (outputs '("out" "jdk" "doc"))
     (arguments



reply via email to

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