Date: Thu, 14 Dec 2023 13:55:43 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 003e8e2292ca - main - security/sudo: Update to 1.9.15p3 Message-ID: <202312141355.3BEDthPL095433@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=003e8e2292ca05aadc4c4f03b82207337e644e15 commit 003e8e2292ca05aadc4c4f03b82207337e644e15 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-12-13 22:50:25 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-12-14 13:53:26 +0000 security/sudo: Update to 1.9.15p3 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 --- 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 97f49064c201..e0d740576f19 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.15p2 +PORTVERSION= 1.9.15p3 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index cd9e15ca1795..fd22d2d73ad8 100644 --- a/security/sudo/distinfo +++ b/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312141355.3BEDthPL095433>