svn commit: r542884 - branches/2020Q3/security/sudo

Cy Schubert cy at FreeBSD.org
Wed Jul 22 18:23:06 UTC 2020


Author: cy
Date: Wed Jul 22 18:23:05 2020
New Revision: 542884
URL: https://svnweb.freebsd.org/changeset/ports/542884

Log:
  MFH: r542878
  
  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
  Approved by:	portmgr (joneum)
  Obtained from:	sudo-announce mailing list

Modified:
  branches/2020Q3/security/sudo/Makefile
  branches/2020Q3/security/sudo/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/security/sudo/Makefile
==============================================================================
--- branches/2020Q3/security/sudo/Makefile	Wed Jul 22 17:39:15 2020	(r542883)
+++ branches/2020Q3/security/sudo/Makefile	Wed Jul 22 18:23:05 2020	(r542884)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sudo
-PORTVERSION=	1.9.1
+PORTVERSION=	1.9.2
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 

Modified: branches/2020Q3/security/sudo/distinfo
==============================================================================
--- branches/2020Q3/security/sudo/distinfo	Wed Jul 22 17:39:15 2020	(r542883)
+++ branches/2020Q3/security/sudo/distinfo	Wed Jul 22 18:23:05 2020	(r542884)
@@ -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


More information about the svn-ports-all mailing list