diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:07:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:07:30 +0000 |
commit | fd32e604a3c553159afb5cb85ab272614dbae9a4 (patch) | |
tree | 7a66a3985c8ce0da192ef674e4a80981df3ab898 /x11/xauth | |
parent | 209c00ae79c8b8c7fc23fa72c8cd2f17d93cb8ed (diff) | |
download | pkgsrc-fd32e604a3c553159afb5cb85ab272614dbae9a4.tar.gz |
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.
Diffstat (limited to 'x11/xauth')
-rw-r--r-- | x11/xauth/Makefile | 4 | ||||
-rw-r--r-- | x11/xauth/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index 1b80d4e738e..015f49561fa 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 cb4b6b4a534..13a0bb04f81 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 |