Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 00:58:49 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321914 - head/security/sudo
Message-ID:  <201306280058.r5S0wnUU044851@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wxs
Date: Fri Jun 28 00:58:49 2013
New Revision: 321914
URL: http://svnweb.freebsd.org/changeset/ports/321914

Log:
  Update to 1.8.7.

Modified:
  head/security/sudo/Makefile
  head/security/sudo/distinfo
  head/security/sudo/pkg-plist

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Fri Jun 28 00:02:47 2013	(r321913)
+++ head/security/sudo/Makefile	Fri Jun 28 00:58:49 2013	(r321914)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sudo
-DISTVERSION=	1.8.6p8
+DISTVERSION=	1.8.7
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SUDO}
 
@@ -101,7 +101,7 @@ CONFIGURE_ARGS+=	--with-opie
 CONFIGURE_ARGS+=	--with-pam
 .endif
 
-MAN5+=		sudoers.5
+MAN5+=		sudoers.5 sudo.conf.5
 MAN8=		sudo.8 visudo.8 sudoreplay.8 sudo_plugin.8
 MLINKS=		sudo.8 sudoedit.8
 

Modified: head/security/sudo/distinfo
==============================================================================
--- head/security/sudo/distinfo	Fri Jun 28 00:02:47 2013	(r321913)
+++ head/security/sudo/distinfo	Fri Jun 28 00:58:49 2013	(r321914)
@@ -1,2 +1,2 @@
-SHA256 (sudo-1.8.6p8.tar.gz) = c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625
-SIZE (sudo-1.8.6p8.tar.gz) = 1858612
+SHA256 (sudo-1.8.7.tar.gz) = 39626cf3d48c4fd5a9139a2627d42bfefac7ce47f470bdba3aeb4e3d7c49566a
+SIZE (sudo-1.8.7.tar.gz) = 2027065

Modified: head/security/sudo/pkg-plist
==============================================================================
--- head/security/sudo/pkg-plist	Fri Jun 28 00:02:47 2013	(r321913)
+++ head/security/sudo/pkg-plist	Fri Jun 28 00:58:49 2013	(r321914)
@@ -8,8 +8,10 @@ etc/sudoers.sample
 etc/pam.d/sudo.default
 @exec if [ ! -f %D/etc/pam.d/sudo ] ; then cp -p %D/%F %B/sudo; fi
 include/sudo_plugin.h
-libexec/sudo_noexec.so
-libexec/sudoers.so
+libexec/sudo/group_file.so
+libexec/sudo/sudo_noexec.so
+libexec/sudo/sudoers.so
+libexec/sudo/system_group.so
 sbin/visudo
 %%LDAP%%bin/sudoers2ldif
 %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS
@@ -31,6 +33,7 @@ sbin/visudo
 %%NLS%%share/locale/da/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/da/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/de/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/de/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/eo/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/eo/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/es/LC_MESSAGES/sudo.mo
@@ -46,6 +49,8 @@ sbin/visudo
 %%NLS%%share/locale/ja/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/lt/LC_MESSAGES/sudoers.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/sudo.mo
@@ -54,6 +59,8 @@ sbin/visudo
 %%NLS%%share/locale/sr/LC_MESSAGES/sudo.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
+%%NLS%%share/locale/tr/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/sudo.mo
@@ -62,4 +69,5 @@ sbin/visudo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudoers.mo
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 etc/sudoers.d/.keep-me
+@dirrm libexec/sudo
 @dirrmtry etc/sudoers.d



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