2007-04-10 18:55:32 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 2.3.4
changes:
-includes security fixes for bdf font handling (was patched in pkgsrc)
-fixes for truetype butecode interpreter
|
2007-04-05 18:29:38 by Matthias Drochner | Files touched by this commit (3) |
Log message:
pull in a patch from freetype CVS:
* src/bdf/bdflib.c (setsbit, sbitset): Handle values >= 128
gracefully.
(_bdf_set_default_spacing): Increase `name' buffer size to 256 and
issue an error for longer names.
(_bdf_parse_glyphs): Limit allowed number of glyphs in font to the
number of code points in Unicode.
This fixes CVE-2007-1351.
|
2007-03-24 13:49:08 by Matthias Drochner | Files touched by this commit (1) |
Log message:
Now that Joerg has patched out the real culprit, my poor workaround
is not necessary anymore.
|
2007-03-23 23:09:18 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
DragonFly's /bin/sh is far from being happy about the stand-alone
backtick used for asthetic reasons.
|
2007-03-20 16:20:33 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 2.3.2
This switches to the new stable branch. There are too many API additions
and other changes to list here -- see the changelog.
Some notes:
-There is an unpatented hinter built in per default. The "truetype"
pkgsrc option does still enable another one -- the documentation here
is inconsistent, so I've left this alone for now. I couldn't find
a visible effect with my fonts on my display.
-New pkgsrc option "subpixel". Enables subpixel rendering for LCDs.
Not default because there are patent issues.
-There is sone strange effect of the CONFIG_SHELL environment valiable
on the "configure" script. Worked around this by overriding the
env var in the pkg Makefile. Someone understanding shell quoting might
be able to locate the underlying problem.
|
2006-11-03 23:22:10 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR support.
|
2006-08-22 20:43:51 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Add two patches to work around issues from CVE-2006-3467. Patches are
directly from FreeType CVS. Bump revision.
|
2006-07-23 16:37:08 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Link against the Carbon library if the framework is available. This fixes
PR 33858.
Bump PKGREVISION.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|