diff options
author | garga <garga@FreeBSD.org> | 2016-03-18 20:15:26 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2016-03-18 20:15:26 +0800 |
commit | ded69e207233140c4cd9fe9ace25182ca3e6c481 (patch) | |
tree | e329f4440e56ce8b0bc99179dd4e3c19c4c2bb51 /security | |
parent | 3182c68c56da7ea9cacfaed54b0c49a749de09a9 (diff) | |
download | freebsd-ports-gnome-ded69e207233140c4cd9fe9ace25182ca3e6c481.tar.gz freebsd-ports-gnome-ded69e207233140c4cd9fe9ace25182ca3e6c481.tar.zst freebsd-ports-gnome-ded69e207233140c4cd9fe9ace25182ca3e6c481.zip |
- 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)
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 2 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 | ||||
-rw-r--r-- | security/sudo/pkg-plist | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index ead65e9a414d..4d3b9944a423 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 db20ac3d32c7..304ccf290ba3 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 000ae600e9e5..f65f9c434d89 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 |