Date: Thu, 11 May 2017 17:03:08 +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: r440636 - in head/security/sudo: . files Message-ID: <201705111703.v4BH38Nm035534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Thu May 11 17:03:08 2017 New Revision: 440636 URL: https://svnweb.freebsd.org/changeset/ports/440636 Log: Update security/sudo to 1.8.20 Sponsored by: Rubicon Communications (Netgate) Deleted: head/security/sudo/files/patch-lib__util__strtoid.c Modified: head/security/sudo/Makefile head/security/sudo/distinfo head/security/sudo/files/patch-install-sh head/security/sudo/files/patch-plugins__sudoers__sudoers.in head/security/sudo/pkg-plist Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Thu May 11 16:59:56 2017 (r440635) +++ head/security/sudo/Makefile Thu May 11 17:03:08 2017 (r440636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.19p2 +PORTVERSION= 1.8.20 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Thu May 11 16:59:56 2017 (r440635) +++ head/security/sudo/distinfo Thu May 11 17:03:08 2017 (r440636) @@ -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 Modified: head/security/sudo/files/patch-install-sh ============================================================================== --- head/security/sudo/files/patch-install-sh Thu May 11 16:59:56 2017 (r440635) +++ head/security/sudo/files/patch-install-sh Thu May 11 17:03:08 2017 (r440636) @@ -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 Modified: head/security/sudo/files/patch-plugins__sudoers__sudoers.in ============================================================================== --- head/security/sudo/files/patch-plugins__sudoers__sudoers.in Thu May 11 16:59:56 2017 (r440635) +++ head/security/sudo/files/patch-plugins__sudoers__sudoers.in Thu May 11 17:03:08 2017 (r440636) @@ -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 @@ ## Modified: head/security/sudo/pkg-plist ============================================================================== --- head/security/sudo/pkg-plist Thu May 11 16:59:56 2017 (r440635) +++ head/security/sudo/pkg-plist Thu May 11 17:03:08 2017 (r440636) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705111703.v4BH38Nm035534>