Skip to content

Commit

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

 * Fixed evaluation of the "lecture", "listpw", "verifypw", and
   "fdexec" sudoers Defaults settings when used without an explicit
   value.  Previously, if specified without a value they were
   evaluated as boolean "false", even when the negation operator
   ('!') was not present.

 * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP
   netgroup queries using the NETGROUP_BASE setting from being
   performed.

 * Sudo will now transparently rename a user's lecture file from
   the older name-based path to the newer user-ID-based path.
   GitHub issue #342.

 * Fixed a bug introduced in sudo 1.9.15 that could cause a memory
   allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails.  Bug #1066.

PR:		276032
Approved by:	garga (maintainer)
MFH:		2024Q1
  • Loading branch information
cschuber committed Jan 2, 2024
1 parent 632efb3 commit 82e608c
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.15p4
PORTVERSION= 1.9.15p5
CATEGORIES= security
MASTER_SITES= SUDO

Expand Down
6 changes: 3 additions & 3 deletions security/sudo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1702700691
SHA256 (sudo-1.9.15p4.tar.gz) = 2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532
SIZE (sudo-1.9.15p4.tar.gz) = 5304804
TIMESTAMP = 1704004530
SHA256 (sudo-1.9.15p5.tar.gz) = 558d10b9a1991fb3b9fa7fa7b07ec4405b7aefb5b3cb0b0871dbc81e3a88e558
SIZE (sudo-1.9.15p5.tar.gz) = 5306611

0 comments on commit 82e608c

Please sign in to comment.