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

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


Branch: pkgsrc-2011Q3, Version: 2.4.8, Package name: freetype2-2.4.8, 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/gmake] [devel/libtool-base]

Master sites:

SHA1: 1634cef894460ab98dd37eadfcdd055ffda9a27c
RMD160: ae0e68a8a84a201ed133e964ee56c0cc0de84521
Filesize: 1457.586 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-19 12:24:07 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3610 - requested by spz
graphics/freetype2: security update

Revisions pulled up:
- graphics/freetype2/Makefile                                   1.85
- graphics/freetype2/distinfo                                   1.46

---
   Module Name:	pkgsrc
   Committed By:	drochner
   Date:		Tue Nov 15 19:42:17 UTC 2011

   Modified Files:
   	pkgsrc/graphics/freetype2: Makefile distinfo

   Log message:
   update to 2.4.8
   changes:
   -fixed vulnerabilities in handling CID-keyed PostScript fonts
    (CVE-2011-3439)
   -new API 'FT_Get_PS_Font_Value'
   2011-11-02 21:37:12 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3586 - requested by tez
graphics/freetype2: security update

Revisions pulled up:
- graphics/freetype2/Makefile                                   1.83
- graphics/freetype2/distinfo                                   1.45

---
   Module Name:    pkgsrc
   Committed By:   tez
   Date:           Wed Oct 26 19:24:45 UTC 2011

   Modified Files:
           pkgsrc/graphics/freetype2: Makefile distinfo

   Log message:
   update to 2.4.7 fixes SA46575 (CVE-2011-3256)

   CHANGES BETWEEN 2.4.6 and 2.4.7

   I. IMPORTANT BUG FIXES
    - Some vulnerabilities in handling Type 1 fonts have been fixed;
      see CVE-2011-3256.

   II. MISCELLANEOUS
    - FreeType now properly handles ZapfDingbats glyph names while
      constructing a Unicode character map (for fonts which don't have one).