sudo: Update to version 1.9.14p1

Message ID 20230712113055.3463743-1-adolf.belka@ipfire.org
State Superseded
Headers
Series sudo: Update to version 1.9.14p1 |

Commit Message

Adolf Belka July 12, 2023, 11:30 a.m. UTC
  - Update from version 1.9.14 to 1.9.14p1
- Update of rootfile not required
- Changelog
    1.9.14p1
	 * Fixed an invalid free bug in sudo_logsrvd that was introduced
	   in version 1.9.14 which could cause sudo_logsrvd to crash.
	 * The sudoers plugin no longer tries to send the terminal name
	   to the log server when no terminal is present.  This bug was
	   introduced in version 1.9.14.

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

Patch

diff --git a/lfs/sudo b/lfs/sudo
index 759e3c83a..9f04c3495 100644
--- a/lfs/sudo
+++ b/lfs/sudo
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 1.9.13p3
+VER        = 1.9.14p1
 
 THISAPP    = sudo-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 46218ecf4cf06d2280ccf4c257b12a6f697eda17b96a6b7aa56f6c7f22d847ec2a8036b9f615c3328d985656539c95f37a40c6c72dfa5f65786ab45a28cf353f
+$(DL_FILE)_BLAKE2 = fc5f0d7093f572b8ce56161f3e40b75ba9edf0863f44cdc2af6313f68d20a0c9c59536d1d6be5fddcffcc9caecd737109b5a389ee3748c65f3435b65b167d6e2
 
 install : $(TARGET)