pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/sudo



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 28 15:22:17 UTC 2024

Modified Files:
        pkgsrc/security/sudo: Makefile distinfo

Log Message:
security/sudo: update to 1.9.15p5

1.9.15p3 (2023-12-13)

 * Always disable core dumps when sudo sends itself a fatal signal.
   Fixes a problem where sudo could potentially dump core dump when
   it re-sends the fatal signal to itself.  This is only an issue
   if the command received a signal that would normally result in
   a core dump but the command did not actually dump core.

 * Fixed a bug matching a command with a relative path name when
   the sudoers rule uses shell globbing rules for the path name.
   Bug #1062.

 * Permit visudo to be run even if the local host name is not set.
   GitHub issue #332.

 * Fixed an editing error introduced in sudo 1.9.15 that could
   prevent sudoreplay from replaying sessions correctly.
   GitHub issue #334.

 * Fixed a bug introduced in sudo 1.9.15 where "sudo -l > /dev/null"
   could hang on Linux systems.  GitHub issue #335.

 * Fixed a bug introduced in sudo 1.9.15 where Solaris privileges
   specified in sudoers were not applied to the command being run.

1.9.15p4 (2023-12-15)

 * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's
   privileges from being listed by "sudo -l" if the sudoers entry
   in /etc/nsswitch.conf contains "[SUCCESS=return]".  This did not
   affect the ability to run commands via sudo.  Bug #1063.

1.9.15p5 (2023-12-30)

 * Fixed evaluation of the "lecture", "listpw", "verifypw", and
   "fdexec" sudoers Defaults settings when used without an explicit
   value.  Previously, if specified without a value they were
   evaluated as boolean "false", even when the negation operator
   ('!') was not present.

 * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP
   netgroup queries using the NETGROUP_BASE setting from being
   performed.

 * Sudo will now transparently rename a user's lecture file from
   the older name-based path to the newer user-ID-based path.
   GitHub issue #342.

 * Fixed a bug introduced in sudo 1.9.15 that could cause a memory
   allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails.  Bug #1066.


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 pkgsrc/security/sudo/Makefile
cvs rdiff -u -r1.133 -r1.134 pkgsrc/security/sudo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/sudo/Makefile
diff -u pkgsrc/security/sudo/Makefile:1.201 pkgsrc/security/sudo/Makefile:1.202
--- pkgsrc/security/sudo/Makefile:1.201 Sat Nov 11 10:07:41 2023
+++ pkgsrc/security/sudo/Makefile       Wed Feb 28 15:22:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.201 2023/11/11 10:07:41 adam Exp $
+# $NetBSD: Makefile,v 1.202 2024/02/28 15:22:17 taca Exp $
 
-DISTNAME=      sudo-1.9.15p2
+DISTNAME=      sudo-1.9.15p5
 CATEGORIES=    security
 MASTER_SITES=  https://www.sudo.ws/dist/
 MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/

Index: pkgsrc/security/sudo/distinfo
diff -u pkgsrc/security/sudo/distinfo:1.133 pkgsrc/security/sudo/distinfo:1.134
--- pkgsrc/security/sudo/distinfo:1.133 Tue Dec 26 12:29:56 2023
+++ pkgsrc/security/sudo/distinfo       Wed Feb 28 15:22:17 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.133 2023/12/26 12:29:56 wiz Exp $
+$NetBSD: distinfo,v 1.134 2024/02/28 15:22:17 taca Exp $
 
-BLAKE2s (sudo-1.9.15p2.tar.gz) = b55f757290d5e85fa692b6ca91f058223dd7f0678cb760521ba8a8237ca2bfdc
-SHA512 (sudo-1.9.15p2.tar.gz) = 219fc138fb4850fff30c44a6dab767402172d545a83d31dba4a2a9ce27f8a9fe14f1f24f4e328517f2dd26e84906db5d2be388a9c82e89f5ca59740bb782a608
-Size (sudo-1.9.15p2.tar.gz) = 5303642 bytes
+BLAKE2s (sudo-1.9.15p5.tar.gz) = 4bf632cfa404e14ffe25e14561e4192baa744828fe3ed784b350af69bd406d38
+SHA512 (sudo-1.9.15p5.tar.gz) = ebac69719de2fe7bd587924701bdd24149bf376a68b17ec02f69b2b96d4bb6fa5eb8260a073ec5ea046d3ac69bb5b1c0b9d61709fe6a56f1f66e40817a70b15a
+Size (sudo-1.9.15p5.tar.gz) = 5306611 bytes
 SHA1 (patch-Makefile.in) = 1a83c55d27829013e2e23073046c5c39b020fafe
 SHA1 (patch-configure) = 824095fe7be5f8503434581a07e947c94552b0f7
 SHA1 (patch-examples_Makefile.in) = a20967ecd88eb5e4a8b47e6a3b80bc18be713409



Home | Main Index | Thread Index | Old Index