aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-09-25 16:10:09 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-09-27 21:02:56 +0200
commit21e5eb4e7b45429f6dbe167044aa0625a8b84e70 (patch)
tree3107eb5585e91c88a7e3f6f0943c40a1c6ac2736 /gnu/packages/fontutils.scm
parent29591fc4c48eac9f8b5010e22339b3ac3c947a90 (diff)
downloadguix-21e5eb4e7b45429f6dbe167044aa0625a8b84e70.tar
guix-21e5eb4e7b45429f6dbe167044aa0625a8b84e70.tar.gz
gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].
* gnu/packages/fontutils.scm (potrace): Update to 1.15.
Diffstat (limited to 'gnu/packages/fontutils.scm')
-rw-r--r--gnu/packages/fontutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 102def93de..15401f652b 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)))