diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-27 05:22:05 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-30 08:21:28 -0400 |
commit | 99e29da15690a696690b28b065e0d1b19c9610db (patch) | |
tree | 0e928d03ee131d93344a01bdc67a9a53060cf76d /gnu-system.am | |
parent | 8c454dcd1254a2e16c4d01977859c62069137f5b (diff) | |
download | guix-99e29da15690a696690b28b065e0d1b19c9610db.tar guix-99e29da15690a696690b28b065e0d1b19c9610db.tar.gz |
gnu: expat: Add fix for CVE-2015-1283.
* gnu/packages/patches/expat-CVE-2015-1283.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (expat)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2d13c9e604..7b5c5b55db 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -432,6 +432,7 @@ dist_patch_DATA = \ gnu/packages/patches/elfutils-tests-ptrace.patch \ gnu/packages/patches/emacs-exec-path.patch \ gnu/packages/patches/eudev-rules-directory.patch \ + gnu/packages/patches/expat-CVE-2015-1283.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/findutils-localstatedir.patch \ gnu/packages/patches/flashrom-use-libftdi1.patch \ |