summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-02-26 01:08:38 +0000
committertaca <taca>2010-02-26 01:08:38 +0000
commitc99c1356f570f7678f28e843245e745fe8a1d437 (patch)
tree231d9206a757a3a68e0292b31d1bb3e3fbbb35c5 /security/sudo/Makefile
parentb3220a28becdd6c82489a67914ad882cc327f7fb (diff)
downloadpkgsrc-c99c1356f570f7678f28e843245e745fe8a1d437.tar.gz
Update sudo package to 1.7.2p4.
Major changes between version 1.7.2p3 and 1.7.2p4: * Fix a bug that could allow users with permission to run sudoedit to run arbitrary commands. Major changes between version 1.7.2p2 and 1.7.2p3: * Fix printing of entries with multiple host entries on a single line. * Fix use after free when sending error messages via email. * Use setrlimit64(), if available, instead of setrlimit() when setting AIX resource limits since rlim_t is 32bits. * Fix size arg when realloc()ing include stack. * Avoid a duplicate fclose() of the sudoers file.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index b1a0d446400..d64deed5b54 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.118 2010/02/09 00:05:48 zafer Exp $
+# $NetBSD: Makefile,v 1.119 2010/02/26 01:08:38 taca Exp $
#
-DISTNAME= sudo-1.7.2p2
+DISTNAME= sudo-1.7.2p4
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \