diff options
author | Leo Famulari <leo@famulari.name> | 2019-04-02 14:49:47 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-04-03 18:31:59 -0400 |
commit | 6d01a7f4c45716e72bab1231c4cb8c07e4e3fbd7 (patch) | |
tree | 785095c4612fae07ba5d75d5e6b18fcbcbc6fd5e /gnu/packages/linux.scm | |
parent | 5427db0dc0c625b6fbc33dc78e456b6cdd6e95d2 (diff) | |
download | guix-6d01a7f4c45716e72bab1231c4cb8c07e4e3fbd7.tar guix-6d01a7f4c45716e72bab1231c4cb8c07e4e3fbd7.tar.gz |
gnu: ntfs-3g: Fix CVE-2019-9755.
* gnu/packages/patches/ntfs-3g-CVE-2019-9755.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (ntfs-3g)[source]: Use it.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d547fb37b6..06bf8095be 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3641,6 +3641,7 @@ from userspace.") (method url-fetch) (uri (string-append "https://tuxera.com/opensource/" "ntfs-3g_ntfsprogs-" version ".tgz")) + (patches (search-patches "ntfs-3g-CVE-2019-9755.patch")) (sha256 (base32 "1mb228p80hv97pgk3myyvgp975r9mxq56c6bdn1n24kngcfh4niy")) |