diff options
author | taca <taca> | 2007-09-09 12:54:36 +0000 |
---|---|---|
committer | taca <taca> | 2007-09-09 12:54:36 +0000 |
commit | 8f7213edeffe90adba5412b0e1d9b1e4448abcea (patch) | |
tree | 93233f03efb037281f57e9a1022fa27fd1e413c2 /security/sudo/Makefile | |
parent | d562c287eb674f614046cacf80c0a45313be3a5b (diff) | |
download | pkgsrc-8f7213edeffe90adba5412b0e1d9b1e4448abcea.tar.gz |
Update sudo pacakge to 1.6.9p5.
617) Fixed a bug in the IP address matching introduced by the IPV6 merge.
618) For "visudo -f file" we now use the permissions of the original file
and not the hard-coded sudoers owner/group/mode. This makes
it possible to use visudo with a revision control system.
619) Fixed sudoedit when used on a non-existent file.
620) Regenerated configure using autoconf 2.6.1 and libtool 1.5.24.
621) Groups and netgroups are now valid in an LDAP sudoRunas statement.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index b82a9bc5e6b..2e7f2c4303a 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2007/08/18 15:09:11 taca Exp $ +# $NetBSD: Makefile,v 1.97 2007/09/09 12:54:36 taca Exp $ # -DISTNAME= sudo-1.6.9p4 +DISTNAME= sudo-1.6.9p5 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ |