[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-142
From: |
Marius Bakke |
Subject: |
02/06: gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265]. |
Date: |
Fri, 22 Sep 2017 13:24:38 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit ee130d0c5f43c29058a447ee45079d79b45f584c
Author: Marius Bakke <address@hidden>
Date: Fri Sep 22 18:14:19 2017 +0200
gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265].
* gnu/packages/photo.scm (libraw): Update to 0.18.5.
---
gnu/packages/photo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index f5e43af..410d23a 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -65,14 +65,14 @@
(define-public libraw
(package
(name "libraw")
- (version "0.18.4")
+ (version "0.18.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libraw.org/data/LibRaw-"
version ".tar.gz"))
(sha256
(base32
- "15qc7g5y1m6yi6w9ia79cd6yk0836z7lqw5yigl62n768qdr7x7a"))))
+ "0y519nlvl4bfnnxbwry35f6gbcv6jbbpd2lmiwv6pbyzv4a7saps"))))
(build-system gnu-build-system)
(home-page "https://www.libraw.org")
(synopsis "Raw image decoder")
- branch master updated (8a7d81a -> a4314af), Marius Bakke, 2017/09/22
- 02/06: gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265].,
Marius Bakke <=
- 03/06: gnu: bitcoin-core: Update to 0.15.0.1., Marius Bakke, 2017/09/22
- 04/06: gnu: bitcoin-core: Build with modular Qt., Marius Bakke, 2017/09/22
- 05/06: gnu: xpra: Update to 2.1.2., Marius Bakke, 2017/09/22
- 01/06: gnu: libsodium: Update to 1.0.14., Marius Bakke, 2017/09/22
- 06/06: gnu: you-get: Update to 0.4.915., Marius Bakke, 2017/09/22