guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: potrace: Update to 1.14 [fixes CVE-2016-8685 and CVE-2016-86


From: Marius Bakke
Subject: 01/01: gnu: potrace: Update to 1.14 [fixes CVE-2016-8685 and CVE-2016-8686].
Date: Mon, 27 Feb 2017 07:16:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2982889d6826af13dd4e4983d4abd530a970662a
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 27 13:08:41 2017 +0100

    gnu: potrace: Update to 1.14 [fixes CVE-2016-8685 and CVE-2016-8686].
    
    * gnu/packages/fontutils.scm (potrace): Update to 1.14.
---
 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 60cff2e..15109bf 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -393,7 +393,7 @@ and returns a sequence of positioned glyphids from the 
font.")
 (define-public potrace
   (package
     (name "potrace")
-    (version "1.13")
+    (version "1.14")
     (source
      (origin
       (method url-fetch)
@@ -401,7 +401,7 @@ and returns a sequence of positioned glyphids from the 
font.")
                           "/potrace-" version ".tar.gz"))
       (sha256
        (base32
-        "115p2vgyq7p2mf4nidk2x3aa341nvv2v8ml056vbji36df5l6lk2"))))
+        "0znr9i0ljb818qiwm22zw63g11a4v08gc5xkh0wbdp6g259vcwnv"))))
     (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]