1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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)
This commit is contained in:
Cy Schubert 2020-07-22 17:17:21 +00:00
parent 705ef39311
commit 67dc433548
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542878
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sudo
PORTVERSION= 1.9.1
PORTVERSION= 1.9.2
CATEGORIES= security
MASTER_SITES= SUDO

View File

@ -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