From patchwork Mon May 29 10:17:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 768124 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wbt3P1jrNz9ryb for ; Mon, 29 May 2017 20:17:53 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b="t1Rowlqh"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AB48388FE7; Mon, 29 May 2017 10:17:49 +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 gBu-qq+YNvCl; Mon, 29 May 2017 10:17:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4671488F4C; Mon, 29 May 2017 10:17:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id AF7841BFAFE for ; Mon, 29 May 2017 10:17:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A4667880D3 for ; Mon, 29 May 2017 10:17:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EuVUrY4ppeJK for ; Mon, 29 May 2017 10:17:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 2E28E880CF for ; Mon, 29 May 2017 10:17:45 +0000 (UTC) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3wbt390MHSzyxY for ; Mon, 29 May 2017 12:17:40 +0200 (CEST) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1496053059; x=1496657860; bh=YHmbFTIIlUkJogQ5IKWxzpjItsz8Z4l5yWCz0SeUGWg=; b=t1RowlqhkJJ1 fVtGc4El2eayhR1jCZ8nC7Te9as+kXjj7M6BXI7C0GVVvG8RfX05SMLKKo4BJhw5 5hcQapG3SQMogeVaVDsPBjKDyH57zbxnFWr+CUhRtgyR/L1HgPgJqmNzFiNJ2S1Y Icc3ysE3krLAxxtxn/NJr7qQxaRf47uvn7RfH+IJKWfyc48jdAcrDaPjywyzM67T pBeuX+tZ1Hf3ytxi+MWyKtEFUhviiYtLD09w9IXz+cwqLYkX6TprPb/Nza6Kc/7Z dar2xpMZl0GkyQOrEp89t/kIGYuxPxhDp+XQI03wGURNQGTEc6MuTeFKN415jgfE Ri9IUWEBVw== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Sn63Mt4bu7n4; Mon, 29 May 2017 12:17:39 +0200 (CEST) Received: from hp.lintech.bln (ip5b40bc83.dynamic.kabel-deutschland.de [91.64.188.131]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Mon, 29 May 2017 12:17:38 +0200 (CEST) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Mon, 29 May 2017 12:17:35 +0200 Message-Id: <20170529101735.24229-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.13.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] swupdate: bump to version 2017.04 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add optional dependency on zeromq which was already added in version 2016.10. Signed-off-by: Jörg Krause --- package/swupdate/Config.in | 2 ++ package/swupdate/swupdate.hash | 2 +- package/swupdate/swupdate.mk | 9 ++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package/swupdate/Config.in b/package/swupdate/Config.in index d9ef1bc7a..dbc69f1fe 100644 --- a/package/swupdate/Config.in +++ b/package/swupdate/Config.in @@ -32,6 +32,8 @@ config BR2_PACKAGE_SWUPDATE archives. * Select BR2_PACKAGE_UBOOT_TOOLS and BR2_PACKAGE_ZLIB to add support for setting the U-Boot environment. + * Select BR2_PACKAGE_ZEROMQ to add support for using a remote + handler. https://sbabic.github.io/swupdate diff --git a/package/swupdate/swupdate.hash b/package/swupdate/swupdate.hash index d4e883393..5bdd9bf32 100644 --- a/package/swupdate/swupdate.hash +++ b/package/swupdate/swupdate.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 ce28348e98aa5657154d2eacc2e8a9b114ba50a937531b010872c8eb6fd72b23 swupdate-2017.01.tar.gz +sha256 d5a4ff243bae865313b808aad57efa6400d41e83c49266a3a14a725d0c30d240 swupdate-2017.04.tar.gz diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk index 335ec90e7..560a2d430 100644 --- a/package/swupdate/swupdate.mk +++ b/package/swupdate/swupdate.mk @@ -4,7 +4,7 @@ # ################################################################################ -SWUPDATE_VERSION = 2017.01 +SWUPDATE_VERSION = 2017.04 SWUPDATE_SITE = $(call github,sbabic,swupdate,$(SWUPDATE_VERSION)) SWUPDATE_LICENSE = GPL-2.0+, MIT, Public Domain SWUPDATE_LICENSE_FILES = COPYING @@ -71,6 +71,13 @@ else SWUPDATE_MAKE_ENV += HAVE_LIBUBOOTENV=n endif +ifeq ($(BR2_PACKAGE_ZEROMQ),y) +SWUPDATE_DEPENDENCIES += zeromq +SWUPDATE_MAKE_ENV += HAVE_LIBZEROMQ=y +else +SWUPDATE_MAKE_ENV += HAVE_LIBZEROMQ=n +endif + ifeq ($(BR2_PACKAGE_ZLIB),y) SWUPDATE_DEPENDENCIES += zlib SWUPDATE_MAKE_ENV += HAVE_ZLIB=y