./graphics/freetype2, Font rendering engine and library API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q1, Version: 2.3.6, Package name: freetype2-2.3.6, Maintainer: rh

FreeType is a portable, high-quality software solution for digital
typography. FreeType 1.3.1 was the last release of the FreeType 1
engine, as the project is now switching to a new version dubbed FreeType
2. It has, among other things, several advantages over FreeType 1:

* A universal and simple API to manage font files
* Support for several font formats through loadable drivers
* Even more portable
* An improved anti-aliasing algorithm


Required to build:
[devel/libtool-base]

Master sites: (Expand)

SHA1: 611bae913e8a593449a4dc60e0bf3300abc4f974
RMD160: 8047e734804191856a941e19f6acf82047099d66
Filesize: 1275.114 KB

Version history: (Expand)


CVS history: (Expand)


   2008-06-16 11:07:34 by Geert Hendrickx | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket 2426 - requested by kefren
security update for freetype2

- pkgsrc/graphics/freetype2/Makefile			1.64
- pkgsrc/graphics/freetype2/PLIST			1.15
- pkgsrc/graphics/freetype2/distinfo			1.26

   Module Name:    pkgsrc
   Committed By:    drochner
   Date:        Wed Jun 11 10:35:21 UTC 2008

   Modified Files:
   pkgsrc/graphics/freetype2: Makefile PLIST distinfo

   Log message:
   update to 2.3.6
   This fixes some integer overflow/memory corruption/heap overflow
   security problems: CVE-2008-1806, CVE-2008-1807, CVE-2008-1808

   other changes:
   -new function `FT_Get_CID_Registry_Ordering_Supplement' gives
    access to  those fields in a CID-keyed font
   -code  to validate  the new  `MATH' OpenType  table
   -API for cmap 14 support
   -A new face flag FT_FACE_FLAG_CID_KEYED
   -misc bugfixes and other improvements