diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-20 23:32:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-20 23:33:41 -0400 |
commit | 4d85391059604959a010c39953bea5c62f52dc90 (patch) | |
tree | fcf1ca4bafe4f5cf8dd351b85637f51348602397 /gnu-system.am | |
parent | 247cdf53dff1fdb9ccafb5f0b4139c73bac6d9b0 (diff) | |
download | guix-4d85391059604959a010c39953bea5c62f52dc90.tar guix-4d85391059604959a010c39953bea5c62f52dc90.tar.gz |
gnu: tidy: Add fixes for CVE-2015-5522 and CVE-2015-5523.
* gnu/packages/patches/tidy-CVE-2015-5522+5523.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/web.scm (tidy)[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 011aa04836..2c361f2f1a 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -619,6 +619,7 @@ dist_patch_DATA = \ gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/texi2html-document-encoding.patch \ gnu/packages/patches/texi2html-i18n.patch \ + gnu/packages/patches/tidy-CVE-2015-5522+5523.patch \ gnu/packages/patches/tvtime-gcc41.patch \ gnu/packages/patches/tvtime-pngoutput.patch \ gnu/packages/patches/tvtime-videodev2.patch \ |