diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2013-06-28 00:58:49 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2013-06-28 00:58:49 +0000 |
commit | 0c40c664edac059752a9d01c3bdbf4f22f438f07 (patch) | |
tree | a07cf421c757b2934f2a109fdf5157b4089cb364 | |
parent | 04d5039845cfb37cf4ae45fd328229d7864ba1a4 (diff) | |
download | ports-0c40c664edac059752a9d01c3bdbf4f22f438f07.tar.gz ports-0c40c664edac059752a9d01c3bdbf4f22f438f07.zip |
Notes
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 | ||||
-rw-r--r-- | security/sudo/pkg-plist | 12 |
3 files changed, 14 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 9e1022f83814..3841f6993439 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -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 diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 645ba0f99678..c6ec0fe979ee 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -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 diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index 070c41aaabaa..f8923aa7c262 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -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 |