diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-31 08:30:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-31 08:30:05 +0000 |
commit | 542cdc2d401383328b59a6bd97fe091e5aa9a3c4 (patch) | |
tree | 21a63804a9368e9d82974c00b1cde7634eae57af /x11/libFS/distinfo | |
parent | 03dd8853f0e2bbfb50e4ad216a6c285e8cc7791f (diff) | |
download | pkgsrc-542cdc2d401383328b59a6bd97fe091e5aa9a3c4.tar.gz |
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 (limited to 'x11/libFS/distinfo')
-rw-r--r-- | x11/libFS/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libFS/distinfo b/x11/libFS/distinfo index a829f392fec..37a0233898c 100644 --- a/x11/libFS/distinfo +++ b/x11/libFS/distinfo @@ -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 |