gnu: libconfuse: Update to 3.2.2 [fixes CVE-2018-14447].

* gnu/packages/wm.scm (libconfuse): Update to 3.2.2.
master
Marius Bakke 2018-08-19 18:40:30 +02:00
parent 0b93d04ac5
commit 146c3b2160
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
(define-public libconfuse
(package
(name "libconfuse")
(version "3.2.1")
(version "3.2.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/martinh/libconfuse/"
@ -89,7 +89,7 @@
"/confuse-" version ".tar.xz"))
(sha256
(base32
"0pnjmlj9i0alp407qd7c0vq83sz7gpsjrbdgpcn4xvzjp9r35ii3"))))
"02r1mmzik2m0iigbc2da3y754vj24i18r3ml5p2wzs027mjhn959"))))
(build-system gnu-build-system)
(home-page "https://github.com/martinh/libconfuse")
(synopsis "Configuration file parser library")