gnu: libraw: Update to 0.18.10 [fixes CVE-2018-10528, CVE-2018-10529].

* gnu/packages/photo.scm (libraw): Update to 0.18.10.
This commit is contained in:
Marius Bakke 2018-05-03 20:36:04 +02:00
parent 3d7ddfa9f7
commit e6006d13b6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -69,14 +69,14 @@
(define-public libraw
(package
(name "libraw")
(version "0.18.9")
(version "0.18.10")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libraw.org/data/LibRaw-"
version ".tar.gz"))
(sha256
(base32
"0kmjfdr409k9q9n17k9ywims5z4kqc16s81ba7y09n7669q1gvyj"))))
"0klrzg1cn8ksxqbhx52dldi5bbmad190npnhhgkyr2jzpgrbpj88"))))
(build-system gnu-build-system)
(home-page "https://www.libraw.org")
(synopsis "Raw image decoder")