me
/
guix
Archived
1
0
Fork 0

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>
master
Alex Vong 2016-10-14 21:45:47 +08:00 committed by Leo Famulari
parent 4a2798e067
commit b280e67ca6
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@
(define-public libraw
(package
(name "libraw")
(version "0.17.0")
(version "0.17.2")
(source (origin
(method url-fetch)
(uri (string-append "http://www.libraw.org/data/LibRaw-"
version ".tar.gz"))
(sha256
(base32
"043kckxjqanw8dl3m9f6kvsf0l20ywxmgxd1xb0slj6m8l4w4hz6"))))
"0p6imxpsfn82i0i9w27fnzq6q6gwzvb9f7sygqqakv36fqnc9c4j"))))
(build-system gnu-build-system)
(home-page "http://www.libraw.org")
(synopsis "Raw image decoder")