2008-07-14 05:55:29 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Update to freetype2-2.3.7.
This is a bugfix release for the 2.3 series which provides some important
fixes for bugs which were introduced in version 2.3.6. Additionally, native
bytecode hinting for TrueType fonts has been improved.
|
2008-07-08 17:44:36 by Matthias Drochner | Files touched by this commit (3) |
Log message:
apply a fix from upstream CVS:
* src/cff/cffobjs.c (cff_face_init): Compute final
`dict->units_per_em' value before assigning it to
`cffface->units_per_EM'. Otherwise, CFFs without subfonts are be
scaled incorrectly if the font matrix is non-standard. This fixes
Savannah bug #23630
This fixes the problem that text set in a font embedded as type 1C subset
was rendered unreadably small.
bump PKGREVISION
|
2008-06-11 12:35:21 by Matthias Drochner | Files touched by this commit (3) | |
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
|
2008-04-24 13:18:13 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Backout last change. It breaks the build on system which use a builtin
"freetype2" and provide a "freetype2.pc" (e.g. Mac OS X \
Leopard or
any uptodate Linux distribution).
|
2008-04-24 03:11:15 by John Nemeth | Files touched by this commit (1) |
Log message:
fake up a freetype2.pc file for configure scripts that want it
|
2007-12-02 13:05:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
|
2007-08-01 18:20:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Pass down native compiler using CC_BUILD when cross-compiling.
|
2007-07-06 20:16:29 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.3.5
changes:
-Some subglyphs in TrueType fonts were handled incorrectly due to
a missing graphics state reinitialization.
-Large .Z files (as distributed with some X11 packages) weren't
handled correctly, making FreeType increase the heap stack in an
endless loop.
-A large number of bugs have been fixed to avoid crashes and
endless loops with invalid fonts.
-API extensions for caching, TT handling
-autohinter improvement for non-Latin scripts
-Support for Windows FON files in PE format
|
2007-05-19 18:25:27 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Apply patch from CVS repository to fix the security vulnerability
reported in CVE-2007-2754. Bump package revision.
|
2007-05-19 18:24:49 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Apply patch from CVS repository to fix the security vulnerability
reported in CVE-2007-2754. Bump package revision.
|