guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].


From: Leo Famulari
Subject: 01/01: gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].
Date: Mon, 16 Jul 2018 03:08:10 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 248a9e163b8c09036d7bfe4c5dc35b0eebf64318
Author: Leo Famulari <address@hidden>
Date:   Mon Jul 16 02:37:57 2018 -0400

    gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].
    
    * gnu/packages/java.scm (java-bouncycastle): Update to 1.60.
---
 gnu/packages/java.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a7d5c9f..bc28428 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -8425,15 +8425,15 @@ algorithms and xxHash hashing algorithm.")
 (define-public java-bouncycastle
   (package
     (name "java-bouncycastle")
-    (version "1.59")
+    (version "1.60")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bcgit/bc-java/archive/r";
-                                  (substring version 0 1) "rv"
+                                  (substring version 0 1) "v"
                                   (substring version 2 4) ".tar.gz"))
               (sha256
                (base32
-                "1bwl499whlbq896w18idqw2dkp8v0wp0npv9g71i5fgf8xjh0k3q"))
+                "0v434513y708qc87k4xz13p2kzydc736lk3ks67df9mg11s7hchv"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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