diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-28 17:58:21 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-29 12:53:08 +0100 |
commit | 1ec0b7407f27a12adc6978d98832c41226465101 (patch) | |
tree | b8de725e599310db714da9ff3c7ef525a255dacc /gnu/local.mk | |
parent | 4fc61dac3ce201c72b312a6cfed5b3d4b96850f7 (diff) | |
download | gnu-guix-1ec0b7407f27a12adc6978d98832c41226465101.tar gnu-guix-1ec0b7407f27a12adc6978d98832c41226465101.tar.gz |
gnu: libxfont@2: Update replacement to 2.0.3 [fixes CVE-2017-16611].
* gnu/packages/xorg.scm (libxfont2/fixed): Rename to ...
(libxfont2-2.0.3): ... this. Make public.
[version]: New field.
[source]: Add URI and SHA256. Remove patches.
(libxfont2)[replacement]: Change LIBXFONT2/FIXED to LIBXFONT2-2.0.3.
* gnu/packages/patches/libxfont-CVE-2017-13720.patch,
gnu/packages/patches/libxfont-CVE-2017-13722.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 19db3c44ca..4e41678615 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -842,8 +842,6 @@ dist_patch_DATA = \ %D%/packages/patches/libvirt-CVE-2017-1000256.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 \ |