aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/cairo-setjmp-wrapper.patch
Commit message (Collapse)AuthorAge
* gnu: cairo: Update to 1.16.0.Marius Bakke2018-12-12
| | | | | | | | * gnu/packages/patches/cairo-CVE-2016-9082.patch, gnu/packages/patches/cairo-setjmp-wrapper.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them/ * gnu/packages/gtk.scm (cairo): Update to 1.16.0. [source](patches): Remove.
* gnu: cairo: Fix undefined behaviour.Marius Bakke2018-08-27
This fixes <https://bugs.freedesktop.org/show_bug.cgi?id=104325> which showed up in Guix as an infinite loop during cairocffi tests. * gnu/packages/patches/cairo-setjmp-wrapper.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gtk.scm (cairo)[source](patches): Add it.