From patchwork Sat Jun 22 20:20:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2329 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 57AC0884614 for ; Sat, 22 Jun 2019 11:20:27 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45WBQL5m8dz5V8Mj; Sat, 22 Jun 2019 11:20:26 +0100 (BST) Received: from tuxedo.tremer.co.uk (unknown [88.215.19.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45WBQH4J1vz5S4VH; Sat, 22 Jun 2019 11:20:23 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1561198823; 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=ZKu7x+rD/Gpi9Pt2uaXwdeZ2cLr5V8hQLlUBV8GFsMM=; b=eZhnGs47VCTzNJt6/1VntZw6a+noYLBuX9pEQXjBCKCbQ0yX0gG/i4pFfTKaqLzo2XG4Le bj557DCvr14xns5zG54PRWwTxBkte1O+TJ5oqpKrdo21/fDBjiU7J+QYolyZFp5PnvehNk S7hb7c0SZzW0JoojHwUWixXclhMr0j1fF0HH7lpcQNUbAk9LWkIHbocN7js+ECfeh7rzrD Sht4F6WI8HX4WufN8tLDu9QTn/k1GGf90hAe+BwNArbnpyKhMVMk6r+DvHqaMu9YoN4ufP siFu0qJZ19HuqAv9ZyVNGT8v1Y+ZL9LeId1YXQOI/u4J5M1NEWwVjOhQsM4U+w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1561198823; 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=ZKu7x+rD/Gpi9Pt2uaXwdeZ2cLr5V8hQLlUBV8GFsMM=; b=q58BQOurlBvzxxiU1Pv3ioMaUnPG/YO2iYfbLHP8jclgCJ2Mb4I2I5T224GsfjRaV+0A9X cTZ7BMZ0Ej5sJRDA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] openssh: Update to 8.0p1 Date: Sat, 22 Jun 2019 12:20:22 +0200 Message-Id: <20190622102022.5990-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" X-Spam: Yes Signed-off-by: Stefan Schantl --- openssh/openssh.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/openssh.nm b/openssh/openssh.nm index cd5f32dad..0cb49bcbf 100644 --- a/openssh/openssh.nm +++ b/openssh/openssh.nm @@ -4,7 +4,7 @@ ############################################################################### name = openssh -version = 7.5p1 +version = 8.0p1 release = 1 groups = Application/Internet