summaryrefslogtreecommitdiff
path: root/x11/libXfont2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-08-02 10:41:14 +0000
committerwiz <wiz@pkgsrc.org>2021-08-02 10:41:14 +0000
commita6d6c42467afde540d8661cc259e040e0dada27f (patch)
tree564736fe075fb2beaa9f4fee0d5f710405ffba46 /x11/libXfont2
parent9010fc3601520a647edd28e7a5833ffcd12da603 (diff)
downloadpkgsrc-a6d6c42467afde540d8661cc259e040e0dada27f.tar.gz
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
Diffstat (limited to 'x11/libXfont2')
-rw-r--r--x11/libXfont2/Makefile4
-rw-r--r--x11/libXfont2/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/libXfont2/Makefile b/x11/libXfont2/Makefile
index cce0faa378d..4c311212891 100644
--- a/x11/libXfont2/Makefile
+++ b/x11/libXfont2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:35:52 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/02 10:41:14 wiz Exp $
-DISTNAME= libXfont2-2.0.4
+DISTNAME= libXfont2-2.0.5
CATEGORIES= x11 devel fonts
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libXfont2/distinfo b/x11/libXfont2/distinfo
index f9f8a9690ac..9d41bd85061 100644
--- a/x11/libXfont2/distinfo
+++ b/x11/libXfont2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/11/14 10:27:41 wiz Exp $
+$NetBSD: distinfo,v 1.6 2021/08/02 10:41:14 wiz Exp $
-SHA1 (libXfont2-2.0.4.tar.bz2) = 9e00ae7589315656435efaf330128facad7c4a57
-RMD160 (libXfont2-2.0.4.tar.bz2) = f281a2765891d4b8f2f1193fb0d97d1d4f51e1c8
-SHA512 (libXfont2-2.0.4.tar.bz2) = 7cf6c58e520e48e24fc4f05fec760fcbeaaac0cedeed57dded262c855e1515cc34cd033222945a0b016f6857b83009fc2a6946c7d632c2f7bb0060f8e8a8a106
-Size (libXfont2-2.0.4.tar.bz2) = 513167 bytes
+SHA1 (libXfont2-2.0.5.tar.bz2) = b21b000ba527e05f77c2ec53855d2793b19189ba
+RMD160 (libXfont2-2.0.5.tar.bz2) = cd2799c850f3094e2af5b33f9309c3290cf3618d
+SHA512 (libXfont2-2.0.5.tar.bz2) = 64d0635d14676bb645d61932afb177eb3808a46525b26e7ee31abc975eca75207743e85523fdd82b08010ce124eb4802338b508ee7b126875d2a3c12f8ac4faa
+Size (libXfont2-2.0.5.tar.bz2) = 524868 bytes