From 9efb09fbb3532a1f3dc747b6310610122b2c4f5c Mon Sep 17 00:00:00 2001 From: tmclaugh Date: Sun, 9 Mar 2008 20:51:31 +0000 Subject: - Update to 1.6.9p14 * Check sudoers even if user is found in LDAP so Defaults can take effect. * Fix crash when pam_lastlog is (incorrectly) usesd in session section of PAM file. --- security/sudo/Makefile | 4 ++-- security/sudo/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'security') diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 6e760574b79b..e64aa370bc1f 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.12 +PORTVERSION= 1.6.9.14 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://obsd.isc.org/pub/sudo/ \ @@ -16,7 +16,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://ftp.wiretapped.net/pub/security/host-security/sudo/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= tmclaugh/sudo -DISTNAME= ${PORTNAME}-1.6.9p12 +DISTNAME= ${PORTNAME}-1.6.9p14 MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 415e7993008c..67d491d6ea8b 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -MD5 (sudo-1.6.9p12.tar.gz) = a5795c292e5c64dd9f7bcba8c1c712c9 -SHA256 (sudo-1.6.9p12.tar.gz) = d25c7a04f0db65c4a4e587df337fb6c4bd5165155d7ab64e8b00a89f745dd4aa -SIZE (sudo-1.6.9p12.tar.gz) = 581936 +MD5 (sudo-1.6.9p14.tar.gz) = a274767d74e99bdd86ebef4e9899a246 +SHA256 (sudo-1.6.9p14.tar.gz) = cffccc9090df1daf3aba129f94bf5e01724e723e3264124b9d57d4a1437f097a +SIZE (sudo-1.6.9p14.tar.gz) = 589298 -- cgit