guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: libspiro: Replace with 20200505 [fixes CVE-2019-19847].


From: guix-commits
Subject: 02/04: gnu: libspiro: Replace with 20200505 [fixes CVE-2019-19847].
Date: Sun, 27 Sep 2020 18:51:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9f89779e1fcb5412b9274189dfe89f810d4f6fe5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 27 20:55:54 2020 +0200

    gnu: libspiro: Replace with 20200505 [fixes CVE-2019-19847].
    
    * gnu/packages/fontutils.scm (libspiro)[replacement]: New field.
    (libspiro-20200505): New variable.
---
 gnu/packages/fontutils.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 9447399..b3852fe 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -556,6 +556,7 @@ using the above tables.")
   (package
     (name "libspiro")
     (version "20190731")
+    (replacement libspiro-20200505)
     (source
      (origin
       (method url-fetch)
@@ -574,6 +575,19 @@ smooth contours with constant curvature at the spline 
joins.")
     (license license:gpl2+)
     (home-page "http://libspiro.sourceforge.net/";)))
 
+(define libspiro-20200505
+  (package
+    (inherit libspiro)
+    (version "20200505")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append "https://github.com/fontforge/libspiro/releases";
+                          "/download/" version "/libspiro-dist-" version 
".tar.gz"))
+      (sha256
+       (base32
+        "0j8fmyj4wz6mqk17dqs6f8jx0i52n68gv5px17qbrjnbilg9mih6"))))))
+
 (define-public libuninameslist
   (package
     (name "libuninameslist")



reply via email to

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