Date: Fri, 18 Mar 2016 12:15:26 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411346 - head/security/sudo Message-ID: <201603181215.u2ICFQli024654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Fri Mar 18 12:15:26 2016 New Revision: 411346 URL: https://svnweb.freebsd.org/changeset/ports/411346 Log: - 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) Modified: head/security/sudo/Makefile head/security/sudo/distinfo head/security/sudo/pkg-plist Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Fri Mar 18 12:04:32 2016 (r411345) +++ head/security/sudo/Makefile Fri Mar 18 12:15:26 2016 (r411346) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.15 +PORTVERSION= 1.8.16 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Fri Mar 18 12:04:32 2016 (r411345) +++ head/security/sudo/distinfo Fri Mar 18 12:15:26 2016 (r411346) @@ -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 Modified: head/security/sudo/pkg-plist ============================================================================== --- head/security/sudo/pkg-plist Fri Mar 18 12:04:32 2016 (r411345) +++ head/security/sudo/pkg-plist Fri Mar 18 12:15:26 2016 (r411346) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603181215.u2ICFQli024654>