mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7d366a8387
commit
9f89779e1f
1 changed files with 14 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue