gnu: libconfuse: Update to 3.2.2 [fixes CVE-2018-14447].
* gnu/packages/wm.scm (libconfuse): Update to 3.2.2.
This commit is contained in:
parent
0b93d04ac5
commit
146c3b2160
|
@ -81,7 +81,7 @@
|
||||||
(define-public libconfuse
|
(define-public libconfuse
|
||||||
(package
|
(package
|
||||||
(name "libconfuse")
|
(name "libconfuse")
|
||||||
(version "3.2.1")
|
(version "3.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/martinh/libconfuse/"
|
(uri (string-append "https://github.com/martinh/libconfuse/"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
"/confuse-" version ".tar.xz"))
|
"/confuse-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pnjmlj9i0alp407qd7c0vq83sz7gpsjrbdgpcn4xvzjp9r35ii3"))))
|
"02r1mmzik2m0iigbc2da3y754vj24i18r3ml5p2wzs027mjhn959"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://github.com/martinh/libconfuse")
|
(home-page "https://github.com/martinh/libconfuse")
|
||||||
(synopsis "Configuration file parser library")
|
(synopsis "Configuration file parser library")
|
||||||
|
|
Loading…
Reference in New Issue