pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXfont2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug  2 10:41:14 UTC 2021

Modified Files:
        pkgsrc/x11/libXfont2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libXfont2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/libXfont2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXfont2/Makefile
diff -u pkgsrc/x11/libXfont2/Makefile:1.10 pkgsrc/x11/libXfont2/Makefile:1.11
--- pkgsrc/x11/libXfont2/Makefile:1.10  Sat Jan 18 23:35:52 2020
+++ pkgsrc/x11/libXfont2/Makefile       Mon Aug  2 10:41:14 2021
@@ -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

Index: pkgsrc/x11/libXfont2/distinfo
diff -u pkgsrc/x11/libXfont2/distinfo:1.5 pkgsrc/x11/libXfont2/distinfo:1.6
--- pkgsrc/x11/libXfont2/distinfo:1.5   Thu Nov 14 10:27:41 2019
+++ pkgsrc/x11/libXfont2/distinfo       Mon Aug  2 10:41:14 2021
@@ -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