Date: Tue, 26 Nov 2024 19:56:22 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: 173db8419680 - main - security/sudo: Update to 1.9.16p2 Message-ID: <202411261956.4AQJuMcJ060451@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=173db8419680bb418dcdb34ebafadd301e8f84a2 commit 173db8419680bb418dcdb34ebafadd301e8f84a2 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-11-25 21:06:04 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-11-26 19:55:59 +0000 security/sudo: Update to 1.9.16p2 Major changes between sudo 1.9.16p2 and 1.9.16p1: * Sudo now passes the terminal device number to the policy plugin even if it cannot resolve it to a path name. This allows sudo to run without warnings in a chroot jail when the terminal device files are not present. GitHub issue #421. * On Linux systems, sudo will now attempt to use the symbolic links in /proc/self/fd/{0,1,2} when resolving the terminal device number. This can allow sudo to map a terminal device to its path name even when /dev/pts is not mounted in a chroot jail. * Fixed compilation errors with gcc and clang in C23 mode. C23 no longer supports functions with unspecified arguments. GitHub issue #420. PR: 282976 Approved by: garga (maintainer) --- 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 93cfd738d7b3..5ad36903a81f 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.16p1 +PORTVERSION= 1.9.16p2 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index a532d8e71335..03e8a8de5644 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731468346 -SHA256 (sudo-1.9.16p1.tar.gz) = 404994e23ae8bcf4be59ed6fd3759ad70a8cefa9bcf71640b33f176afec243b0 -SIZE (sudo-1.9.16p1.tar.gz) = 5396038 +TIMESTAMP = 1732568670 +SHA256 (sudo-1.9.16p2.tar.gz) = 976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c +SIZE (sudo-1.9.16p2.tar.gz) = 5398419
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411261956.4AQJuMcJ060451>