2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message:
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-07-02 18:48:24 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.4.10
changes:
-bugfix: Incremental glyph loading as needed by ghostscript was broken
-minor other improvements
|
2012-03-19 13:34:25 by Joerg Sonnenberger | Files touched by this commit (23) |
Log message:
Drop imake-check logic from X11 components' builtin.mk.
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge.
Always install man pages, not cat pages when using imake.
Unify the various imake PLIST variables in preparation for dropping.
Adjust xbattbar for the new expectations.
|
2012-03-09 11:41:14 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.4.9
changes:
-fix many cases of possible memory corruption by malicious font files
(CVE-2012-1126...-1144)
-minor fixes and feature improvements
|
2011-11-15 20:42:17 by Matthias Drochner | Files touched by this commit (2) | |
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-01 07:03:15 by Steven Drake | Files touched by this commit (1557) |
Log message:
Recursive bump for graphics/freetype2 buildlink addition.
|
2011-11-01 06:57:41 by Steven Drake | Files touched by this commit (2) |
Log message:
Add missing archivers/bzip2 buildlink
Bump PKGREVISION
|
2011-10-26 21:24:45 by Tim Zingelman | Files touched by this commit (2) | |
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).
|
2011-08-03 10:25:41 by Aleksey Cheusov | Files touched by this commit (4) |
Log message:
Fixed: build failure on 5.99.55
Update to 2.4.6, No answer from maintainer.
CHANGES BETWEEN 2.4.5 and 2.4.6
I. IMPORTANT BUG FIXES
- For TrueType based fonts, the ascender and descender values were
incorrect sometimes (off by a pixel if the ppem value was not a
multiple of 5). Depending on the use you might now experience
a different layout; the change should result in better, more
consistent line spacing.
- Fix CVE-2011-0226 which causes a vulnerability while handling
Type 1 fonts.
- BDF fonts containing glyphs with negative values for ENCODING
were incorrectly rejected. This bug has been introduced in
FreeType version 2.2.0.
- David Bevan contributed a major revision of the FreeType stroker
code:
. The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.
. A new line join style, FT_STROKER_LINEJOIN_MITER_FIXED, has
been introduced to support PostScript and PDF miter joins.
. FT_STROKER_LINEJOIN_MITER_VARIABLE has been introduced ches has
been fixed.
II. MISCELLANEOUS
- SFNT bitmap fonts which contain an outline glyph for `.notdef'
only no longer set the FT_FACE_FLAG_SCALABLE flag.
CHANGES BETWEEN 2.4.4 and 2.4.5
I. IMPORTANT BUG FIXES
- A rendering regression for second-order B#zier curves has been
fixed, introduced in 2.4.3.
II. IMPORTANT CHANGES
- If autohinting is not explicitly disabled, FreeType now uses
the autohinter if a TrueType based font doesn't contain native
hints.
- The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH has been made
redundant and is simply ignored; this means that FreeType now
ignores the global advance width value in TrueType fonts.
III. MISCELLANEOUS
- `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
a font.
- Support for PCF files compressed with bzip2 has been contributed
by Joel Klinghed. To make this work, the OS must provide a
bzip2 library.
- Bradley Grainger contributed project and solution files in
Visual Studio 2010 format.
- Again some fixes to better handle broken fonts.
|