diff options
author | Leo Famulari <leo@famulari.name> | 2015-12-26 01:29:21 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2015-12-29 14:20:55 -0500 |
commit | b7e7d1b9d3121f057e71e17e1ead645d123ee335 (patch) | |
tree | a78c038b65a9ff090e05bf7acfbd3e8e2c488d6d /gnu-system.am | |
parent | c7d0bf0071306bc996b0584190a85b9859fdead9 (diff) | |
download | gnu-guix-b7e7d1b9d3121f057e71e17e1ead645d123ee335.tar gnu-guix-b7e7d1b9d3121f057e71e17e1ead645d123ee335.tar.gz |
gnu: fuse: Update to 2.9.4.
* gnu/packages/patches/fuse-CVE-2015-3202.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (fuse): Update to 2.9.4.
[source]: Remove patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index e1874fa6c1..78669bd0d3 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -467,7 +467,6 @@ dist_patch_DATA = \ gnu/packages/patches/flint-ldconfig.patch \ gnu/packages/patches/fltk-shared-lib-defines.patch \ gnu/packages/patches/freeimage-CVE-2015-0852.patch \ - gnu/packages/patches/fuse-CVE-2015-3202.patch \ gnu/packages/patches/gawk-shell.patch \ gnu/packages/patches/gcc-arm-link-spec-fix.patch \ gnu/packages/patches/gcc-cross-environment-variables.patch \ |