pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xhost Update to 1.0.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0798f5c61d85
branches:  trunk
changeset: 621798:0798f5c61d85
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 17 21:48:49 2013 +0000

description:
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

diffstat:

 x11/xhost/Makefile |  5 ++---
 x11/xhost/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 7bbba430f8e8 -r 0798f5c61d85 x11/xhost/Makefile
--- a/x11/xhost/Makefile        Wed Jul 17 21:48:03 2013 +0000
+++ b/x11/xhost/Makefile        Wed Jul 17 21:48:49 2013 +0000
@@ -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 -r 7bbba430f8e8 -r 0798f5c61d85 x11/xhost/distinfo
--- a/x11/xhost/distinfo        Wed Jul 17 21:48:03 2013 +0000
+++ b/x11/xhost/distinfo        Wed Jul 17 21:48:49 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index