[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: libraw: Update to 0.18.12 [security fixes].
From: |
Marius Bakke |
Subject: |
06/06: gnu: libraw: Update to 0.18.12 [security fixes]. |
Date: |
Mon, 11 Jun 2018 12:15:59 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit ff3fd839692e56e3987bd9a9f1f673b68b656bc1
Author: Marius Bakke <address@hidden>
Date: Mon Jun 11 18:08:21 2018 +0200
gnu: libraw: Update to 0.18.12 [security fixes].
* gnu/packages/photo.scm (libraw): Update to 0.18.12.
---
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 f2d3d60..99bc90e 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -69,14 +69,14 @@
(define-public libraw
(package
(name "libraw")
- (version "0.18.11")
+ (version "0.18.12")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libraw.org/data/LibRaw-"
version ".tar.gz"))
(sha256
(base32
- "07a7k83hx7icahh6jaxfbd7pw5jjm5i11xcqjj31b28d1aj29xvw"))))
+ "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap"))))
(build-system gnu-build-system)
(home-page "https://www.libraw.org")
(synopsis "Raw image decoder")
- branch master updated (8bf7f74 -> ff3fd83), Marius Bakke, 2018/06/11
- 01/06: gnu: ldb: Update to 1.4.0., Marius Bakke, 2018/06/11
- 06/06: gnu: libraw: Update to 0.18.12 [security fixes].,
Marius Bakke <=
- 02/06: gnu: ldb: Delete bundled libraries from the source., Marius Bakke, 2018/06/11
- 04/06: gnu: webkitgtk: Update to 2.20.3 [security fixes]., Marius Bakke, 2018/06/11
- 03/06: gnu: efivar: Update to 36., Marius Bakke, 2018/06/11
- 05/06: gnu: libndp: Update to 1.7., Marius Bakke, 2018/06/11