Commit graph

14 commits

Author SHA1 Message Date
nia
ec8cda1f38 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-26 11:33:42 +00:00
nia
665544c974 x11: Remove SHA1 hashes for distfiles 2021-10-07 15:13:25 +00:00
wiz
1c7eed6688 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
2021-08-02 10:41:14 +00:00
rillig
b686dd9180 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.
2020-01-18 23:30:43 +00:00
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