From patchwork Sat Jun 12 13:23:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4425 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G2JLt04Dbz3x6q for ; Sat, 12 Jun 2021 13:23:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G2JLr6hmCz92; Sat, 12 Jun 2021 13:23:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G2JLr5K8Sz2xmG; Sat, 12 Jun 2021 13:23:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G2JLq1MN2z2xGX for ; Sat, 12 Jun 2021 13:23:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4G2JLp44qWz92; Sat, 12 Jun 2021 13:23:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623504210; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mx++7Ebvm9LU1+8R50U4Ci0lEqHmSc8EpcJEwTvtsHc=; b=Ylk+EkUl31G8bO0InzL5wVfwGicHw6rv0NeOO+37RyqOe4y7Xyd/V6+88F1nqRirtDmk75 Unqbq+NsjWPQXoAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623504210; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mx++7Ebvm9LU1+8R50U4Ci0lEqHmSc8EpcJEwTvtsHc=; b=mTUfsFkGVyD1MQdCtWevHkfGTPj7VbIRicPVgBGGkUPHV01dDKDP+U6167Uib/tGQuoeoe yacZmWmktUW1yp199nW9ovh+OgFIxddFPpbOVP2l6lkcbbVSq8de8VKafyHESq14mb39Sc eqo1duZn6yRBhmuzhn/mDcZLrGzYDbF9tderm+2wA49nFq4YQJgVdH+/0IhlUyo6qclOLd oJMOo5sxNhBWQuSF3mAnEcUq5P/tSjpIp4pRRvgzZBp9mUeYqHvEzX3JGA56gXPBGVvEOx C2m8D6wsSM0kFap9WSupEq64vgKhtTDO86VCyTvxW93FVn+JdxLLa5a4fe1a6Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sudo: Update to 1.9.7p1 Date: Sat, 12 Jun 2021 15:23:25 +0200 Message-Id: <20210612132325.3479391-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 1.9.7 to 1.9.7p1 - Update of rootfile not required. - Changelog Major changes between sudo 1.9.7p1 and 1.9.7 * 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. Signed-off-by: Adolf Belka --- lfs/sudo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sudo b/lfs/sudo index ab6fbf99b..9edd08961 100644 --- a/lfs/sudo +++ b/lfs/sudo @@ -24,7 +24,7 @@ include Config -VER = 1.9.7 +VER = 1.9.7p1 THISAPP = sudo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1ed8b73ba56c9b05ed22681b7b92d1b2 +$(DL_FILE)_MD5 = 0ea3649ef66df80e6ecd04d45ea0f762 install : $(TARGET)