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.
This commit is contained in:
wiz 2012-06-03 18:07:30 +00:00
parent 62ce371e02
commit 05c8ae3359
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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