From patchwork Sun Sep 5 11:30:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4671 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 4H2Tqh000Yz3xJJ for ; Sun, 5 Sep 2021 11:30:55 +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 4H2Tqg3qQcz1CV; Sun, 5 Sep 2021 11:30:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H2Tqg3HR4z2yDw; Sun, 5 Sep 2021 11:30:55 +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 4H2Tqf1gFyz2xs0 for ; Sun, 5 Sep 2021 11:30:54 +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 4H2Tqd3ml2z192; Sun, 5 Sep 2021 11:30:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630841453; 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=nAjEwT8XDMtBo0YNESq8mQ3Xc5nPygJYD7mXLlMW96Q=; b=iJ6Q3JpF8foPu/iJBh18KWpwZBhVQg/fGHeaO7vfFQ+qVRFn10kh975IZKi+J5MFzEu2Wk 4bvwyPirQ2afa8DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630841453; 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=nAjEwT8XDMtBo0YNESq8mQ3Xc5nPygJYD7mXLlMW96Q=; b=Zgbour0gGS4qdg9UltItnIlNRakln2VCKUkSJd/exD4N9Eq7sond4Oxta14cHqWez5WwY6 yCbLVf/rFlnhFu2g8GFpDGN+PKOvHpEf10fXlWnghwENfdZxMkutMh9gH+g+6OyCWXVCJQ 0QECQ60cQ3wLUKuhbNayGtguGFQpS7Za80cix+KN0ZxayIsO8Xqy4WieB5JsZmruB6DHOG gsnCVwGvaEVlvABQw/GPBHwTphuHuXlPF1c/VQLQmC7vo3eK32DyOChwbf8rfcEn857A2g 5Ar/XCHt4EDs8RnaixKwRmUQtM7BkFLG9yDETx4LKT4mDrPkL20WeLaYbO9O7w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] openssh: Update version to 8.7p1 Date: Sun, 5 Sep 2021 13:30:47 +0200 Message-Id: <20210905113047.4324-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 8.6p1 to 8.7p1 - Update of rootfile not required - Changelog is too long to include here. Full details can be found in the ChangeLog file in the source tarball or at https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ChangeLog Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index 3117e996c..ec8ac1e55 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ include Config -VER = 8.6p1 +VER = 8.7p1 THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 805f7048aec6dd752584e570383a6f00 +$(DL_FILE)_MD5 = f545230799f131aecca04da56e61990a install : $(TARGET)