diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-12-16 04:26:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-12-19 00:25:52 +0000 |
commit | fb89252c2f3e07499ec865910e9c6645e5f1a13d (patch) | |
tree | 4ac014e61085cd02c1e5f4ae90041a4e31a5b36d | |
parent | e5aafe137614bf493949f57d09d41b88ae06f454 (diff) | |
download | ports-fb89252c2f3e07499ec865910e9c6645e5f1a13d.tar.gz ports-fb89252c2f3e07499ec865910e9c6645e5f1a13d.zip |
security/sudo: Update to 1.9.15p4
Major changes between sudo 1.9.15p4 and 1.9.15p3:
* Fixed a bug introduced in sudo 1.9.15 that could prevent a user's
privileges from being listed by "sudo -l" if the sudoers entry
in /etc/nsswitch.conf contains "[SUCCESS=return]". This did not
affect the ability to run commands via sudo. Bug #1063.
PR: 275788
Approved by: garga (maintainer)
MFH: 2023Q4
-rw-r--r-- | security/sudo/Makefile | 2 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index e0d740576f19..73612e6d45fa 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.15p3 +PORTVERSION= 1.9.15p4 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index fd22d2d73ad8..ce57a4e0c28e 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702507710 -SHA256 (sudo-1.9.15p3.tar.gz) = 78c87a1ccec42f7a095002fe2b1478a5106036359e362b867534a8e0056a0494 -SIZE (sudo-1.9.15p3.tar.gz) = 5305025 +TIMESTAMP = 1702700691 +SHA256 (sudo-1.9.15p4.tar.gz) = 2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532 +SIZE (sudo-1.9.15p4.tar.gz) = 5304804 |