diff options
author | Renato Botelho <garga@FreeBSD.org> | 2017-05-11 17:03:08 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2017-05-11 17:03:08 +0000 |
commit | ca7395b72b9e8b8d273a5af5a404ed1f72d3905c (patch) | |
tree | 835cb52b853f0a4a5fce367723cb725f503e806e /security | |
parent | 51cc59a6a8aa481be72ebb74e7989bfa9afd9259 (diff) | |
download | ports-ca7395b72b9e8b8d273a5af5a404ed1f72d3905c.tar.gz ports-ca7395b72b9e8b8d273a5af5a404ed1f72d3905c.zip |
Update security/sudo to 1.8.20
Sponsored by: Rubicon Communications (Netgate)
Notes
Notes:
svn path=/head/; revision=440636
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 2 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 | ||||
-rw-r--r-- | security/sudo/files/patch-install-sh | 10 | ||||
-rw-r--r-- | security/sudo/files/patch-lib__util__strtoid.c | 11 | ||||
-rw-r--r-- | security/sudo/files/patch-plugins__sudoers__sudoers.in | 2 | ||||
-rw-r--r-- | security/sudo/pkg-plist | 1 |
6 files changed, 11 insertions, 21 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 9ebd4955eec8..8cc27dfb2579 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.19p2 +PORTVERSION= 1.8.20 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index e7e5e307f8e4..86325695e295 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484415267 -SHA256 (sudo-1.8.19p2.tar.gz) = 237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0 -SIZE (sudo-1.8.19p2.tar.gz) = 2861855 +TIMESTAMP = 1494521789 +SHA256 (sudo-1.8.20.tar.gz) = 9e97b8da859c6cc1b5b8c31db93002b750eae16af1bbda9140f8dd85b970e0e0 +SIZE (sudo-1.8.20.tar.gz) = 2930046 diff --git a/security/sudo/files/patch-install-sh b/security/sudo/files/patch-install-sh index 935b263be5d2..99ae7ec2b5bc 100644 --- a/security/sudo/files/patch-install-sh +++ b/security/sudo/files/patch-install-sh @@ -1,4 +1,4 @@ ---- install-sh.orig 2015-07-15 18:38:05 UTC +--- install-sh.orig 2017-01-14 04:30:15 UTC +++ install-sh @@ -171,12 +171,6 @@ if ${DIRMODE} ; then if [ ! -d "${DEST}" ] ; then @@ -13,16 +13,16 @@ if ${CHMODIT} ; then ${CHMOD} "${MODE}" "${DEST}" || exit 1 fi -@@ -227,12 +221,6 @@ fi +@@ -226,12 +220,6 @@ fi + ## Strip and set the owner/mode. if ${STRIPIT} ; then ${STRIP} "${DEST}" || exit 1 - fi +-fi -if ${CHOWNIT} ; then - ${CHOWN} "${OWNER}" "${DEST}" || exit 1 -fi -if ${CHGROUPIT} ; then - ${CHGRP} "${GROUP}" "${DEST}" || exit 1 --fi + fi if ${CHMODIT} ; then ${CHMOD} "${MODE}" "${DEST}" || exit 1 - fi diff --git a/security/sudo/files/patch-lib__util__strtoid.c b/security/sudo/files/patch-lib__util__strtoid.c deleted file mode 100644 index 7a1bdd2efe6a..000000000000 --- a/security/sudo/files/patch-lib__util__strtoid.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./lib/util/strtoid.c.orig 2016-12-18 05:52:23.000000000 -0800 -+++ ./lib/util/strtoid.c 2016-12-19 13:48:01.268725000 -0800 -@@ -80,7 +80,7 @@ - } - if (errno == ERANGE) { - if (errstr != NULL) { -- if (llval == LLONG_MAX)) { -+ if (llval == LLONG_MAX) - *errstr = N_("value too large"); - else - *errstr = N_("value too small"); diff --git a/security/sudo/files/patch-plugins__sudoers__sudoers.in b/security/sudo/files/patch-plugins__sudoers__sudoers.in index d98171752380..75f944052939 100644 --- a/security/sudo/files/patch-plugins__sudoers__sudoers.in +++ b/security/sudo/files/patch-plugins__sudoers__sudoers.in @@ -1,4 +1,4 @@ ---- plugins/sudoers/sudoers.in.orig 2015-07-15 18:44:07 UTC +--- plugins/sudoers/sudoers.in.orig 2017-01-14 04:30:15 UTC +++ plugins/sudoers/sudoers.in @@ -32,6 +32,14 @@ ## diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index 01cd03ed903b..32288e7b0819 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -1,6 +1,7 @@ bin/sudo bin/sudoedit bin/sudoreplay +etc/sudoers.dist @sample etc/sudoers.sample @sample etc/pam.d/sudo.default etc/pam.d/sudo include/sudo_plugin.h |