Skip to content

Commit 8b42008

Browse files
committed
security/sudo: Update to 1.9.16p1
Major changes between sudo 1.9.16p1 and 1.9.16: * Fixed the test for cross-compiling when checking for C99 snprintf(). The changes made to the test in sudo 1.9.16 resulted in a different problem. GitHub issue freebsd#386. * Fixed the date used by the exit record in sudo-format log files. This was a regression introduced in sudo 1.9.16 and only affected file-based logs, not syslog. GitHub issue freebsd#405. * Fixed the root cause of the "unable to find terminal name for device" message when running sudo on AIX when no terminal is present. In sudo 1.9.16 this was turned from a debug message into a warning. GitHub issue freebsd#408. * When a duplicate alias is found in the sudoers file, the warning message now includes the file and line number of the previous definition. * Added support for the --with-secure-path-value=no configure option to allow packagers to ship the default sudoers file with the secure path line commented out. * Sudo no longer sends mail when a user runs "sudo -nv" or "sudo -nl", even if "mail_badpass" or "mail_always" are set. Sudo already avoids logging to a file or syslog in this case. Bug #1072. PR: 282720 Approved by: garga (maintainer) MFH: 2024Q4 (cherry picked from commit 26f5b17)
1 parent 7c9a68e commit 8b42008

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

security/sudo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= sudo
2-
PORTVERSION= 1.9.16
2+
PORTVERSION= 1.9.16p1
33
CATEGORIES= security
44
MASTER_SITES= SUDO
55

security/sudo/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1726005629
2-
SHA256 (sudo-1.9.16.tar.gz) = c0d84d797f06b732fc573d0b798ae83128c2bc33052057f05b560ec6bcbfa03d
3-
SIZE (sudo-1.9.16.tar.gz) = 5392026
1+
TIMESTAMP = 1731468346
2+
SHA256 (sudo-1.9.16p1.tar.gz) = 404994e23ae8bcf4be59ed6fd3759ad70a8cefa9bcf71640b33f176afec243b0
3+
SIZE (sudo-1.9.16p1.tar.gz) = 5396038

0 commit comments

Comments
 (0)