From patchwork Wed Dec 4 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: 2624 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 47Skr96dtnz3yYP for ; Wed, 4 Dec 2019 16:31:21 +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 47Skr81M1lz2RP; Wed, 4 Dec 2019 16:31:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47Skr74fJlz2yjL; Wed, 4 Dec 2019 16:31:19 +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 47Skr60sjSz2ycj for ; Wed, 4 Dec 2019 16:31:18 +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 47Skr46WhFz1tS for ; Wed, 4 Dec 2019 16:31:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1575477077; 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=/99vXUn6twS1PTDCDKXeQEjRaxSIs1a1LkRpLn/E8Ow=; b=b2ywmiD5lp2ihcwJeTRFIvUtWtqquWzQQGBMrbaknPADo5RRraV0R1k15Rd3G44prZVZOd bcY/bJNA9cAOeJCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1575477077; 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=/99vXUn6twS1PTDCDKXeQEjRaxSIs1a1LkRpLn/E8Ow=; b=ov8IDDhgnDOqreyDqSlFAhnYGYncpPhIVN+8N95SctfWSbeZrILM5BWChfTKRCtkmA+u+7 KVBaNS1q9wShCCoSQ3AZElie/kx5yctOmwD4Irw28PnZa63AG4Bl/2DuNDqFcjw4jNBw6V P04F/SMeTuTjW40VYX2fXjWy6rEeIYAlpW58ZU6mwjeYGlBx/I3KN816kI3n1L/YiIVd4h d0jOuWYj+ZUufBMZuYagUMex1PuAsZnOJRsFy1GEOsQpLKBbYlmY0nVz0bMNDphIbLVPp7 m0NC/0PJfJC9mWJVO+iCaKr15O+J9EKxZvVbPspZ2/BVaiMgZiasd3mYjDKW2Q== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH 1/2] OpenSSH: update to 8.1p1 Message-ID: <6add6f75-e271-cae9-ffab-52fb28163b9e@ipfire.org> Date: Wed, 04 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" Please refer to https://www.openssh.com/txt/release-8.1 for release notes. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index d7d33cbbb..64e72d654 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ include Config -VER = 8.0p1 +VER = 8.1p1 THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = bf050f002fe510e1daecd39044e1122d +$(DL_FILE)_MD5 = 513694343631a99841e815306806edf0 install : $(TARGET) From patchwork Wed Dec 4 16:32: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: 2625 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 47SksV3zj9z43WR for ; Wed, 4 Dec 2019 16:32:30 +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 47SksV170tz1ML; Wed, 4 Dec 2019 16:32:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47SksV03j6z2ysq; Wed, 4 Dec 2019 16:32:30 +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 47SksT2P8rz2xrx for ; Wed, 4 Dec 2019 16:32:29 +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 47SksS4VvNz1ML for ; Wed, 4 Dec 2019 16:32:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1575477149; 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=3xTUt5Veiwwcac1h6MEc/q6u+hYv6W3gtcU00ufRU60=; b=Ti5oScuG+Y4BsmADMuJV3UB29+3UpeF7/oxcyMysTREe1iyBqdAIVac8WSFwaIxDFKiwp0 lmIg4la+bsJ+XKDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1575477149; 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=3xTUt5Veiwwcac1h6MEc/q6u+hYv6W3gtcU00ufRU60=; b=YBTJp/WUl7jIesJ8CxzAaU6RLf9G25nxe87ZBg0M04TY02oocrHZiIcPXRfnC4/K19N33Q bc3AMeSoA05w7WnOeYNfd39Xd5YBHT9enhvTrMcv1Ljjfse+cUjdRERZNnzLfbiuwM4CB8 Qt6hYboRynZ2YiTD56mxOtquJFLYSY0tN2zx9PGD19905UuaEMKkdFGWYjxjWUXlIZfylm 0iD6kXHkOtvrXA2VnB/0bYlBhpBRYWkCXBVL4ZmQpOibQgMVZFMh0RZjRN818KTFQ5xuoZ Zd/rdcy2zXybsTdirrXRlwHrHaHLva2h+FnXZn4/TNtvv7o1Il3N0hsUjkaIZA== Subject: [PATCH 2/2] Core Update 139: ship updated OpenSSH To: "IPFire: Development-List" References: <6add6f75-e271-cae9-ffab-52fb28163b9e@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <7bd47d59-3e22-c5be-ab79-27e790d59ba1@ipfire.org> Date: Wed, 04 Dec 2019 16:32:00 +0000 MIME-Version: 1.0 In-Reply-To: <6add6f75-e271-cae9-ffab-52fb28163b9e@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" Signed-off-by: Peter Müller --- config/rootfiles/core/139/filelists/openssh | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/139/filelists/openssh diff --git a/config/rootfiles/core/139/filelists/openssh b/config/rootfiles/core/139/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/139/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file