pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sudo security/sudo: update to 1.9.7p1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/179673650240
branches:  trunk
changeset: 454594:179673650240
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 13 15:20:52 2021 +0000

description:
security/sudo: update to 1.9.7p1

1.9.7p1 (2021-06-11)

What's new in Sudo 1.9.7p1

 * Fixed an SELinux sudoedit bug when the edited temporary file
   could not be opened.  The sesh helper would still be run even
   when there are no temporary files available to install.

 * Fixed a compilation problem on FreeBSD.

 * The sudo_noexec.so file is now built as a module on all systems
   other than macOS.  This makes it possible to use other libtool
   implementations such as slibtool.  On macOS shared libraries and
   modules are not interchangeable and the version of libtool shipped
   with sudo must be used.

 * Fixed a few bugs in the getgrouplist() emulation on Solaris when
   reading from the local group file.

 * Fixed a bug in sudo_logsrvd that prevented periodic relay server
   connection retries from occurring in "store_first" mode.

 * Disabled the nss_search()-based getgrouplist() emulation on HP-UX
   due to a crash when the group source is set to "compat" in
   /etc/nsswitch.conf.  This is probably due to a mismatch between
   include/compat/nss_dbdefs.h and what HP-UX uses internally.  On
   HP-UX we now just cycle through groups the slow way using
   getgrent().  Bug #978.

diffstat:

 security/sudo/Makefile |   4 ++--
 security/sudo/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 6a1b90f1f881 -r 179673650240 security/sudo/Makefile
--- a/security/sudo/Makefile    Sun Jun 13 13:12:36 2021 +0000
+++ b/security/sudo/Makefile    Sun Jun 13 15:20:52 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.185 2021/05/27 05:40:44 adam Exp $
+# $NetBSD: Makefile,v 1.186 2021/06/13 15:20:52 taca Exp $
 
-DISTNAME=      sudo-1.9.7
+DISTNAME=      sudo-1.9.7p1
 CATEGORIES=    security
 MASTER_SITES=  https://www.sudo.ws/dist/
 MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/
diff -r 6a1b90f1f881 -r 179673650240 security/sudo/distinfo
--- a/security/sudo/distinfo    Sun Jun 13 13:12:36 2021 +0000
+++ b/security/sudo/distinfo    Sun Jun 13 15:20:52 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.116 2021/05/27 05:40:44 adam Exp $
+$NetBSD: distinfo,v 1.117 2021/06/13 15:20:52 taca Exp $
 
-SHA1 (sudo-1.9.7.tar.gz) = e439530f86550c495a8d066a140a0230cbba1874
-RMD160 (sudo-1.9.7.tar.gz) = 3ef3c559c5f90d52406e92c5ce71f09c12c4a82c
-SHA512 (sudo-1.9.7.tar.gz) = 53e9f18f6c0acd4f80c0cd695cd23781310e9edd305d1b3ea19653efa3fd7faba149daef0ba4953615b140a8816bc980c9bd8d28545dd8db98075abf11b63e61
-Size (sudo-1.9.7.tar.gz) = 4194242 bytes
+SHA1 (sudo-1.9.7p1.tar.gz) = a9546f736e2d20aedf7e743f282a695094b0dd44
+RMD160 (sudo-1.9.7p1.tar.gz) = f1d616518c16263916f423ff3ec21f5e042ab0bf
+SHA512 (sudo-1.9.7p1.tar.gz) = bc85d9de1566de24883375edd1c4cd24b1f24437bb16d181bfa3c9c94cead220c69ad00d6727560ca195765ced970e95d69b9ce01dbea448de39afac9a902fb4
+Size (sudo-1.9.7p1.tar.gz) = 4197591 bytes
 SHA1 (patch-Makefile.in) = 1a83c55d27829013e2e23073046c5c39b020fafe
 SHA1 (patch-configure) = 375f43b8555f4e8fe2c4c1529c20abc1f550fa5c
 SHA1 (patch-examples_Makefile.in) = a20967ecd88eb5e4a8b47e6a3b80bc18be713409



Home | Main Index | Thread Index | Old Index