2022-05-12 19:13:55 by Tobias Nygren | Files touched by this commit (4) |
Log message: cairo: fix segfault in quartz backend (via upstream) |
2022-04-07 12:57:57 by Taylor R Campbell | Files touched by this commit (7) |
Log message: graphics/cairo: Cite upstream submission of ctype(3) patch. |
2022-04-05 12:06:41 by Taylor R Campbell | Files touched by this commit (8) |
Log message: graphics/cairo: Fix ctype(3) abuse. |
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message: graphics: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message: graphics: Remove SHA1 hashes for distfiles |
2021-05-25 11:08:10 by Dr. Thomas Orgis | Files touched by this commit (1) |
Log message: graphics/cairo: revert bfd option again, nia disabled that already Sorry for not noticing that my patch conflicted with the Makefile change that added --disable-symbol-lookup already. It is a fringe feature that we really don't need. |
2021-05-25 09:29:42 by Nia Alarie | Files touched by this commit (3) |
Log message: cairo: apply patch for CVE-2020-35492, bump PKGREVISION |
2021-04-23 18:56:21 by Dr. Thomas Orgis | Files touched by this commit (2) |
Log message: graphics/cairo: make symbol lookup feature optional, avoiding libbfd If cairo finds libbfd, it would use it unless symbol lookup was not requested. This dependency is problematic as the binutils library does not provide long-term ABI stability. We can live fine without this feature and reduce the dependency footprint. |
2020-11-16 12:15:18 by Ryo ONODERA | Files touched by this commit (1) |
Log message: cairo: Fix typos in comment |
2020-11-16 10:27:03 by Nia Alarie | Files touched by this commit (1) |
Log message: cairo: Disable symbol lookup tracing feature to avoid breakage This uses libbfd, a library which is not exposed on a typical NetBSD system, but may be on Linux. libbfd does not appear to have a stable API, so this code may unexpectedly break. Reported by Dr. Thomas Orgis (problems manifest on CentOS 7) |