diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-22 17:37:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-22 17:37:38 +0000 |
commit | 704aafde5a2dc00cc6381d2e0a9577e40571c307 (patch) | |
tree | 4c71722fae5356128804c0efc9aef3c4af095545 /lib/freetype/modules.cfg | |
parent | 6d525de3790e37ae22b1c36d73c2c55fc52ada11 (diff) |
Update to freetype 2.3.6.
Contains security fixes for CVE-2008-1806, CVE-2008-1807 and CVE-2008-1808.
Tested by many.
Diffstat (limited to 'lib/freetype/modules.cfg')
-rw-r--r-- | lib/freetype/modules.cfg | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/lib/freetype/modules.cfg b/lib/freetype/modules.cfg index 85ffac9a5..525866adb 100644 --- a/lib/freetype/modules.cfg +++ b/lib/freetype/modules.cfg @@ -1,6 +1,6 @@ # modules.cfg # -# Copyright 2005, 2006 by +# Copyright 2005, 2006, 2007 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, @@ -152,10 +152,15 @@ BASE_EXTENSIONS += ftbbox.c # See include/freetype/ftbdf.h for the API. BASE_EXTENSIONS += ftbdf.c +# Access CID font information. +# +# See include/freetype/ftcid.h for the API. +BASE_EXTENSIONS += ftcid.c + # Utility functions for converting 1bpp, 2bpp, 4bpp, and 8bpp bitmaps into -# 8bpp format, and for emboldening of bitmap glyphs.. +# 8bpp format, and for emboldening of bitmap glyphs. # -# See include/freetype/ftbitmap.h for the API. +# See include/freetype/ftbitmap.h for the API. BASE_EXTENSIONS += ftbitmap.c # Convenience functions to handle glyphs. @@ -205,12 +210,25 @@ BASE_EXTENSIONS += fttype1.c # See include/freetype/ftwinfnt.h for the API. BASE_EXTENSIONS += ftwinfnt.c -# Support functions for X11. Useful only for building the XFree86 font -# server. +# Support functions for X11. # # See include/freetype/ftxf86.h for the API. BASE_EXTENSIONS += ftxf86.c +# Support for LCD color filtering of subpixel bitmaps. +# +# See include/freetype/ftlcdfil.h for the API. +BASE_EXTENSIONS += ftlcdfil.c + +# Support for GASP table queries. +# +# See include/freetype/ftgasp.h for the API. +BASE_EXTENSIONS += ftgasp.c + +# Support for FT_Face_CheckTrueTypePatents. +# +# See include/freetype.h for the API. +BASE_EXTENSIONS += ftpatent.c #### #### The components `ftsystem.c' (for memory allocation and stream I/O |