Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2024 14:55:39 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8b4200891506 - 2024Q4 - security/sudo: Update to 1.9.16p1
Message-ID:  <202411131455.4ADEtdDU031561@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b4200891506c3d557ee5d7a7fe14a78bba940a9

commit 8b4200891506c3d557ee5d7a7fe14a78bba940a9
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-11-13 03:27:16 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-11-13 14:54:23 +0000

    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 #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 #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 #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 26f5b17f42838ef5f08727f3ac48a5461c8121ea)
---
 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 0982cbb1d662..93cfd738d7b3 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sudo
-PORTVERSION=	1.9.16
+PORTVERSION=	1.9.16p1
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index ed4375a1a94b..a532d8e71335 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1726005629
-SHA256 (sudo-1.9.16.tar.gz) = c0d84d797f06b732fc573d0b798ae83128c2bc33052057f05b560ec6bcbfa03d
-SIZE (sudo-1.9.16.tar.gz) = 5392026
+TIMESTAMP = 1731468346
+SHA256 (sudo-1.9.16p1.tar.gz) = 404994e23ae8bcf4be59ed6fd3759ad70a8cefa9bcf71640b33f176afec243b0
+SIZE (sudo-1.9.16p1.tar.gz) = 5396038



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