From 05c8ae33593b44d1e02878d7b1b995bcfe1c049a Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 3 Jun 2012 18:07:30 +0000 Subject: [PATCH] Update to 1.0.7: 1.0.7: Alan Coopersmith (4): convert strlen/malloc/strcpy combo to strdup Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings xauth 1.0.7 Andreas Schwab (1): Remove alarm handler in get_hostname 1.0.6: Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory Jeremy Huddleston (3): Error out and avoid a call to malloc(0) if given a bad hex string auth_finalize: Attempt to rename() if link() fails configure.ac: Bump to 1.0.6 Jesse Adkins (1): Purge cvs tags. 1.0.5: This minor maintenance release fixes a couple bugs and includes the usual recent build improvements/janitorial cleanups. --- x11/xauth/Makefile | 4 ++-- x11/xauth/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index 1b80d4e738ec..015f49561fac 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/11/09 19:19:47 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/03 18:07:30 wiz Exp $ # -DISTNAME= xauth-1.0.4 +DISTNAME= xauth-1.0.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo index cb4b6b4a5345..13a0bb04f819 100644 --- a/x11/xauth/distinfo +++ b/x11/xauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/11/09 19:19:47 tnn Exp $ +$NetBSD: distinfo,v 1.4 2012/06/03 18:07:30 wiz Exp $ -SHA1 (xauth-1.0.4.tar.bz2) = 90d32f28bb61ca6d831dcc35429a5ad53be73283 -RMD160 (xauth-1.0.4.tar.bz2) = 4ca09d02f6623715423c70bef41f93c4b4486988 -Size (xauth-1.0.4.tar.bz2) = 119274 bytes +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