Date: Sat, 8 Feb 2014 21:48:05 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343397 - head/security/sudo Message-ID: <201402082148.s18Lm5wn000553@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wxs Date: Sat Feb 8 21:48:04 2014 New Revision: 343397 URL: http://svnweb.freebsd.org/changeset/ports/343397 QAT: https://qat.redports.org/buildarchive/r343397/ Log: Update to 1.8.9p5. PR: ports/185581 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Modified: head/security/sudo/Makefile head/security/sudo/distinfo head/security/sudo/pkg-plist Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Sat Feb 8 21:46:47 2014 (r343396) +++ head/security/sudo/Makefile Sat Feb 8 21:48:04 2014 (r343397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -DISTVERSION= 1.8.8 +DISTVERSION= 1.8.9p5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SUDO} @@ -73,7 +73,6 @@ CONFIGURE_ARGS+= --with-ldap=${PREFIX} SUDO_LDAP_CONF?= ldap.conf CONFIGURE_ARGS+= --with-ldap-conf-file=${PREFIX}/etc/${SUDO_LDAP_CONF} PLIST_SUB+= LDAP="" -MAN5+= sudoers.ldap.5 .else PLIST_SUB+= LDAP="@comment " .endif Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Sat Feb 8 21:46:47 2014 (r343396) +++ head/security/sudo/distinfo Sat Feb 8 21:48:04 2014 (r343397) @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.8.tar.gz) = 9f911c1e9297fb8006deb52fa81197a8d06b9d54e70672f723c467ecae992fc9 -SIZE (sudo-1.8.8.tar.gz) = 2117145 +SHA256 (sudo-1.8.9p5.tar.gz) = bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21 +SIZE (sudo-1.8.9p5.tar.gz) = 2179066 Modified: head/security/sudo/pkg-plist ============================================================================== --- head/security/sudo/pkg-plist Sat Feb 8 21:46:47 2014 (r343396) +++ head/security/sudo/pkg-plist Sat Feb 8 21:48:04 2014 (r343397) @@ -14,6 +14,7 @@ libexec/sudo/sudoers.so libexec/sudo/system_group.so man/man5/sudo.conf.5.gz man/man5/sudoers.5.gz +%%LDAP%%man/man5/sudoers.ldap.5.gz man/man8/sudo.8.gz man/man8/sudo_plugin.8.gz man/man8/sudoedit.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402082148.s18Lm5wn000553>