From owner-svn-ports-branches@freebsd.org Mon Jan 14 13:15:18 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92A35149FCD3; Mon, 14 Jan 2019 13:15:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38BC3882EB; Mon, 14 Jan 2019 13:15:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C98613386; Mon, 14 Jan 2019 13:15:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0EDFH7X050109; Mon, 14 Jan 2019 13:15:17 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0EDFHiv050107; Mon, 14 Jan 2019 13:15:17 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201901141315.x0EDFHiv050107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 14 Jan 2019 13:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r490253 - branches/2019Q1/security/sudo X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: branches/2019Q1/security/sudo X-SVN-Commit-Revision: 490253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 38BC3882EB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 13:15:18 -0000 Author: cy Date: Mon Jan 14 13:15:17 2019 New Revision: 490253 URL: https://svnweb.freebsd.org/changeset/ports/490253 Log: MFH: r490251 Update 1.8.26 --> 1.8.27 Notable changes: * Fixes and clarifications to the sudo plugin documentation. * The sudo manuals no longer require extensive post-processing to hide system-specific features. Conditionals in the roff source are now used instead. This fixes corruption of the sudo manual on systems without BSD login classes. Bug #861. * If an I/O logging plugin is configured but the plugin does not actually log any I/O, sudo will no longer force the command to be run in a pseudo-tty. * The fix for bug #843 in sudo 1.8.24 was incomplete. If the user's password was expired or needed to be updated, but no sudo password was required, the PAM handle was freed too early, resulting in a failure when processing PAM session modules. * In visudo, it is now possible to specify the path to sudoers without using the -f option. Bug #864. * Fixed a bug introduced in sudo 1.8.22 where the utmp (or utmpx) file would not be updated when a command was run in a pseudo-tty. Bug #865. * Sudo now sets the silent flag when opening the PAM session except when running a shell via "sudo -s" or "sudo -i". This prevents the pam_lastlog module from printing the last login information for each sudo command. Bug #867. PR: 234904 Submitted by: cy@ Approved by: garga@ (maintainer) Approved by: portmgr (miwi@) Modified: branches/2019Q1/security/sudo/Makefile branches/2019Q1/security/sudo/distinfo Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/security/sudo/Makefile ============================================================================== --- branches/2019Q1/security/sudo/Makefile Mon Jan 14 13:02:57 2019 (r490252) +++ branches/2019Q1/security/sudo/Makefile Mon Jan 14 13:15:17 2019 (r490253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.26 +PORTVERSION= 1.8.27 CATEGORIES= security MASTER_SITES= SUDO Modified: branches/2019Q1/security/sudo/distinfo ============================================================================== --- branches/2019Q1/security/sudo/distinfo Mon Jan 14 13:02:57 2019 (r490252) +++ branches/2019Q1/security/sudo/distinfo Mon Jan 14 13:15:17 2019 (r490253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542196166 -SHA256 (sudo-1.8.26.tar.gz) = 40da219a6f0341ccb22d04a98988e27f09b831d2561b14c6154067a49ef3fee2 -SIZE (sudo-1.8.26.tar.gz) = 3286368 +TIMESTAMP = 1547316859 +SHA256 (sudo-1.8.27.tar.gz) = 7beb68b94471ef56d8a1036dbcdc09a7b58a949a68ffce48b83f837dd33e2ec0 +SIZE (sudo-1.8.27.tar.gz) = 3293178