diff options
author | taca <taca@pkgsrc.org> | 2002-01-18 11:44:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-01-18 11:44:14 +0000 |
commit | 1aaee629da9d7cb70f85b34d1054e96237efd21a (patch) | |
tree | dbe9b157912012572c4e6e3cc42e22a20f4f6015 /security/sudo | |
parent | fc31e634f2bf20d5d040162b192db41f33e3a8b3 (diff) | |
download | pkgsrc-1aaee629da9d7cb70f85b34d1054e96237efd21a.tar.gz |
Update sudo package to 1.6.5p1. Quote from CHANGES is below.
467) Visudo could access memory that was already freed.
468) If the skey.access file denied use of plaintext passwords sudo
would exit instead of allowing the user to enter an S/Key.
Sudo 1.6.5p1 released.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 5 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 1145a0403d7..a9f22133f4b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2002/01/17 16:32:04 taca Exp $ +# $NetBSD: Makefile,v 1.43 2002/01/18 11:44:14 taca Exp $ # -DISTNAME= sudo-1.6.5 +DISTNAME= sudo-1.6.5p1 +PKGNAME= ${DISTNAME:S/p1/.1/} 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 becd5ec72c0..dcf0ea4caa8 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2002/01/17 16:32:04 taca Exp $ +$NetBSD: distinfo,v 1.6 2002/01/18 11:44:14 taca Exp $ -SHA1 (sudo-1.6.5.tar.gz) = 129d08fd3b915d1152cc824afd46142c335eaa90 -Size (sudo-1.6.5.tar.gz) = 331319 bytes +SHA1 (sudo-1.6.5p1.tar.gz) = cacb01539a0bf0c900acdd7db3a207113db8ec3f +Size (sudo-1.6.5p1.tar.gz) = 331167 bytes SHA1 (patch-aa) = 3298ebd31c6348848c02b98e493a6772369ca840 SHA1 (patch-ab) = 9ee5fd292495a97ba8acfdddfd60c54955070eac SHA1 (patch-af) = 7aaf790e8512e4371d87d367dd2d6e6b020d0ab2 |