summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/cairo-CVE-2020-35492.patch
Commit message (Collapse)AuthorAge
* gnu: cairo: Reintroduce security patches [security fixes].宋文武2021-04-23
| | | | | | | | | | Two patches were accidentally removed in commit f94cdc86f644984ca83164d40b17e7eed6e22091. * gnu/packages/patches/cairo-CVE-2018-19876.patch, gnu/packages/patches/cairo-CVE-2020-35492.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gtk.scm (cairo)[patches]: Apply them.
* gnu: cairo: Make some cosmetic changes.Raghav Gururajan2021-03-26
| | | | | | | | | | | * gnu/packages/patches/cairo-CVE-2018-19876.patch, gnu/packages/patches/cairo-CVE-2020-35492.patch: Remove patches. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/gtk.scm (cairo): Make some cosmetic changes. [replacement]: Remove. (cairo/fixed): Remove. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairo: Fix CVE-2018-19876 and CVE-2020-35492.Mark H Weaver2021-03-12
* gnu/packages/patches/cairo-CVE-2018-19876.patch, gnu/packages/patches/cairo-CVE-2020-35492.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gtk.scm (cairo)[replacement]: New field. (cairo/fixed): New variable. (cairo-xcb): Use package/inherit.