Date: Wed, 22 Jul 2020 17:17:21 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542878 - head/security/sudo Message-ID: <202007221717.06MHHLGg020569@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Jul 22 17:17:21 2020 New Revision: 542878 URL: https://svnweb.freebsd.org/changeset/ports/542878 Log: Update 1.9.1 --> 1.9.2 Major changes between sudo 1.9.2 and 1.9.1 * The configure script now uses pkg-config to find the openssl cflags and libs where possible. * The contents of the log.json I/O log file is now documented in the sudoers manual. * The sudoers plugin now properly exports the sudoers_audit symbol on systems where the compiler lacks symbol visibility controls. This caused a regression in 1.9.1 where a successful sudo command was not logged due to the missing audit plugin. Bug #931. * Fixed a regression introduced in 1.9.1 that can result in crash when there is a syntax error in the sudoers file. Bug #934. PR: 248179 Submitted by: cy Reported by: cy Approved by: garga Obtained from: sudo-announce mailing list MFH: 2020Q3 (because of regression fix) Modified: head/security/sudo/Makefile (contents, props changed) head/security/sudo/distinfo (contents, props changed) Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Wed Jul 22 17:17:01 2020 (r542877) +++ head/security/sudo/Makefile Wed Jul 22 17:17:21 2020 (r542878) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Wed Jul 22 17:17:01 2020 (r542877) +++ head/security/sudo/distinfo Wed Jul 22 17:17:21 2020 (r542878) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592528955 -SHA256 (sudo-1.9.1.tar.gz) = 294116cefe10a02773917fc7440d8384b925955bc96a6e0eaa1977c83b34adff -SIZE (sudo-1.9.1.tar.gz) = 3834744 +TIMESTAMP = 1595434041 +SHA256 (sudo-1.9.2.tar.gz) = 7c98d201f181c47152711b9f391e0f6b5545f3ef8926298a3e8bc6288e118314 +SIZE (sudo-1.9.2.tar.gz) = 3890859
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007221717.06MHHLGg020569>