pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libFS



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 31 08:30:05 UTC 2014

Modified Files:
        pkgsrc/x11/libFS: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libFS/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libFS/distinfo

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




Home | Main Index | Thread Index | Old Index