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)