Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2024 14:39:20 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 82e608cff927 - main - security/sudo: Update to 1.9.15p5
Message-ID:  <202401021439.402EdKHM000552@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82e608cff927ada64efd454cfc53cd21df105cc9

commit 82e608cff927ada64efd454cfc53cd21df105cc9
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-12-31 06:37:02 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-01-02 14:17:41 +0000

    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
---
 security/sudo/Makefile | 2 +-
 security/sudo/distinfo | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401021439.402EdKHM000552>