From patchwork Wed Dec 6 00:48:01 2017 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: 1579 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 18C8C60D6C for ; Tue, 5 Dec 2017 14:48:14 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 98F4934F8; Tue, 5 Dec 2017 14:48:13 +0100 (CET) Received: from mx.link38.eu (mx.link38.eu [IPv6:2a03:4000:17:39a::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.link38.eu", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id E44A834F7 for ; Tue, 5 Dec 2017 14:48:09 +0100 (CET) X-Virus-Scanned: ClamAV at mx.link38.eu Received: from mx-fra.brokers.link38.eu (mx-fra.brokers.link38.eu [10.141.75.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx.link38.eu (Postfix) with ESMTPS id A1F3D4016F for ; Tue, 5 Dec 2017 14:48:03 +0100 (CET) Received: from localhost (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 mx-fra.brokers.link38.eu (Postfix) with ESMTPSA id A083F9F412 for ; Tue, 5 Dec 2017 14:48:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=link38.eu; s=201711; t=1512481681; x=1575553681; bh=CLmTEa6qFExt3TylRnlv9tm95sCctmxsSrvp6Or9Dv8=; h=Date:From:To:Subject:Message-ID:Content-Type:From:To:Subject:Date: Cc; b=ohZDdON2qnDcBxdhSuYmp3rSs+1YAWwgik4NzbTKhxAgjDrrQ0+V7iK6JpbZeiSkG 6HpCvyQtg4qI5Iv7QhA7qE0rhWuPInX8KnADLPJtVZ2jPko7SAsV28GZ15jnpigLVR N6KBuImXp425QQMLUx0mBHOM7kYNzjwR+Kn4+w34yhybE4C9Ek3Vud5BT8bJwPhOjL 5phuh5NxIoZP6FlAAuY+xufuCKeyA0zjol6dn4mT+XChJSovEZ4KUp5JEK63VqMu5R 1KLYaKBUZofMJLQ+D3jKviQmGsq0BYNXYENUntBuReO1NDhjUPXXfRPAQoMCMLNPaM x4dBId0zcSuZw== Date: Tue, 5 Dec 2017 14:48:01 +0100 From: Peter =?utf-8?q?M=C3=BCller?= To: "development@lists.ipfire.org" Subject: [PATCH] openssh: update to 7.6p1 Message-ID: <20171205144801.1ce70bd7.peter.mueller@link38.eu> Organization: Link38 MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 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: Marcel Lorenz Reviewed-by: Peter Müller --- lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index 56ac55a96..ff75a65f9 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ include Config -VER = 7.4p1 +VER = 7.6p1 THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b2db2a83caf66a208bb78d6d287cdaa3 +$(DL_FILE)_MD5 = 06a88699018e5fef13d4655abfed1f63 install : $(TARGET)