diff options
author | wxs <wxs@FreeBSD.org> | 2014-02-09 05:48:04 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2014-02-09 05:48:04 +0800 |
commit | be2d89ddab544fe746f7b6861278cd45c978c724 (patch) | |
tree | 6476e42048d8721627dd250fc99462b05b606484 /security | |
parent | b3c614863854a22fa7ceadfdcd20fb655b81a085 (diff) | |
download | freebsd-ports-gnome-be2d89ddab544fe746f7b6861278cd45c978c724.tar.gz freebsd-ports-gnome-be2d89ddab544fe746f7b6861278cd45c978c724.tar.zst freebsd-ports-gnome-be2d89ddab544fe746f7b6861278cd45c978c724.zip |
Update to 1.8.9p5.
PR: ports/185581
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 3 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 | ||||
-rw-r--r-- | security/sudo/pkg-plist | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 4ee9d45f7cee..ee89207f9d4a 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -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 diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 0661a91bb1e5..563c38efb344 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -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 diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index 57027f90c154..5bf2b12904f6 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -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 |