aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-07-22 18:23:05 +0000
committerCy Schubert <cy@FreeBSD.org>2020-07-22 18:23:05 +0000
commit58a6aae4112d5d8262862e98f46570d8d346af9a (patch)
tree966486be4e3b0faf3e67d6ff850e84813b076048 /security
parentf8e8461e5f38b80312d3c5e16c55f7c4949ae024 (diff)
downloadports-58a6aae4112d5d8262862e98f46570d8d346af9a.tar.gz
ports-58a6aae4112d5d8262862e98f46570d8d346af9a.zip
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
Notes
Notes: svn path=/branches/2020Q3/; revision=542884
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile2
-rw-r--r--security/sudo/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 5e4e857affab..80c740e4bc81 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sudo
-PORTVERSION= 1.9.1
+PORTVERSION= 1.9.2
CATEGORIES= security
MASTER_SITES= SUDO
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index f7500ab3b399..ed99cf661de5 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -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