From ded69e207233140c4cd9fe9ace25182ca3e6c481 Mon Sep 17 00:00:00 2001 From: garga Date: Fri, 18 Mar 2016 12:15:26 +0000 Subject: - Update security/sudo to 1.8.16 [1] - Pet portlint using (pre|post)[un]exec items in plist PR: 208111 [1] Submitted by: cy [1] Sponsored by: Rubicon Communications (Netgate) --- security/sudo/Makefile | 2 +- security/sudo/distinfo | 4 ++-- security/sudo/pkg-plist | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index ead65e9..4d3b994 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.15 +PORTVERSION= 1.8.16 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index db20ac3..304ccf2 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.15.tar.gz) = 4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308 -SIZE (sudo-1.8.15.tar.gz) = 2660128 +SHA256 (sudo-1.8.16.tar.gz) = 2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d +SIZE (sudo-1.8.16.tar.gz) = 2707358 diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index 000ae60..f65f9c4 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -2,9 +2,9 @@ bin/sudo bin/sudoedit bin/sudoreplay @sample etc/sudoers.sample -@unexec if cmp -s %D/etc/pam.d/sudo.default %D/etc/pam.d/sudo; then rm -f %D/etc/pam.d/sudo ; fi +@preunexec if cmp -s %D/etc/pam.d/sudo.default %D/etc/pam.d/sudo; then rm -f %D/etc/pam.d/sudo ; fi etc/pam.d/sudo.default -@exec if [ ! -f %D/etc/pam.d/sudo ] ; then cp -p %D/%F %B/sudo; fi +@postexec if [ ! -f %D/etc/pam.d/sudo ] ; then cp -p %D/%F %B/sudo; fi include/sudo_plugin.h libexec/sudo/group_file.so libexec/sudo/libsudo_util.so @@ -60,6 +60,7 @@ sbin/visudo %%NLS%%share/locale/gl/LC_MESSAGES/sudo.mo %%NLS%%share/locale/hr/LC_MESSAGES/sudo.mo %%NLS%%share/locale/hr/LC_MESSAGES/sudoers.mo +%%NLS%%share/locale/hu/LC_MESSAGES/sudo.mo %%NLS%%share/locale/hu/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/it/LC_MESSAGES/sudo.mo %%NLS%%share/locale/it/LC_MESSAGES/sudoers.mo -- cgit v1.1