diff options
author | Mark H Weaver <mhw@netris.org> | 2016-03-25 21:38:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-03-25 21:38:16 -0400 |
commit | 51514e69597365f8a5e03811e5d7ce5142602fbb (patch) | |
tree | 0899c1e0396585bc18f893719196ead6686fba89 /gnu-system.am | |
parent | 2382cb4f52b98e6bf28d388194ab0100ef9f23c9 (diff) | |
download | guix-51514e69597365f8a5e03811e5d7ce5142602fbb.tar guix-51514e69597365f8a5e03811e5d7ce5142602fbb.tar.gz |
gnu: expat: Update to 2.1.1.
* gnu/packages/patches/expat-CVE-2015-1283.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xml.scm (expat): Update to 2.1.1.
[source]: Use bz2 tarball. 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 f13a55de12..805464f658 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -461,7 +461,6 @@ dist_patch_DATA = \ gnu/packages/patches/emacs-source-date-epoch.patch \ gnu/packages/patches/eudev-rules-directory.patch \ gnu/packages/patches/evilwm-lost-focus-bug.patch \ - gnu/packages/patches/expat-CVE-2015-1283.patch \ gnu/packages/patches/fastcap-mulGlobal.patch \ gnu/packages/patches/fastcap-mulSetup.patch \ gnu/packages/patches/fasthenry-spAllocate.patch \ |