Commit graph

10 commits

Author SHA1 Message Date
wiz
bdb55f8ecd libXfont2: update to 2.0.4.
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-14 10:27:41 +00:00
rillig
121d00ed27 x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 09:14:06 +00:00
sevan
d3c2624998 need strnlen() - resolves build on OS X Tiger 2019-07-08 22:11:06 +00:00
wiz
380b6ec244 xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
2018-03-07 11:57:28 +00:00
wiz
18bd971f99 libXfont2: remove unnecessary dependency
Bump PKGREVISION.
2018-03-02 15:09:44 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
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.
2018-01-07 13:03:53 +00:00
wiz
06c9964350 libXfont2: update to 2.0.3.
Matthieu Herrb (1):
      libXfont2 2.0.3

Michal Srb (1):
      Open files with O_NOFOLLOW. (CVE-2017-16611)
2017-11-28 14:58:26 +00:00
wiz
3f32163819 libXfont2: update to 2.0.2.
A collection of minor fixes since 2.0.1, including CVEs 2017-13720
and 2017-13722.
2017-10-11 16:47:42 +00:00
wiz
0418396ac6 Update libXfont2 to 2.0.1
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-11 15:59:00 +00:00
wiz
ebe24657d9 Import libXfont2-2.0.0 as x11/libXfont2.
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.)
2015-12-11 14:04:23 +00:00