From patchwork Tue Dec 26 13:10:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7410 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SzwBM3Wq2z3wmh for ; Tue, 26 Dec 2023 13:10:51 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SzwBG0jVdzm5; Tue, 26 Dec 2023 13:10:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SzwBF1Gjkz2xFt; Tue, 26 Dec 2023 13:10:45 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SzwBC17JSz2xDH for ; Tue, 26 Dec 2023 13:10:43 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SzwBB06jxzHs; Tue, 26 Dec 2023 13:10:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1703596242; 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=/YzWI5zAzRP5uMb44qqvSC6FhIBfujImq0k89rhVPBk=; b=jBt5yubnDginy3oEGr+0mhjZK3IPYkBXmC3eQq3BRvXCGqz0qFGEUjp+7bAwxoDyVLwcdV DrH8fDevJNZquOBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1703596242; 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=/YzWI5zAzRP5uMb44qqvSC6FhIBfujImq0k89rhVPBk=; b=PTVxkAj6UPcFWY8zv7Cz8yo01mAE5P0hvwKJl9roIR0SiKL+/NaXpRYjzxW+eML7xQcNe/ 5e/478n1nfa/PIPeblxT8IRbT2CG+VToszLMMu2gUWix4zJ9mSbw7n9xRRr+2ecnMv0LQS gJYd7zAoxWKIrYvIoLyUiEmV89O4FzoCgSq59LMgHSjiR3uwpoh8u9wltBHTDz/M645v4Y c3a0C7D898P5mDYjL2wdHG2iOyKG2ZyBgQjAlL050ZavF1ZrLu83L51wmiaO/zGxDCuzHP A4d+2Vy45NfLsBp/NxxPGFwe6i8fWM2l1j4LM4GzDwZ3awbipZwLe+AAlaNklQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] openssh: Update to version 9.6p1 Date: Tue, 26 Dec 2023 14:10:32 +0100 Message-ID: <20231226131036.3260423-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: V5TPWVVRMBWHD7D5NEI7AZHJN3CQGEQF X-Message-ID-Hash: V5TPWVVRMBWHD7D5NEI7AZHJN3CQGEQF X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 9.5p1 to 9.6p1 - Update of rootfile not required - Changelog is too large to include here. See details in the file ChangeLog in the source tarball Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index b81c2c3b1..3833f2ca7 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ include Config -VER = 9.5p1 +VER = 9.6p1 THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 55dbb0a2792b0046c943a19ca0966660e6e378e77856e94823a1bbbafaa0da94357403765c4c028aebf6543049a0f9bbe0019629be3f92cdadfac1be56def796 +$(DL_FILE)_BLAKE2 = dd7f6747fe89f7b386be4faaf7fc43398a9bf439e45608ae61c2126cf8743c64ef7b5af45c75e9007b0bda525f8809261ca0f2fc47ce60177ba769a5324719dd install : $(TARGET)