Skip to content

Commit

Permalink
security/sudo: Update to 1.9.8p2
Browse files Browse the repository at this point in the history
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 3c5b4da)
  • Loading branch information
cschuber committed Sep 30, 2021
1 parent 5815766 commit 1188e21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 1188e21

Please sign in to comment.