diff options
author | taca <taca> | 2007-10-10 00:08:24 +0000 |
---|---|---|
committer | taca <taca> | 2007-10-10 00:08:24 +0000 |
commit | 65168f73c1a37c854b39921d313b4e57c4e45436 (patch) | |
tree | f0e2bab77f75b8b9c6444e74d62dd7aabb35d9a2 /security/sudo | |
parent | 5df3f16647196a92339b00711f681ab21e02ce87 (diff) | |
download | pkgsrc-65168f73c1a37c854b39921d313b4e57c4e45436.tar.gz |
Update sudo package to 1.6.9p6.
Major changes since Sudo 1.6.9p5:
o Worked around bugs in the session support of some PAM implementations.
The full tty path is now passed to PAM as well.
o Sudo now only prints the password prompt if the process is in the
foreground.
o inttypes.h is now included when appropriate if it is present.
o Simplified alias allocation in the parser.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 2e7f2c4303a..923b892fd5f 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2007/09/09 12:54:36 taca Exp $ +# $NetBSD: Makefile,v 1.98 2007/10/10 00:08:24 taca Exp $ # -DISTNAME= sudo-1.6.9p5 +DISTNAME= sudo-1.6.9p6 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 29bac566560..6e62e0a4fc0 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2007/09/09 12:54:37 taca Exp $ +$NetBSD: distinfo,v 1.42 2007/10/10 00:08:24 taca Exp $ -SHA1 (sudo-1.6.9p5.tar.gz) = 170ee1c1625d42ad6c33726f4f0d85dcb70b7461 -RMD160 (sudo-1.6.9p5.tar.gz) = 307e71c0f0d4f0f913bc98fc9a13273c5c3ad602 -Size (sudo-1.6.9p5.tar.gz) = 574384 bytes +SHA1 (sudo-1.6.9p6.tar.gz) = c243b51dccfca5972eda68f23ee31b78a3c0c121 +RMD160 (sudo-1.6.9p6.tar.gz) = 917ceee30d3706533e755c6ebc6971251f7077a6 +Size (sudo-1.6.9p6.tar.gz) = 574983 bytes SHA1 (patch-aa) = 98ca6552bc305aeeb726d48f1d722480f792a0ba SHA1 (patch-af) = 1863dc637d1d2720d832bf9c7ec60e11365473ba SHA1 (patch-ag) = 9cdd8836addc9d2317bccff7ea7fe407d1e8256e |