diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-20 20:06:14 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-12-20 20:08:35 -0500 |
commit | dacd8cf2e8ac4adc25f6e2306a30849295dbb291 (patch) | |
tree | ef7c85ca8878e655b6c29737b3747892b0581319 /gnu/local.mk | |
parent | 66df43b9aeeba1779f4455d551fee900887a0779 (diff) | |
download | gnu-guix-dacd8cf2e8ac4adc25f6e2306a30849295dbb291.tar gnu-guix-dacd8cf2e8ac4adc25f6e2306a30849295dbb291.tar.gz |
gnu: links: Fix-CVE-2017-11114.
* gnu/packages/patches/links-CVE-2017-11114.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/web-browsers.scm (links)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index efb91fd826..f583a61c66 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -855,6 +855,7 @@ dist_patch_DATA = \ %D%/packages/patches/lierolibre-newer-libconfig.patch \ %D%/packages/patches/lierolibre-remove-arch-warning.patch \ %D%/packages/patches/lierolibre-try-building-other-arch.patch \ + %D%/packages/patches/links-CVE-2017-11114.patch \ %D%/packages/patches/linux-pam-no-setfsuid.patch \ %D%/packages/patches/lirc-localstatedir.patch \ %D%/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch \ |