summaryrefslogtreecommitdiff
path: root/x11/libXfont2
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Reset MAINTAINERjoerg1-2/+2
2022-08-30libXfont2: remove -D_OPENBSD_SOURCE, not needed any longerwiz1-2/+1
2022-08-29libXfont2: update to 2.0.6.wiz2-7/+7
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-10x11: adapt to new avoid-duplicate.mk usagenia1-2/+2
2021-12-01x11: Add avoid-duplicate.mk to Xorg library packagesnia1-2/+3
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2021-08-02libXfont2: update to 2.0.5.wiz2-7/+7
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
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-14libXfont2: update to 2.0.4.wiz2-8/+8
This minor maintenance release cleans up issues found by Coverity and gcc, as well as additional hardening through the use of APIs with stronger bounds checking. Adam Jackson (1): fontfile: Remove unused 'bc' slot from _FontEntry Alan Coopersmith (15): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Add some unit testing utilities Add strlcat & strlcpy fallbacks if not provided by libc nor libbsd Use bounds checking string functions everywhere Add reallocarray fallback if not provided by libc nor libbsd Convert multiplying realloc calls to use reallocarray instead Convert multiplying malloc calls to use mallocarray instead fontxlfd.c: tell gcc that switch fallthrough is intentional stubs/atom.c: check for ResizeHashTable failure ComputeScaledProperties: check for valid pointers before making atoms CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat fs_read_glyphs: check if rep is null before dereferencing Add src/util/replace.h to noinst_HEADERS so it gets included in tarballs libXfont2 2.0.4 Maya Rashish (1): Fix whitespace Rin Okuyama (1): avoid -Wformat errors from clang when building with -DDEBUG
2019-11-03x11: align variable assignmentsrillig2-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-07-08need strnlen() - resolves build on OS X Tigersevan1-1/+2
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz2-9/+5
Remove now obsolete packages.
2018-03-02libXfont2: remove unnecessary dependencywiz1-2/+2
Bump PKGREVISION.
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-11-28libXfont2: update to 2.0.3.wiz2-7/+7
Matthieu Herrb (1): libXfont2 2.0.3 Michal Srb (1): Open files with O_NOFOLLOW. (CVE-2017-16611)
2017-10-11libXfont2: update to 2.0.2.wiz2-7/+7
A collection of minor fixes since 2.0.1, including CVEs 2017-13720 and 2017-13722.
2015-12-11Update libXfont2 to 2.0.1wiz3-9/+8
Here's an update to the libXfont2 2.0 release that fixes a couple of build issues that cropped up in the initial 2.0 changes. Keith Packard (3): Add missing 'attributes.m4' file Remove fontconf.h Bump version to 2.0.1 Matt Turner (1): Convert to non-recursive build.
2015-12-11Import libXfont2-2.0.0 as x11/libXfont2.wiz6-0/+72
This package provides the X font Library from the modular X.org X11 project. This is major version 2 of the library. (This still has a file in common with libXfont1, so don't add it to meta packages for now.)