aboutsummaryrefslogtreecommitdiff
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 14:00:00 +0000
commit1188e2186717b6b121913969e5fdbbeb9d0fc092 (patch)
tree22943241e15b42ab0a58c063f2595c108b797fb2
parent5815766ccf2b3110ab88b174425da85a77aa814e (diff)
downloadports-1188e2186717b6b121913969e5fdbbeb9d0fc092.tar.gz
ports-1188e2186717b6b121913969e5fdbbeb9d0fc092.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) (cherry picked from commit 3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b)
-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