Date: Wed, 8 Jan 2014 22:26:15 +0900 (JST) From: Yasuhiro KIMURA <yasu@utahime.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/185581: [PATCH] security/sudo: update to 1.8.9p1. Message-ID: <20140108132615.939C4188AAD@rolling-vm-freebsd2.home.utahime.org> Resent-Message-ID: <201401081330.s08DU0P0079580@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185581 >Category: ports >Synopsis: [PATCH] security/sudo: update to 1.8.9p1. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 08 13:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 10.0-RC5 amd64 >Organization: >Environment: System: FreeBSD xxxx 10.0-RC5 FreeBSD 10.0-RC5 #0 r260441: Wed Jan 8 16:36:49 JST 2014 xxxx amd64 >Description: - Update to 1.8.9p1. - Fix fatal error of portlint about handling of sudoers.ldap.5. >How-To-Repeat: >Fix: --- patch-sudo begins here --- Index: Makefile =================================================================== --- Makefile (revision 339114) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -DISTVERSION= 1.8.8 +DISTVERSION= 1.8.9p1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SUDO} @@ -73,7 +73,6 @@ 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 Index: distinfo =================================================================== --- distinfo (revision 339114) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.8.tar.gz) = 9f911c1e9297fb8006deb52fa81197a8d06b9d54e70672f723c467ecae992fc9 -SIZE (sudo-1.8.8.tar.gz) = 2117145 +SHA256 (sudo-1.8.9p1.tar.gz) = c22089aa1023233bf27808e8f7611b6b4c4fec2d151616179e1898876703cd51 +SIZE (sudo-1.8.9p1.tar.gz) = 2169497 Index: pkg-plist =================================================================== --- pkg-plist (revision 339114) +++ pkg-plist (working copy) @@ -14,6 +14,7 @@ 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 --- patch-sudo ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140108132615.939C4188AAD>