Sun Jun 3 18:07:30 2012 UTC ()
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.


(wiz)
diff -r1.4 -r1.5 pkgsrc/x11/xauth/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/xauth/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/x11/xauth/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xauth/Makefile 2009/11/09 19:19:47 1.4
+++ pkgsrc/x11/xauth/Makefile 2012/06/03 18:07:30 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2009/11/09 19:19:47 tnn Exp $ 1# $NetBSD: Makefile,v 1.5 2012/06/03 18:07:30 wiz Exp $
2# 2#
3 3
4DISTNAME= xauth-1.0.4 4DISTNAME= xauth-1.0.7
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 6MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= X authentication utility 11COMMENT= X authentication utility
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17

cvs diff -r1.3 -r1.4 pkgsrc/x11/xauth/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xauth/distinfo 2009/11/09 19:19:47 1.3
+++ pkgsrc/x11/xauth/distinfo 2012/06/03 18:07:30 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2009/11/09 19:19:47 tnn Exp $ 1$NetBSD: distinfo,v 1.4 2012/06/03 18:07:30 wiz Exp $
2 2
3SHA1 (xauth-1.0.4.tar.bz2) = 90d32f28bb61ca6d831dcc35429a5ad53be73283 3SHA1 (xauth-1.0.7.tar.bz2) = 54f93f0539a98900c36c4f7c8ae933f77699dc7b
4RMD160 (xauth-1.0.4.tar.bz2) = 4ca09d02f6623715423c70bef41f93c4b4486988 4RMD160 (xauth-1.0.7.tar.bz2) = 805167c0f54230c719a1e6a59d872ebfd3fe7608
5Size (xauth-1.0.4.tar.bz2) = 119274 bytes 5Size (xauth-1.0.7.tar.bz2) = 139436 bytes