[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].
From: |
Marius Bakke |
Subject: |
05/07: gnu: potrace: Update to 1.15 [fixes CVE-2017-12067]. |
Date: |
Wed, 27 Sep 2017 15:13:56 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 21e5eb4e7b45429f6dbe167044aa0625a8b84e70
Author: Marius Bakke <address@hidden>
Date: Mon Sep 25 16:10:09 2017 +0200
gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].
* gnu/packages/fontutils.scm (potrace): Update to 1.15.
---
gnu/packages/fontutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 102def9..15401f6 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -405,7 +405,7 @@ and returns a sequence of positioned glyphids from the
font.")
(define-public potrace
(package
(name "potrace")
- (version "1.14")
+ (version "1.15")
(source
(origin
(method url-fetch)
@@ -413,7 +413,7 @@ and returns a sequence of positioned glyphids from the
font.")
"/potrace-" version ".tar.gz"))
(sha256
(base32
- "0znr9i0ljb818qiwm22zw63g11a4v08gc5xkh0wbdp6g259vcwnv"))))
+ "17ajildjp14shsy339xarh1lw1p0k60la08ahl638a73mh23kcx9"))))
(build-system gnu-build-system)
(native-inputs `(("ghostscript" ,ghostscript))) ;for tests
(inputs `(("zlib" ,zlib)))
- branch master updated (958be7a -> cb1e0cf), Marius Bakke, 2017/09/27
- 01/07: gnu: pulseview: Build with modular Qt., Marius Bakke, 2017/09/27
- 05/07: gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].,
Marius Bakke <=
- 03/07: gnu: powertop: Update to 2.9., Marius Bakke, 2017/09/27
- 06/07: gnu: tklib: Fix typo., Marius Bakke, 2017/09/27
- 02/07: gnu: lftp: Update to 4.8.2., Marius Bakke, 2017/09/27
- 07/07: gnu: samba: Install manual pages., Marius Bakke, 2017/09/27
- 04/07: gnu: e2fsprogs: Update to 1.43.6., Marius Bakke, 2017/09/27