summaryrefslogtreecommitdiff
path: root/x11/libXfont/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2010-09-10Update to libXfont-1.4.2: Minor bug fixesjoerg1-4/+4
2010-01-15Update to libXfont-1.4.1. Changes:tnn1-4/+4
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Move fontlib.ms from xorg-docs Convert documentation from troff to DocBook/XML Remove unused setting of ENCODINGSDIR libXfont 1.4.1 Fixed int(*)()->double cast warning
2009-06-10Update to 1.4.0:wiz1-5/+4
Lots of cleanup and misc bugfixes since 1.3.4. Still one of the worst libraries we ship though. If you're unfortunate enough to need speedo, type1, or printer fonts, then you'll want to skip this release. --- Adam Jackson (15): Delete speedo Delete Type1 const cleanup Get rid of a useless array Remove useless #define Remove loadable renderer support. Remove printer font support. Remove PMF support. xalloc -> malloc, etc. Drop OS/2 support Move the copy of CopyISOLatin1Lowered near its user, and un-weak it. Delete some dead ifdefs Allow case insensitive filename matching in fontfile. Remove some strcasecmp silliness libXfont 1.4.0 Alan Coopersmith (1): Restore comment deleted by b6f793d7d5 Jeremy Huddleston (1): Added missing AM_CFLAGS for -Wl,-flat_namespace Paulo Cesar Pereira de Andrade (3): libXfont ansification and removal of xf86_ansic.h dependency Disable some fun stdio wrapping. Janitor: make distcheck and .gitignore Peter Astrand (1): Avoid sending uninitialized padding data over the network.
2009-01-07Update to 1.3.4:wiz1-4/+4
Adam Jackson (2): Nuke fontcache. Retry font server connections faster. Alan Coopersmith (8): Add support for bzip2 bitmap font compression Pad CreateAC packets with 0 auths to workaround xfs bug Always scan catalogue dirs at startup, even if their mtime < 0 Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2 Update COPYING file with additional copyrights/licenses Add simple README with pointers to bugzilla/git/mailing list miscutil.c:108: warning: old-style parameter declaration Version bump: 1.3.4 Benjamin Close (1): Make sure font names/font alias names are null terminated Derek Wang (1): Sun bug 4510977: dtremote fails to start session Julien Cristau (1): Don't clobber CFLAGS in configure Peter Breitenlohner (1): X.Org Bug 17945: avoid gcc warnings for libXfont
2008-07-17Update to libXfont-1.3.3. Changes:bjs1-4/+4
commit 11edbc3a818e15ea2b622b31e6f87159ee68ae4a Do not call FT_Get_BDF_Charset_ID() if configured with --disable-bdfformat commit 1ab07ce0eec4f6c7ed66c7aba3edf8c4315dd907 FontFileDirectoryChanged: check length of "fonts.alias" as well as "fonts.dir" commit 0f9db4aa7de6e0644ac9c5811b949e5f936c9d61 Don't allow a font alias to point to itself and create a loop Part of fix for Sun bug 4258475 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258475> commit 754cabe62e91b9ad50c3027c063f4269775f7add Add missing include in src/FreeType/ftfuncs.c Fixes compiler warning: ../../../src/FreeType/ftfuncs.c: In function 'restrict_code_range_by_str': ../../../src/FreeType/ftfuncs.c:2081: warning: implicit declaration of function 'isspace'
2008-03-07Update to 1.3.2:wiz1-6/+4
Adam Jackson (1): libXfont 1.3.2 Jens Granseuer (1): fix build with gcc 2.95. Matthieu Herrb (3): catalogue.c: prevent a one character overflow ftsystem.c is not needed anymore. Fix for CVE-2008-0006 - PCF Font parser buffer overflow. Tilman Sauerbeck (1): Replaced one instance of bcopy() with memcpy().
2008-01-21Fix a silly build failure on HP-UX. For reasons unknown, libXfonttnn1-1/+2
(or actually the bundled t1lib) provides it's "own" implementation of stdio.h as t1stdio.h. For this reason they take care not to include stdio.h to avoid conflicts. But they do include stdlib.h which on HP-UX recursively includes stdio.h. Fix by not including stdlib.h on HP-UX.
2008-01-20libXfont-1.3.1nb2:joerg1-1/+2
Include upstream fix for another PCF integer overflow. This is CVE-2008-0006.
2007-09-24Fix off-by-one issue. Bump revision.joerg1-1/+2
2007-09-21Update to version 1.3.1. Important changes:bjs1-4/+4
-- Support relative paths in catalogue:<dir> symlinks. -- Fix dirfd leak on CatalogueRescan(). -- Remove side effects from BuiltinReadDirectory()
2007-07-12Update to libXfont-1.3.0:joerg1-4/+4
- Introduce catalogue FPE, which contains symlinks to font directories. Options like unscaled can be attached to it. Fix a bug in this code. - Remove lots of dead code and cleanup some warnings. Note: the second point does change the ABI, but as the code seems to have been unused, I'm not forcing a major bump that upstream didn't do.
2007-04-10update to 1.2.8drochner1-6/+4
changes: -the integer overflow fixes went in (was patched in pkgsrc) -build fixes
2007-04-03fix a possible memory corruption due to integer overflow, caused by lackdrochner1-1/+3
of validation of bdf font files (CVE 2007-1351) fix a possible memory corruption due to integer overflow, caused by lack of validation of fonts.dir files (CVE 2007-1352) bump PKGREVISION
2007-01-23Update to libXfont-1.2.7:joerg1-4/+4
- no more CID support - fixed a crash when rescaling bitmaps in the X server - accept font pathes with empty list of valid entries
2006-11-03Import libXfont-1.2.3 from pkgsrc-wip:joerg1-0/+5
This package provides the X font Library from the modular X.org X11 project.