gnu: libraw: Update to 0.17.2 [fixes CVE-2015-{8366,8367}].
* gnu/packages/photo.scm (libraw): Update to 0.17.2. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
4a2798e067
commit
b280e67ca6
|
@ -51,14 +51,14 @@
|
||||||
(define-public libraw
|
(define-public libraw
|
||||||
(package
|
(package
|
||||||
(name "libraw")
|
(name "libraw")
|
||||||
(version "0.17.0")
|
(version "0.17.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.libraw.org/data/LibRaw-"
|
(uri (string-append "http://www.libraw.org/data/LibRaw-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"043kckxjqanw8dl3m9f6kvsf0l20ywxmgxd1xb0slj6m8l4w4hz6"))))
|
"0p6imxpsfn82i0i9w27fnzq6q6gwzvb9f7sygqqakv36fqnc9c4j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://www.libraw.org")
|
(home-page "http://www.libraw.org")
|
||||||
(synopsis "Raw image decoder")
|
(synopsis "Raw image decoder")
|
||||||
|
|
Loading…
Reference in New Issue