- Update to 1.8.9p1. - Fix fatal error of portlint about handling of sudoers.ldap.5.
Responsible Changed From-To: freebsd-ports-bugs->wxs Over to maintainer (via the GNATS Auto Assign Tool)
Newer version 1.8.9p4 is released. So please commit attached patch instead of original one. Regards.
Newer version 1.8.9p5 is released. So please commit attached patch instead of previous ones. Regards.
Hello, Would you please commit this PR? Best Regards. --- Yasuhiro KIMURA
State Changed From-To: open->closed Committed. Thanks!
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"