git: 3c5b4dac33fa - main - security/sudo: Update to 1.9.8p2
Cy Schubert
cy at FreeBSD.org
Thu Sep 30 13:51:53 UTC 2021
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b
commit 3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b
Author: Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-09-21 17:16:29 +0000
Commit: Cy Schubert <cy at FreeBSD.org>
CommitDate: 2021-09-30 13:51:29 +0000
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
---
security/sudo/Makefile | 2 +-
security/sudo/distinfo | 6 +++---
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 at 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
More information about the dev-commits-ports-all
mailing list