aboutsummaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-09-21 17:16:29 +0000
committerCy Schubert <cy@FreeBSD.org>2021-09-30 13:51:29 +0000
commit3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b (patch)
tree9a6c35667ae03b4bf6f21569f6047fbb2b4414d4 /security/sudo
parente45e4ea93d95fabd0158c8034b6fdfeb6d5cf365 (diff)
downloadports-3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b.tar.gz
ports-3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b.zip
security/sudo: Update to 1.9.8p2
Major changes between sudo 1.9.8p2 and 1.9.8p1: * Fixed a potential out-of-bounds read with "sudo -i" when the target user's shell is bash. This is a regression introduced in sudo 1.9.8. Bug #998. * sudo_logsrvd now only sends a log ID for first command of a session. There is no need to send the log ID for each sub-command. * Fixed a few minor memory leaks in intercept mode. * Fixed a problem with sudo_logsrvd in relay mode if "store_first" was enabled when handling sub-commands. A new zero-length journal file was created for each sub-command instead of simply using the existing journal file. PR: 258666 Submitted by: cy Reported by: cy Approved by: garga (maintainer) MFH: 2021Q3
Diffstat (limited to 'security/sudo')
-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 c36aea0302e5..b4daba650949 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,7 +1,7 @@
# Created by: erich@rrnet.com
PORTNAME= sudo
-PORTVERSION= 1.9.8p1
+PORTVERSION= 1.9.8p2
CATEGORIES= security
MASTER_SITES= SUDO
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index c1cb8d86871e..bd79984a0608 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631825413
-SHA256 (sudo-1.9.8p1.tar.gz) = 0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69
-SIZE (sudo-1.9.8p1.tar.gz) = 4302104
+TIMESTAMP = 1632243869
+SHA256 (sudo-1.9.8p2.tar.gz) = 9e3b8b8da7def43b6e60c257abe80467205670fd0f7c081de1423c414b680f2d
+SIZE (sudo-1.9.8p2.tar.gz) = 4302256