Skip to content

Commit

Permalink
security/sudo: Update to 1.9.15p3
Browse files Browse the repository at this point in the history
Major changes between sudo 1.9.15p3 and 1.9.15p2:

 * Always disable core dumps when sudo sends itself a fatal signal.
   Fixes a problem where sudo could potentially dump core dump when
   it re-sends the fatal signal to itself.  This is only an issue
   if the command received a signal that would normally result in
   a core dump but the command did not actually dump core.

 * Fixed a bug matching a command with a relative path name when
   the sudoers rule uses shell globbing rules for the path name.
   Bug #1062.

 * Permit visudo to be run even if the local host name is not set.
   GitHub issue #332.

 * Fixed an editing error introduced in sudo 1.9.15 that could
   prevent sudoreplay from replaying sessions correctly.
   GitHub issue #334.

 * Fixed a bug introduced in sudo 1.9.15 where "sudo -l > /dev/null"
   could hang on Linux systems.  GitHub issue #335.

 * Fixed a bug introduced in sudo 1.9.15 where Solaris privileges
   specified in sudoers were not applied to the command being run.

PR:		275754
Approved by:	garga (maintainer)
MFH:		2023Q4
  • Loading branch information
cschuber committed Dec 14, 2023
1 parent d23d624 commit 003e8e2
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,5 +1,5 @@
PORTNAME= sudo
PORTVERSION= 1.9.15p2
PORTVERSION= 1.9.15p3
CATEGORIES= security
MASTER_SITES= SUDO

Expand Down
6 changes: 3 additions & 3 deletions security/sudo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699552724
SHA256 (sudo-1.9.15p2.tar.gz) = 199c0cdbfa7efcfffa9c88684a8e2fb206a62b70a316507e4a91c89c873bbcc8
SIZE (sudo-1.9.15p2.tar.gz) = 5303642
TIMESTAMP = 1702507710
SHA256 (sudo-1.9.15p3.tar.gz) = 78c87a1ccec42f7a095002fe2b1478a5106036359e362b867534a8e0056a0494
SIZE (sudo-1.9.15p3.tar.gz) = 5305025

0 comments on commit 003e8e2

Please sign in to comment.