aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-12-13 22:50:25 +0000
committerCy Schubert <cy@FreeBSD.org>2023-12-14 13:53:26 +0000
commit003e8e2292ca05aadc4c4f03b82207337e644e15 (patch)
tree98ac718ef90a31d346ec26c13dcfb10570a13a63
parentd23d6241b239651ad5b22db970a6c09e819a2d9c (diff)
downloadports-003e8e2292ca05aadc4c4f03b82207337e644e15.tar.gz
ports-003e8e2292ca05aadc4c4f03b82207337e644e15.zip
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
-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 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