pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libFS Update to 1.0.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad9288192797
branches:  trunk
changeset: 632500:ad9288192797
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 08:30:05 2014 +0000

description:
Update to 1.0.6:

libFS is the protocol binding library used by clients of X Font Servers (xfs),
such as xfsinfo, fslsfonts, and the X servers themselves.

This minor maintenance release includes fixes for libxtrans 1.3 compatibility,
removal of dead code, and cleanups of issues found by static analyzers.

Adam Jackson (1):
      Fix build with xtrans 1.3

Alan Coopersmith (14):
      Fix typo in readme ("xfslsfonts" should be "fslsfonts")
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Fix a couple comment typos
      Drop Cray (WORD64/MUSTCOPY) support
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
      Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()
      If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
      Remove unused internal helper _FSGetHostname
      Remove unused internal helper _FSAllocScratch
      Remove unused internal helper _FSEventsQueued
      Remove unused internal helper _FSWireToEvent
      Replace malloc(strlen + 1); strcpy() with strdup()
      Use strlcpy instead of strcpy/strncpy if it is available
      libFS 1.0.6

Jeremy Huddleston Sequoia (2):
      Update error loop to correctly handle error in i==0 case
      FSOpenServer: Fix double-free in error path

diffstat:

 x11/libFS/Makefile |  4 ++--
 x11/libFS/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 16276b09a3f5 -r ad9288192797 x11/libFS/Makefile
--- a/x11/libFS/Makefile        Mon Mar 31 08:29:53 2014 +0000
+++ b/x11/libFS/Makefile        Mon Mar 31 08:30:05 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/05/29 22:35:44 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2014/03/31 08:30:05 wiz Exp $
 
-DISTNAME=              libFS-1.0.5
+DISTNAME=              libFS-1.0.6
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 16276b09a3f5 -r ad9288192797 x11/libFS/distinfo
--- a/x11/libFS/distinfo        Mon Mar 31 08:29:53 2014 +0000
+++ b/x11/libFS/distinfo        Mon Mar 31 08:30:05 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/05/29 22:35:44 wiz Exp $
+$NetBSD: distinfo,v 1.7 2014/03/31 08:30:05 wiz Exp $
 
-SHA1 (libFS-1.0.5.tar.bz2) = 3a94bc42775f4aa2eac14a51e0043299d7cd31b6
-RMD160 (libFS-1.0.5.tar.bz2) = c3f6bb8fed4ac1904e55fe36cb4650e69f37dc06
-Size (libFS-1.0.5.tar.bz2) = 303806 bytes
+SHA1 (libFS-1.0.6.tar.bz2) = 5e490557674ebef057c3909e2608d7799393b88e
+RMD160 (libFS-1.0.6.tar.bz2) = b08d374ce3a23e72ad76d72f343fac5c22bca3b5
+Size (libFS-1.0.6.tar.bz2) = 323246 bytes



Home | Main Index | Thread Index | Old Index