pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libXfont2 libXfont2: update to 2.0.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba2348c0b464
branches:  trunk
changeset: 456520:ba2348c0b464
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 02 10:41:14 2021 +0000

description:
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:

 x11/libXfont2/Makefile |   4 ++--
 x11/libXfont2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f0bfb816b81c -r ba2348c0b464 x11/libXfont2/Makefile
--- a/x11/libXfont2/Makefile    Mon Aug 02 10:40:10 2021 +0000
+++ b/x11/libXfont2/Makefile    Mon Aug 02 10:41:14 2021 +0000
@@ -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 -r f0bfb816b81c -r ba2348c0b464 x11/libXfont2/distinfo
--- a/x11/libXfont2/distinfo    Mon Aug 02 10:40:10 2021 +0000
+++ b/x11/libXfont2/distinfo    Mon Aug 02 10:41:14 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index