Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 16:14:02 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187567: [PATCH] security/sudo: update to 1.8.10p1
Message-ID:  <20140314071402.757527591F@eastasia.home.utahime.org>
Resent-Message-ID: <201403140720.s2E7K0b8065126@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140314071402.757527591F>