me
/
guix
Archived
1
0
Fork 0

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.
master
Eric Bavier 2020-09-17 11:36:04 -05:00
parent 94ca1e19b3
commit 34d150dcb2
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

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