From patchwork Mon May 17 19:02:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 4305 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FkT5r3tNhz3wbb for ; Mon, 17 May 2021 19:02:24 +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 4FkT5r19h1z1TQ; Mon, 17 May 2021 19:02:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FkT5r0Ypmz2ybq; Mon, 17 May 2021 19:02:24 +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 4FkT5q1rjzz2xd6 for ; Mon, 17 May 2021 19:02:23 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FkT5n61N5z1LK for ; Mon, 17 May 2021 19:02:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621278142; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=m6q62E3gdhp99+wvZrkrcERPaZ7hll80g8dhB3ZyDWI=; b=jGqgoq6lYGidTcr/WonP7z9jK3P4sIhm8RNBSBXPP2npXu/kGS7N82GtMBGyu2jfU/nBZK P4ixQesbe1pMiDDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621278142; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=m6q62E3gdhp99+wvZrkrcERPaZ7hll80g8dhB3ZyDWI=; b=Le5elmN1le5b6WfUIOPtpcT3iuxHZtt/MhUPfMWK0ylHnH6rNeL0MoYjoWOwGZu6WgQQb6 KieqWDF2V5sUGe4hd+7n9HCEUWVO4LZWQOMo53iSUg3ciIHe7SliJN7SNBIYofquVWlS6Z 2JDiimUX/YIQG5j9Meb8TwFMe07AEY8Y7Rg9SgV/IEL0zLBpZWIOLkHC3qR6wU2Wk2ixcc JuOgO2MKRB9bml9WEVOcnIvQ1DRCuTgUq6bCKne2yNO0gBO1r4aEXhOGmXSpW1+5tto0wB 2dtXe8V0SnbWxE+bZyxHENhYIYQJOc1xJgNvXOp/fc4XMa16P2srSgkc3myZyw== Subject: [PATCH 04/20] Core Update 157: Delete ssh-keysign binary To: development@lists.ipfire.org References: <7b61506c-84b9-f4e8-7a5f-5a8e8a39f795@ipfire.org> <4924bc88-655d-2a81-96de-000a7362bece@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <6a4b79d4-6fdd-612f-36d4-e7614f1164be@ipfire.org> Date: Mon, 17 May 2021 21:02:20 +0200 MIME-Version: 1.0 In-Reply-To: <4924bc88-655d-2a81-96de-000a7362bece@ipfire.org> Content-Language: en-US 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" Signed-off-by: Peter Müller --- config/rootfiles/core/157/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh index 322e2ada2..0f4c76346 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -106,6 +106,9 @@ ldconfig # Fix file permissions changed chmod -s /usr/bin/gpg +# Delete scrubbed files +rm -f /usr/lib/openssh/ssh-keysign + # Start services /etc/init.d/sshd restart /etc/init.d/apache restart