guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: hdf5: Update to 1.10.7.


From: guix-commits
Subject: branch master updated: gnu: hdf5: Update to 1.10.7.
Date: Thu, 17 Sep 2020 13:04:25 -0400

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

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 34d150d  gnu: hdf5: Update to 1.10.7.
34d150d is described below

commit 34d150dcb29b85f69982c75f584857adbc52e60d
Author: Eric Bavier <bavier@member.fsf.org>
AuthorDate: Thu Sep 17 11:36:04 2020 -0500

    gnu: hdf5: Update to 1.10.7.
    
    Fixes CVE-2018-13870, CVE-2018-13869 and CVE-2018-17435.
    
    * gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.7.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index df4d39f..ce393cb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1183,7 +1183,7 @@ extremely large and complex data collections.")
 
 (define-public hdf5-1.10
   (package/inherit hdf5-1.8
-    (version "1.10.6")
+    (version "1.10.7")
     (source
      (origin
        (method url-fetch)
@@ -1197,7 +1197,7 @@ extremely large and complex data collections.")
                                         (take (string-split version #\.) 2))
                                  "/src/hdf5-" version ".tar.bz2")))
        (sha256
-        (base32 "1gf38x51128hn00744358w27xgzjk0ff4wra4yxh2lk804ck1mh9"))
+        (base32 "0pm5xxry55i0h7wmvc7svzdaa90rnk7h78rrjmnlkz2ygsn8y082"))
        (patches (search-patches "hdf5-config-date.patch"))))))
 
 (define-public hdf5



reply via email to

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