public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] sudo: Update to version 1.9.16p1
Date: Wed, 13 Nov 2024 15:10:48 +0100	[thread overview]
Message-ID: <20241113141048.3422595-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20241113141048.3422595-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2070 bytes --]

- Update from version 1.9.16 to 1.9.16p1
- Update of rootfile not required
- Changelog
    1.9.16p1
	 * 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.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/sudo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/sudo b/lfs/sudo
index cac540be0..3dad92b0a 100644
--- a/lfs/sudo
+++ b/lfs/sudo
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.9.16
+VER        = 1.9.16p1
 
 THISAPP    = sudo-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 19daa789af3ca2c4832950f0dd6f26a97285fdc155f0d7c18ec1f1accafce9b86f2f5730d3bb0b8e7717c0c55f4079928e03acb3974cb2652c58d4bcb2f74a12
+$(DL_FILE)_BLAKE2 = 7f973510658e91af54121d8c4c634b26231ef270abac50f658c9ad8a446a7dbbc44cb878561fb8da51e4ec15ebc8873fdaed05be142907f96964ff42c7e4f896
 
 install : $(TARGET)
 
-- 
2.47.0


      reply	other threads:[~2024-11-13 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-13 14:10 [PATCH] bridge-utils: Update to version 1.7.1 Adolf Belka
2024-11-13 14:10 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241113141048.3422595-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox