3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libmspack: Update to 0.8 [fixes CVE-2018-{18584,18585,18586}].

* gnu/packages/compression.scm (libmspack): Update to 0.8.
This commit is contained in:
Kei Kebreau 2018-10-24 15:44:49 -04:00
parent 1f889cac4e
commit f3dd10dfe7
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -645,13 +645,13 @@ sfArk file format to the uncompressed sf2 format.")
(package
(name "libmspack")
(home-page "https://cabextract.org.uk/libmspack/")
(version "0.7.1")
(version "0.8")
(source
(origin
(method url-fetch)
(uri (string-append home-page name "-" version "alpha.tar.gz"))
(sha256
(base32 "0zn4vwzk5ankgd0l88cipan19pzbzv0sm3fba17lvqwka3dp1acp"))))
(base32 "1byx98jajv927f0a7np0hvs8lxzccny6pj8vrrgmldv1jlp7jcq5"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))