diff options
author | wiz <wiz> | 2013-07-17 21:48:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-17 21:48:49 +0000 |
commit | 1a09f12fa5d3363e450eaadcf80463c227b3eb42 (patch) | |
tree | 4bc90fce4bc2fff53b7961f66e41edab2bd00143 | |
parent | 3c719cbbede9a339e444947f01da990a48b79ae7 (diff) | |
download | pkgsrc-1a09f12fa5d3363e450eaadcf80463c227b3eb42.tar.gz |
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
-rw-r--r-- | x11/xhost/Makefile | 5 | ||||
-rw-r--r-- | x11/xhost/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile index cc7008f2661..fa5edbcd326 100644 --- a/x11/xhost/Makefile +++ b/x11/xhost/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/10/29 05:07:12 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2013/07/17 21:48:49 wiz Exp $ -DISTNAME= xhost-1.0.5 +DISTNAME= xhost-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xhost/distinfo b/x11/xhost/distinfo index 4e2544843ed..00708b60612 100644 --- a/x11/xhost/distinfo +++ b/x11/xhost/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 18:16:04 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/07/17 21:48:49 wiz Exp $ -SHA1 (xhost-1.0.5.tar.bz2) = c9ad0447c709fc7a9a2afbbca712cf47fbb29757 -RMD160 (xhost-1.0.5.tar.bz2) = e86f70cd1f1dbf4906a6a01676506acfe6e96684 -Size (xhost-1.0.5.tar.bz2) = 125820 bytes +SHA1 (xhost-1.0.6.tar.bz2) = 6224c8bcd909bf205c7e92dbdc349356890c4428 +RMD160 (xhost-1.0.6.tar.bz2) = f64faa75625793d588172780fceedf13e3473ea6 +Size (xhost-1.0.6.tar.bz2) = 133176 bytes |