2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-08-30 20:23:39 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libXfont2: remove -D_OPENBSD_SOURCE, not needed any longer
|
2022-08-29 11:46:50 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libXfont2: update to 2.0.6.
Alan Coopersmith (6):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
configure: Use pkg-config to handle zlib dependency if possible
Fix comments to reflect removal of OS/2 support
libXfont2 2.0.6
Jeremy Huddleston Sequoia (1):
Correct fsCreateACReq length
Peter Harris (1):
Fix buffer overrun in FontFileMakeDir on WIN32
|
2022-04-10 10:53:24 by Nia Alarie | Files touched by this commit (90) |
Log message:
x11: adapt to new avoid-duplicate.mk usage
|
2021-12-01 14:01:17 by Nia Alarie | Files touched by this commit (38) |
Log message:
x11: Add avoid-duplicate.mk to Xorg library packages
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2021-08-02 12:41:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libXfont2: update to 2.0.5.
libXfont provides the core of the legacy X11 font system, handling the index
files (fonts.dir, fonts.alias, fonts.scale), the various font file formats,
and rasterizing them. It is used by the X display servers (Xorg, Xvfb, etc.)
and the X Font Server (xfs), but should not be used by normal X11 clients. X11
clients access fonts via either the new APIs in libXft, or the legacy APIs in
libX11.
In the past, systems needed to provide both libXfont 1.5 & 2.0 libraries
to support the full X Window System. If your system has updated to at
least xfs 1.2.0 and bdftopcf 1.1, then libXfont 1.5 should no longer be
needed and you should only need libXfont 2.0.x going forward.
Adam Jackson (1):
README: Remove mention of libXfont 1.5
Alan Coopersmith (1):
libXfont2 2.0.5
Alex Richardson (1):
Fix out-of-bounds read in FontFileMakeDir()
Bernd Kuhls (1):
configure: define HAVE_LIBBSD when libbsd was found
Jon Turney (1):
Fix Win32 build since c4ed2e06 "Add some unit testing utilities"
Peter Harris (2):
Fix crash when font server connection lost
Fix use after free when font server connection lost
|