FreeBSD Bugzilla – Attachment 255457 Details for
Bug 282976
security/sudo: Update to 1.9.16p2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-security-sudo-Update-to-1.9.16p2.patch (text/plain), 1.82 KB, created by
Cy Schubert
on 2024-11-25 21:12:10 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2024-11-25 21:12:10 UTC
Size:
1.82 KB
patch
obsolete
>From 18049d42114ed4ac38dcb6a77dc64d4d8567b827 Mon Sep 17 00:00:00 2001 >From: Cy Schubert <cy@FreeBSD.org> >Date: Mon, 25 Nov 2024 13:06:04 -0800 >Subject: [PATCH] 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 >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282976
: 255457