diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-20 20:11:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-20 20:11:11 +0000 |
commit | 7fcf75bb2263527bca04fa7ecf95817cfbeaf7c0 (patch) | |
tree | 939c20119bb6abb37b2b02e08d1ccd3a86421c92 /security/sudo | |
parent | 9358a17b60d2be014d2539606c8a1ebfb5d397b8 (diff) | |
download | pkgsrc-7fcf75bb2263527bca04fa7ecf95817cfbeaf7c0.tar.gz |
Security update for security/sudo to 1.6.8p9. Changes from version
1.6.8p7 include:
562) Fixed noexec functionality on Linux.
564) Fixed a bug that prevented Heimdal authentication from working.
566) A sudoers entry with sudo ALL no longer overwrites the value of
safe_cmnd. This fixes the privilege escalation vulnerability
noted in http://www.courtesan.com/sudo/alerts/path_race.html
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 6 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index f578b4e6402..a822e4ede8e 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.79 2005/04/11 21:47:20 tv Exp $ +# $NetBSD: Makefile,v 1.80 2005/06/20 20:11:11 jlam Exp $ # -DISTNAME= sudo-1.6.8p7 -PKGNAME= sudo-1.6.8pl7 +DISTNAME= sudo-1.6.8p9 +PKGNAME= sudo-1.6.8pl9 PKGREVISION= # empty CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 3981490dc2f..5cc2fd5336b 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2005/03/30 12:08:15 cube Exp $ +$NetBSD: distinfo,v 1.29 2005/06/20 20:11:11 jlam Exp $ -SHA1 (sudo-1.6.8p7.tar.gz) = 769d34989d8f992eda3cfbddf586bd4f0f5d3dac -RMD160 (sudo-1.6.8p7.tar.gz) = a2fefd369b8c20a989e084d8432f5ac3b03196b3 -Size (sudo-1.6.8p7.tar.gz) = 585302 bytes +SHA1 (sudo-1.6.8p9.tar.gz) = f264d1ad9f197920f2e69614db7935b35ca51672 +RMD160 (sudo-1.6.8p9.tar.gz) = c1c719504476ab9ac11e0421716d149120463e33 +Size (sudo-1.6.8p9.tar.gz) = 585509 bytes SHA1 (patch-aa) = a4f29f2c228eb3b4af0872cf04a00ffdf41c603c SHA1 (patch-af) = 870a0f0504449dbb839c8b8c2dfe6505a9c9ec68 SHA1 (patch-ag) = 3703932e134ae90281179d0a4ae4760fa420264b |