2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
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-14 11:27:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
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-03 10:14:21 by Roland Illig | Files touched by this commit (148) |
Log message:
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-07-09 00:11:06 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
need strnlen() - resolves build on OS X Tiger
|
2018-03-02 16:09:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libXfont2: remove unnecessary dependency
Bump PKGREVISION.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
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.
|
2017-11-28 15:58:26 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
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-10-11 18:47:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libXfont2: update to 2.0.2.
A collection of minor fixes since 2.0.1, including CVEs 2017-13720
and 2017-13722.
|
2015-12-11 16:59:00 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
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:04:23 by Thomas Klausner | Files touched by this commit (6) |
Log message:
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.)
|