From patchwork Thu Oct 23 17:09:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 402599 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 850C51400B5 for ; Fri, 24 Oct 2014 04:09:23 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D97AE924CE; Thu, 23 Oct 2014 17:09:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XHiehHuELkFC; Thu, 23 Oct 2014 17:09:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7BCF4923ED; Thu, 23 Oct 2014 17:09:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6D7261C11D3 for ; Thu, 23 Oct 2014 17:09:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 68027923ED for ; Thu, 23 Oct 2014 17:09:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lHmTzNNIN+nE for ; Thu, 23 Oct 2014 17:09:18 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0101E92090 for ; Thu, 23 Oct 2014 17:09:17 +0000 (UTC) Received: from asgard (cpe-186-23-17-245.telecentro-reversos.com.ar [186.23.17.245] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s9NH9A8D030491 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 23 Oct 2014 17:09:13 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1414084155; bh=m5V2Z/3fDFT3MJMf7AqYTiYsnmGTQY92HXoOUMR7Kfw=; h=From:To:Cc:Subject:Date; b=WgDxq10z1SdKETN7NFB8P/5t8xKwfZD0AwZzgnPtqwng8wXXPgWrnRjcCWYIXkjiS bf8RpQMxVHd0s6IP1t9lCaskEU5HWrz7orZmm3+NuZBi4kqjeUpsItVVpAZhj2nUQe 9l9qUZmRFN0FjmbPcRojhJBlfFE53bwZVFhLv7ak= Received: by asgard (sSMTP sendmail emulation); Thu, 23 Oct 2014 14:09:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 23 Oct 2014 14:09:05 -0300 Message-Id: <1414084145-23871-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] dropbear: bump to version 2014.66 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" And add hash file. Signed-off-by: Gustavo Zacarias --- package/dropbear/dropbear.hash | 2 ++ package/dropbear/dropbear.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/dropbear/dropbear.hash diff --git a/package/dropbear/dropbear.hash b/package/dropbear/dropbear.hash new file mode 100644 index 0000000..f7042c3 --- /dev/null +++ b/package/dropbear/dropbear.hash @@ -0,0 +1,2 @@ +# From https://matt.ucc.asn.au/dropbear/releases/SHA1SUM.asc +sha1 793f5f1bb465b3c55e795d607932e8b21c130e95 dropbear-2014.66.tar.bz2 diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk index 24f879c..d5a3509 100644 --- a/package/dropbear/dropbear.mk +++ b/package/dropbear/dropbear.mk @@ -4,7 +4,7 @@ # ################################################################################ -DROPBEAR_VERSION = 2014.65 +DROPBEAR_VERSION = 2014.66 DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2 DROPBEAR_TARGET_BINS = dbclient dropbearkey dropbearconvert scp ssh