Path to this page:
Subject: CVS commit: [pkgsrc-2020Q2] pkgsrc/graphics/cairo
From: Benny Siegert
Date: 2020-07-11 11:07:03
Message id: 20200711090703.6DA55FB28@cvs.NetBSD.org
Log Message:
Pullup ticket #6270 - requested by leot
graphics/cairo: fix crashes
Revisions pulled up:
- graphics/cairo/Makefile 1.146
- graphics/cairo/distinfo 1.89
- graphics/cairo/patches/patch-src_cairo-ft-font.c 1.1
---
Module Name: pkgsrc
Committed By: leot
Date: Thu Jul 9 14:38:55 UTC 2020
Modified Files:
pkgsrc/graphics/cairo: Makefile distinfo
Added Files:
pkgsrc/graphics/cairo/patches: patch-src_cairo-ft-font.c
Log Message:
cairo: backport patches from upstream to use FT_Done_MM_Var instead of free
Memory allocated via FT_Get_MM_Var should be freed via FT_Done_MM_Var since
freetype 2.9. Backport patches from upstream to address missing parts not doing
that.
PKGREVISION++
Files: