diff options
author | Mark H Weaver <mhw@netris.org> | 2021-12-02 20:14:32 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2021-12-03 04:37:42 -0500 |
commit | d49e7a592f2f12cd1f9e07edfeebe0a2771f491e (patch) | |
tree | ddbee080efe64bf0afdc2f28fd092b34002d7d36 /gnu/local.mk | |
parent | 080a5de2eeb5e0da83ae9fd94488508d5227c4e3 (diff) | |
download | guix-d49e7a592f2f12cd1f9e07edfeebe0a2771f491e.tar.gz |
gnu: icecat: Fix CVE-2021-43527.
* gnu/packages/patches/icecat-CVE-2021-43527.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat-source): Apply 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 a1526ba89c..c0e0c956f6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1263,6 +1263,7 @@ dist_patch_DATA = \ %D%/packages/patches/icecat-78-makeicecat.patch \ %D%/packages/patches/icecat-makeicecat.patch \ %D%/packages/patches/icecat-avoid-bundled-libraries.patch \ + %D%/packages/patches/icecat-CVE-2021-43527.patch \ %D%/packages/patches/icecat-use-older-reveal-hidden-html.patch \ %D%/packages/patches/icecat-use-system-graphite2+harfbuzz.patch \ %D%/packages/patches/icecat-use-system-media-libs.patch \ |