gnu: freexl: Update to 1.0.5 [security fixes].

Fixes CVE-2018-7435, CVE-2018-7436, CVE-2018-7437, CVE-2018-7438 and
CVE-2018-7439.

* gnu/packages/xml.scm (freexl): Update to 1.0.5.
master
Marius Bakke 2018-03-04 04:40:38 +01:00
parent 5b0b520e22
commit 5275f69e6e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1249,14 +1249,14 @@ libxls cannot write Excel files.")
(define-public freexl
(package
(name "freexl")
(version "1.0.4")
(version "1.0.5")
(source (origin
(method url-fetch)
(uri (string-append "http://www.gaia-gis.it/gaia-sins/"
name "-" version ".tar.gz"))
(sha256
(base32
"09bwzqjc41cc8qw8qkw9wq58rg9nax8r3fg19iny5vmw1c0z23sh"))))
"03bmwq6hngmzwpqpb7c2amqlspz4q69iv96nlf0f5c0qs98b3j9x"))))
(build-system gnu-build-system)
(home-page "https://www.gaia-gis.it/fossil/freexl/index")
(synopsis "Read Excel files")