CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/11/28 03:32:40
Modified files:
graphics/libcaca: Makefile distinfo
graphics/libcaca/patches: patch-Makefile_in patch-configure
graphics/libcaca/pkg: PLIST
Log message:
update graphics/libcaca 0.99.beta20.
Changelog:
https://github.com/cacalabs/libcaca/releases/tag/v0.99.beta20
There are some CVE fixes listed there (e.g., buffer overflow, illegal
WRITE access, illegal READ access). Here is one:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3410
https://github.com/cacalabs/libcaca/issues/52
This update:
- Moves MASTER_SITES to github
(http://caca.zoy.org/browser/libcaca/trunk/README)
- Defines V and PKGNAME substitution
- Bumps major because of removed symbols. libcaca is moving away from
using libcucul.
- Disable building ruby subdirectory in Makefile.in patch to be
consistent with --disable-ruby.
- Remove -g -O2 and bash-ism =~ in patch-configure. bash-ism throws
an error otherwise. Reorder comments while here.
Feedback, tests and OK thfr@