pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xhost
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 17 21:48:49 UTC 2013
Modified Files:
pkgsrc/x11/xhost: Makefile distinfo
Log Message:
Update to 1.0.6:
This release removes a bunch of dead code for platforms that have been
unsupported since the Imake->autotools conversion, fixes some compiler
warnings for the remaining platforms, and fixes build issues for Win32
& MinGW.
Alan Coopersmith (14):
Remove unused DECnet ("DNETCONN") code from xhost
Remove unused TLI ("STREAMSCONN") code from xhost
unifdef -UCRAY
unifdef -ULynx
unifdef -Uatt
unifdef -UBAD_ARPAINET
Assume signal handlers return void, as C89 requires
Move dpy declaration from static to main() function
Convert sprintf to snprintf in SECURE_RPC code
Fix some integer sign/size conversion warnings flagged by clang
Drop pre-POSIX signal handling support in favor of sigaction()
Mark argument to nameserver_lost signal handler as unused
Fix const warning for FamilyLocalHost empty address string
xhost 1.0.6
Jon TURNEY (4):
Use Xwinsock.h on WIN32
Link with winsock for MinGW
Provide dummy sethostent(),endhostent() for Win32 also
If SIGALRM isn't available, don't use alarm() to timeout gethostaddr(),
just wait
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xhost/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xhost/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