gnu: hdf5: Update to 1.8.18 [fixes CVE-2016-{4330,4331,4332,4333}].
* gnu/packages/maths.scm (hdf5): Update to 1.8.18. [source]: Add alternate URL.
This commit is contained in:
parent
819c1945d1
commit
dcd9d1637a
|
@ -549,15 +549,20 @@ incompatible with HDF5.")
|
||||||
(define-public hdf5
|
(define-public hdf5
|
||||||
(package
|
(package
|
||||||
(name "hdf5")
|
(name "hdf5")
|
||||||
(version "1.8.17")
|
(version "1.8.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-"
|
(uri (list (string-append "http://www.hdfgroup.org/ftp/HDF5/releases/"
|
||||||
version "/src/hdf5-"
|
"hdf5-" version "/src/hdf5-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2")
|
||||||
|
(string-append "https://support.hdfgroup.org/ftp/HDF5/"
|
||||||
|
"current"
|
||||||
|
(apply string-append
|
||||||
|
(take (string-split version #\.) 2))
|
||||||
|
"/src/hdf5-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sj8x0gfs5fb28gipnynb9wpkz113h8wq9sva9mxx66kv27xsdgw"))
|
(base32 "13542vrnl1p35n8vbq0wzk40vddmm33q5nh04j98c7r1yjnxxih1"))
|
||||||
(patches (list (search-patch "hdf5-config-date.patch")))))
|
(patches (list (search-patch "hdf5-config-date.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue