guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]