From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 14 07:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34FE43E2 for ; Fri, 14 Mar 2014 07:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 125CBC1F for ; Fri, 14 Mar 2014 07:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2E7K0Yn065127 for ; Fri, 14 Mar 2014 07:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2E7K0b8065126; Fri, 14 Mar 2014 07:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 14 Mar 2014 07:20:00 GMT Resent-Message-Id: <201403140720.s2E7K0b8065126@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3F45266 for ; Fri, 14 Mar 2014 07:14:10 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id C4B2BBDA for ; Fri, 14 Mar 2014 07:14:10 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 09C414E641; Fri, 14 Mar 2014 16:14:03 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id C5A7675921; Fri, 14 Mar 2014 16:14:02 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 757527591F; Fri, 14 Mar 2014 16:14:02 +0900 (JST) Message-Id: <20140314071402.757527591F@eastasia.home.utahime.org> Date: Fri, 14 Mar 2014 16:14:02 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187567: [PATCH] security/sudo: update to 1.8.10p1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 07:20:01 -0000 >Number: 187567 >Category: ports >Synopsis: [PATCH] security/sudo: update to 1.8.10p1 >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: Fri Mar 14 07:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD xxxx 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260673: Thu Jan 23 22:36:39 JST 2014 xxxx amd64 >Description: - Update to 1.8.10p1. - String binaries. >How-To-Repeat: >Fix: --- patch-sudo begins here --- Index: Makefile =================================================================== --- Makefile (revision 348148) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -DISTVERSION= 1.8.9p5 +DISTVERSION= 1.8.10p1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SUDO} @@ -88,5 +88,10 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/sudo.default ${TOUCH} ${STAGEDIR}${PREFIX}/etc/sudoers.d/.keep-me + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sudoreplay + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/visudo +.for f in group_file.so sudoers.so system_group.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/sudo/${f} +.endfor .include Index: distinfo =================================================================== --- distinfo (revision 348148) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.9p5.tar.gz) = bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21 -SIZE (sudo-1.8.9p5.tar.gz) = 2179066 +SHA256 (sudo-1.8.10p1.tar.gz) = bc0426b315c6e9d470b6fdb8d6afa6d924332c1ad24c8303f6b52e81fa1f32fb +SIZE (sudo-1.8.10p1.tar.gz) = 2260994 Index: pkg-plist =================================================================== --- pkg-plist (revision 348148) +++ pkg-plist (working copy) @@ -38,7 +38,9 @@ %%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.OpenLDAP %%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.iPlanet %%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.ActiveDirectory +%%NLS%%share/locale/ca/LC_MESSAGES/sudo.mo %%NLS%%share/locale/cs/LC_MESSAGES/sudo.mo +%%NLS%%share/locale/cs/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/da/LC_MESSAGES/sudo.mo %%NLS%%share/locale/da/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/de/LC_MESSAGES/sudo.mo @@ -69,6 +71,7 @@ %%NLS%%share/locale/sl/LC_MESSAGES/sudo.mo %%NLS%%share/locale/sl/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/sr/LC_MESSAGES/sudo.mo +%%NLS%%share/locale/sr/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/sv/LC_MESSAGES/sudo.mo %%NLS%%share/locale/sv/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/tr/LC_MESSAGES/sudo.mo @@ -85,4 +88,5 @@ @dirrmtry etc/sudoers.d @cwd / @dirrmtry /var/db/sudo +@dirrmtry /var/run/sudo @cwd --- patch-sudo ends here --- >Release-Note: >Audit-Trail: >Unformatted: