gnu: e2fsprogs: Update to 1.45.4 [fixes CVE-2019-5094].

* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.4.
This commit is contained in:
Marius Bakke 2019-10-12 21:44:26 +02:00
parent bc0873ef33
commit 93ae28c029
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1279,7 +1279,7 @@ (define-public usbutils
(define-public e2fsprogs
(package
(name "e2fsprogs")
(version "1.45.2")
(version "1.45.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -1288,7 +1288,7 @@ (define-public e2fsprogs
name "-" version ".tar.xz"))
(sha256
(base32
"02g0cm72sgz709s9pkg4mvj56m7bgs7rwnyc2cp7cvg3j6pcjlj9"))))
"00nwl1ppjalxbnx40dsm895r3q793p8nni6n81saj7faj2szdyk5"))))
(build-system gnu-build-system)
(inputs `(("util-linux" ,util-linux)))
(native-inputs `(("pkg-config" ,pkg-config)