From patchwork Fri Dec 13 16:30:00 2019 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: 2642 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47ZGPC3pv4z43WR for ; Fri, 13 Dec 2019 16:30:39 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47ZGPB1PM8z2Cg; Fri, 13 Dec 2019 16:30:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47ZGP95y8Bz2xq4; Fri, 13 Dec 2019 16:30:37 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47ZGP75xd0z2xmB for ; Fri, 13 Dec 2019 16:30:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47ZGP61xHdz2cf for ; Fri, 13 Dec 2019 16:30:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1576254635; 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; bh=ZT/NC/3dXzm3Md8RAL9mbPg7DRUSMXMduGmuUKFNYsw=; b=z4wZ45ZZHgfH3unISx0AVWLD5o6N+KjM273HQpxlIItUHCztYIatZVrycNpJA2jQmpETJ3 1EmWflQnlrCWrgCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1576254635; 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; bh=ZT/NC/3dXzm3Md8RAL9mbPg7DRUSMXMduGmuUKFNYsw=; b=mPYMN5e33Xs4r+nGeZNEam67fYW648qbTgwtI1eO2HijJGOXJ0SLcWCgI0w8fHT1xzBlI4 ifEl4MF5X9KXihJ8vHFIjVb9VCYEYEEdr1l5FnX+SfnT/X2MSF1sDiZUj5xj6wwVhwuV/g DUUQmoggo55FrTxr5sKzClHJuPlRBx+HxCDuyeZWoJN8G2kK04ELqJhev5c0JBUslzzF7w /ciBtwXXNrbNE8mDULqANmDZiqOdA0S9Zps1JZyd3Hal788A379nLVqCFsmy/NQV3yfkj5 svS0KglLGyfdZ2nwbgt0Uo+mWFidE2kwo5AFzKVySk+epGdusgXCaYnav+5FDw== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH 1/2] Core Update 139: apply SSH configuration and restart SSH daemon Message-ID: <20bb6561-7b77-2e52-49cd-3a1f98ccffe0@ipfire.org> Date: Fri, 13 Dec 2019 16:30:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org 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" Fixes #12259 Signed-off-by: Peter Müller --- config/rootfiles/core/139/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/139/update.sh b/config/rootfiles/core/139/update.sh index d0b979d6b..f9f65eeda 100644 --- a/config/rootfiles/core/139/update.sh +++ b/config/rootfiles/core/139/update.sh @@ -58,7 +58,11 @@ ldconfig # Update Language cache /usr/local/bin/update-lang-cache +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart # This update needs a reboot... #touch /var/run/need_reboot From patchwork Fri Dec 13 16:31:00 2019 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: 2643 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47ZGPq5hTSz43Tf for ; Fri, 13 Dec 2019 16:31:11 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47ZGPq3d7xz2pW; Fri, 13 Dec 2019 16:31:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47ZGPq2Fm6z2yN4; Fri, 13 Dec 2019 16:31:11 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47ZGPp1TKfz2xn4 for ; Fri, 13 Dec 2019 16:31:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47ZGPn0p5hz2JW for ; Fri, 13 Dec 2019 16:31:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1576254669; 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=jmavnKYbZ4tbkN/kmPKL4BagLeuspfBAxTvBDEyM9Zc=; b=AO20We9x0pwFa2lQRPjYxIhH7DiphzhohuioAuLqjggFI9CWbB8KSqTAZ9RzM2VFVLSkkD InCns6qllNOqfbDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1576254669; 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=jmavnKYbZ4tbkN/kmPKL4BagLeuspfBAxTvBDEyM9Zc=; b=V8QrsDv2JyelXWIU1cZhXyUMQouWkwzcl5iiKRYQx4vebJke1UEa/mmWfAKkdkYoN/wLWC eY5fKcAG7mLMrAao2+IfOhUKr1Q+vfxu5FlKZulx+FigJRYRLrk95JJ/NwxDZ8JU2MmSHi VG8G/4QckJEiOmLifL8j+O2EZD0BaHKABmtvmab8lUI0Ulg30/cPse8ssEBN/tocNvpvR8 z03xhDH/unGs1xIYInG+hJ1hGiehPkEfJUuqeIwFTzgU5gApl//Cviz7anaR4NrAxvg+rk Gq7Kyw5BWYLIBv+P6as6L8kMc+iYR6nkqgMQ6hLN86rYTMqlFY7FGw1flWvlRA== Subject: [PATCH 2/2] Core Update 139 needs a reboot From: =?utf-8?q?Peter_M=C3=BCller?= To: "IPFire: Development-List" References: <20bb6561-7b77-2e52-49cd-3a1f98ccffe0@ipfire.org> Message-ID: Date: Fri, 13 Dec 2019 16:31:00 +0000 MIME-Version: 1.0 In-Reply-To: <20bb6561-7b77-2e52-49cd-3a1f98ccffe0@ipfire.org> Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org 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" Fixes #12258 Signed-off-by: Peter Müller --- config/rootfiles/core/139/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/139/update.sh b/config/rootfiles/core/139/update.sh index f9f65eeda..df45990bb 100644 --- a/config/rootfiles/core/139/update.sh +++ b/config/rootfiles/core/139/update.sh @@ -65,7 +65,7 @@ ldconfig /etc/init.d/sshd restart # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot # Finish /etc/init.d/fireinfo start