summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2016-03-18 12:15:26 +0000
committergarga <garga@FreeBSD.org>2016-03-18 12:15:26 +0000
commitded69e207233140c4cd9fe9ace25182ca3e6c481 (patch)
treee329f4440e56ce8b0bc99179dd4e3c19c4c2bb51
parent3182c68c56da7ea9cacfaed54b0c49a749de09a9 (diff)
downloadFreeBSD-ports-ded69e207233140c4cd9fe9ace25182ca3e6c481.zip
FreeBSD-ports-ded69e207233140c4cd9fe9ace25182ca3e6c481.tar.gz
- 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)
-rw-r--r--security/sudo/Makefile2
-rw-r--r--security/sudo/distinfo4
-rw-r--r--security/sudo/pkg-plist5
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
OpenPOWER on IntegriCloud