aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-12-31 06:37:02 +0000
committerCy Schubert <cy@FreeBSD.org>2024-01-02 14:17:41 +0000
commit82e608cff927ada64efd454cfc53cd21df105cc9 (patch)
treedbb45cb0d0fd918ec20b8e96030c8c63919aa1fc
parent632efb35cdaf9edf51c5c1730fb3b2717d3ef69a (diff)
downloadports-82e608cff927ada64efd454cfc53cd21df105cc9.tar.gz
ports-82e608cff927ada64efd454cfc53cd21df105cc9.zip
security/sudo: Update to 1.9.15p5
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
-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 73612e6d45fa..34fb612e5427 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sudo
-PORTVERSION= 1.9.15p4
+PORTVERSION= 1.9.15p5
CATEGORIES= security
MASTER_SITES= SUDO
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index ce57a4e0c28e..6f62bb160706 100644
--- a/security/sudo/distinfo
+++ b/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