summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-05-28 22:57:16 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-05-28 22:57:16 +0300
commit922fe075d1e4ee7d68e1f56322c82985a953c9e4 (patch)
tree8c03ea62da24b1759518dd90c1578519473752d3 /gnu
parent9b381643f009025d97dfc0b82d2c00800c204380 (diff)
downloadpatches-922fe075d1e4ee7d68e1f56322c82985a953c9e4.tar
patches-922fe075d1e4ee7d68e1f56322c82985a953c9e4.tar.gz
gnu: potrace: Update to 1.13 [fixes CVE-2013-7437].
* gnu/packages/fontutils.scm (potrace): Update to 1.13.
Diffstat (limited to 'gnu')
-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 919b496e54..3847cfb8d7 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -389,7 +389,7 @@ and returns a sequence of positioned glyphids from the font.")
(define-public potrace
(package
(name "potrace")
- (version "1.11")
+ (version "1.13")
(source
(origin
(method url-fetch)
@@ -397,7 +397,7 @@ and returns a sequence of positioned glyphids from the font.")
version ".tar.gz"))
(sha256
(base32
- "1bbyl7jgigawmwc8r14znv8lb6lrcxh8zpvynrl6s800dr4yp9as"))))
+ "115p2vgyq7p2mf4nidk2x3aa341nvv2v8ml056vbji36df5l6lk2"))))
(build-system gnu-build-system)
(native-inputs `(("ghostscript" ,ghostscript))) ;for tests
(inputs `(("zlib" ,zlib)))