From patchwork Thu Mar 21 18:02:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 229788 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 225512C00A3 for ; Fri, 22 Mar 2013 05:02:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DDD5031124; Thu, 21 Mar 2013 18:02:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XpsXnCmShRCe; Thu, 21 Mar 2013 18:02:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4736E2F14C; Thu, 21 Mar 2013 18:02:37 +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 193768F79A for ; Thu, 21 Mar 2013 18:02:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 782FC8CD7E for ; Thu, 21 Mar 2013 18:02:35 +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 hIQe6q2hFf4Y for ; Thu, 21 Mar 2013 18:02:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 793068034E for ; Thu, 21 Mar 2013 18:02:33 +0000 (UTC) Received: from asgard (host67.190-138-38.telecom.net.ar [190.138.38.67]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r2LI2PJD016996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 21 Mar 2013 18:02:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1363888950; bh=EEun3Ppl0dIzH2C6b6VOWe7yezAz4g+AHgsOtUjVlZ0=; h=From:To:Cc:Subject:Date; b=Zsq7ANFjl7rlK6QcxxxYciUpLw3n13UXRdZps2TNL3L4XFjOHvpu4HfsEtEV0W+HK E3tBuHTBGWmmiW3DE7ast7KMDCdpYtJPAOSrcoSfSI/uc3+Zr3peYFUbS4kvIN5dqx 5PNtVX4Ma81AKnZybpwd/AYtcVVEuaM1O8ZDXTM4= Received: by asgard (sSMTP sendmail emulation); Thu, 21 Mar 2013 15:02:24 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 21 Mar 2013 15:02:23 -0300 Message-Id: <1363888943-843-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.6 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] dropbear: bump to version 2013.56 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Switch ECHOs to SEDs to avoid issues with defines changing after sysoptions.h was included - and it's cleaner. Enable hmac-sha2-256 and hmac-sha2-512 support for the full featured. Signed-off-by: Gustavo Zacarias --- package/dropbear/dropbear.mk | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk index bd45221..cec57db 100644 --- a/package/dropbear/dropbear.mk +++ b/package/dropbear/dropbear.mk @@ -4,8 +4,9 @@ # ############################################################# -DROPBEAR_VERSION = 2012.55 +DROPBEAR_VERSION = 2013.56 DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases +DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2 DROPBEAR_TARGET_BINS = dbclient dropbearkey dropbearconvert scp ssh DROPBEAR_MAKE = $(MAKE) MULTI=1 SCPPROGRESS=1 \ PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" @@ -24,16 +25,18 @@ endef DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_FIX_XAUTH define DROPBEAR_DISABLE_REVERSE_DNS - $(SED) 's,^#define DO_HOST_LOOKUP.*,/* #define DO_HOST_LOOKUP */,' $(@D)/options.h + $(SED) 's:\(#define DO_HOST_LOOKUP\):/*\1 */:' $(@D)/options.h endef define DROPBEAR_BUILD_SMALL - echo "#define DROPBEAR_SMALL_CODE" >>$(@D)/options.h - echo "#define NO_FAST_EXPTMOD" >>$(@D)/options.h + $(SED) 's:.*\(#define DROPBEAR_SMALL_CODE\).*:\1:' $(@D)/options.h + $(SED) 's:.*\(#define NO_FAST_EXPTMOD\).*:\1:' $(@D)/options.h endef define DROPBEAR_BUILD_FEATURED - echo "#define DROPBEAR_BLOWFISH" >>$(@D)/options.h + $(SED) 's:.*\(#define DROPBEAR_BLOWFISH\).*:\1:' $(@D)/options.h + $(SED) 's:.*\(#define DROPBEAR_SHA2_256_HMAC\).*:\1:' $(@D)/options.h + $(SED) 's:.*\(#define DROPBEAR_SHA2_512_HMAC\).*:\1:' $(@D)/options.h endef ifeq ($(BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS),y)