From 0fd2aae40c1619c3ffae317e613434fbbcefa9e4 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 11 Oct 2013 20:36:20 +0000 Subject: Update to 1.0.8: I am proud to announce xauth-1.0.8, a minor maintenance release containing mostly bug fixes, where I want to highlight two of them: * Fix a long standing problem that for ssh tunneled connections a display variable of the form: localhost:. leads to correct authorization when an X client is started but "xauth list $DISPLAY" returns nothing. * Fix for: If using GDM with XDMCP, then ssh is not able to start X11 clients on the remote side. You get a "No xauth data; using fake authentication data for X11 forwarding." from SSH. --Tilmann Bubeck Alan Coopersmith (3): Remove unused TLI ("STREAMSCONN") code from xauth Remove unused DECnet ("DNETCONN") code from xauth Assume signal handlers return void, as C89 requires Dr. Tilmann Bubeck (11): Fix various compiler warnings raised by modern gcc (4.8.1). More fixes for compiler warnings regarding the use of "const". Added black box tests for basic functionality started with "make check". Rework match_auth_dpy() to be easier to read and maintain (hopefully). Fix warning raised by "-Wshadow". Added command "version" and command line arg "-V" to show version of xauth. Improved README to explain "make check". version bump to 1.0.8 Revert version bump back to 1.0.7 to prepare missing commit before 1.0.8 Rewrote test_xauth to C to make automake and "make distclean" happy. Second version bump to 1.0.8 Egbert Eich (5): Don't crash when running past the end of the chain Look for FamilyLocal if inet or inet6 address is loopback Look for FamilyLocal if inet or inet6 address is loopback Handle v4-mapped inet6 addresses correctly Make matching algorithm mimic XauGet*AuthByAddr Jeremy Huddleston Sequoia (2): Revert "Look for FamilyLocal if inet or inet6 address is loopback" Silenece lack of noreturn warning Jon TURNEY (1): Include Xwinsock.h rather than sys/socket.h on WIN32 Thomas Klausner (1): Use copystring to create non-const string.] --- x11/xauth/Makefile | 5 ++--- x11/xauth/PLIST | 3 ++- x11/xauth/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'x11') diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index 865b1880507..274a0b6c670 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:57 asau Exp $ -# +# $NetBSD: Makefile,v 1.8 2013/10/11 20:36:20 wiz Exp $ -DISTNAME= xauth-1.0.7 +DISTNAME= xauth-1.0.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xauth/PLIST b/x11/xauth/PLIST index 7f933063a2f..a328a8b824c 100644 --- a/x11/xauth/PLIST +++ b/x11/xauth/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/17 16:07:29 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/10/11 20:36:20 wiz Exp $ +bin/test_xauth bin/xauth man/man1/xauth.1 diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo index 13a0bb04f81..2ff57b391d0 100644 --- a/x11/xauth/distinfo +++ b/x11/xauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 18:07:30 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/10/11 20:36:20 wiz Exp $ -SHA1 (xauth-1.0.7.tar.bz2) = 54f93f0539a98900c36c4f7c8ae933f77699dc7b -RMD160 (xauth-1.0.7.tar.bz2) = 805167c0f54230c719a1e6a59d872ebfd3fe7608 -Size (xauth-1.0.7.tar.bz2) = 139436 bytes +SHA1 (xauth-1.0.8.tar.bz2) = 481d42acbfe30f8593be07d70c258b18f8c877db +RMD160 (xauth-1.0.8.tar.bz2) = f0bcd17d10d5dd7cec0825298403fecb9d29dff5 +Size (xauth-1.0.8.tar.bz2) = 146794 bytes -- cgit v1.2.3