diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-09 21:03:19 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-09 21:07:10 +0200 |
commit | b8f0a3fdc8e9263a061e4a3ea79c85099b284b15 (patch) | |
tree | 0f3d0b2585684563cd455366a8b09ea4cea2c90e /gnu/local.mk | |
parent | c6be161dbd3a8911c3dd59d8441a3baf2c440307 (diff) | |
download | guix-b8f0a3fdc8e9263a061e4a3ea79c85099b284b15.tar.gz guix-b8f0a3fdc8e9263a061e4a3ea79c85099b284b15.zip |
gnu: fribidi: Fix CVE-2019-18397.
* gnu/packages/fribidi.scm (fribidi): Replace with fribidi/fixed.
(fribidi/fixed): New variable.
* gnu/packages/patches/fribidi-CVE-2019-18397.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register 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 0f02c4b6be..dcb4546462 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -838,6 +838,7 @@ dist_patch_DATA = \ %D%/packages/patches/flint-ldconfig.patch \ %D%/packages/patches/foomatic-filters-CVE-2015-8327.patch \ %D%/packages/patches/foomatic-filters-CVE-2015-8560.patch \ + %D%/packages/patches/fribidi-CVE-2019-18397.patch \ %D%/packages/patches/freeimage-unbundle.patch \ %D%/packages/patches/fuse-overlapping-headers.patch \ %D%/packages/patches/gawk-shell.patch \ |