2013-07-17 23:48:49 by Thomas Klausner | Files touched by this commit (2) |
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
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-12 17:46:06 by Thomas Klausner | Files touched by this commit (106) |
Log message:
Add inet6 to default suggested options. It's 2012.
|
2012-06-03 20:16:05 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 1.0.5.
1.0.5:
This release improves usability through better documentation & error
reporting, as well as including fixes for compiler warnings, build
configuration improvements and other cleanups.
1.0.4:
This release updates the man page to clarify the /etc/X*.hosts files,
as well as delivering the usual recent collection of build configuration
improvements and janitorial cleanups.
|
2009-11-09 19:55:03 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to xhost-1.0.3. Changes:
Use AM_CFLAGS instead of xhost_CFLAGS to avoid automake-1.10 warnings
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2007-10-15 16:39:47 by David Brownlee | Files touched by this commit (2) |
Log message:
Update to xhost-1.0.2nb1: Explicitly pass inet6 setting to configure - from \
Yakovetsky Vladimir in PR/37115
|
2007-08-05 23:25:54 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to xhost-1.0.2: Minor man page improvements.
|
2007-06-19 11:39:16 by Joerg Sonnenberger | Files touched by this commit (32) |
Log message:
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.
|
2007-03-21 01:16:43 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR works fine.
|