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

* gnu/packages/fontutils.scm (libspiro)[replacement]: New field.
(libspiro-20200505): New variable.
This commit is contained in:
Marius Bakke 2020-09-27 20:55:54 +02:00
parent 7d366a8387
commit 9f89779e1f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -556,6 +556,7 @@ using the above tables.")
(package (package
(name "libspiro") (name "libspiro")
(version "20190731") (version "20190731")
(replacement libspiro-20200505)
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -574,6 +575,19 @@ smooth contours with constant curvature at the spline joins.")
(license license:gpl2+) (license license:gpl2+)
(home-page "http://libspiro.sourceforge.net/"))) (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 (define-public libuninameslist
(package (package
(name "libuninameslist") (name "libuninameslist")