diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-10 19:34:02 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-10 19:34:02 +0200 |
commit | 97ecd75e289d96a8b4f9b1ae877d9d1a2f6774b4 (patch) | |
tree | de9984d87a09d37723b6018e34e0c1d0d8991b04 /gnu/local.mk | |
parent | 1066696dcc912e64edc6a2b0da5daa76e151c8f0 (diff) | |
download | patches-97ecd75e289d96a8b4f9b1ae877d9d1a2f6774b4.tar patches-97ecd75e289d96a8b4f9b1ae877d9d1a2f6774b4.tar.gz |
gnu: libxfont: Fix CVE-2017-13720, CVE-2017-13722.
* gnu/packages/patches/libxfont-CVE-2017-13720.patch,
gnu/packages/patches/libxfont-CVE-2017-13722.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/xorg.scm (libxfont, libxfont2)[source]: Use them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 21b4b9532d..234c92ba97 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -818,6 +818,8 @@ dist_patch_DATA = \ %D%/packages/patches/libvisio-fix-tests.patch \ %D%/packages/patches/libvpx-CVE-2016-2818.patch \ %D%/packages/patches/libxcb-python-3.5-compat.patch \ + %D%/packages/patches/libxfont-CVE-2017-13720.patch \ + %D%/packages/patches/libxfont-CVE-2017-13722.patch \ %D%/packages/patches/libxml2-CVE-2016-4658.patch \ %D%/packages/patches/libxml2-CVE-2016-5131.patch \ %D%/packages/patches/libxml2-CVE-2017-0663.patch \ |