From patchwork Tue Jun 11 17:33:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1114152 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="xfKs4uWL"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45Nccg6lnvz9s00 for ; Wed, 12 Jun 2019 03:36:35 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 357F081E21; Tue, 11 Jun 2019 17:36:34 +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 tEmLh2bVsabx; Tue, 11 Jun 2019 17:36:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E9B1381B75; Tue, 11 Jun 2019 17:36:32 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 9680F1BF2E3 for ; Tue, 11 Jun 2019 17:36:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 938DA87D57 for ; Tue, 11 Jun 2019 17:36:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Er8+7f006C9j for ; Tue, 11 Jun 2019 17:36:29 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by hemlock.osuosl.org (Postfix) with ESMTPS id 8CD2287C9F for ; Tue, 11 Jun 2019 17:36:29 +0000 (UTC) Received: from localhost.localdomain (lfbn-1-8938-37.w193-250.abo.wanadoo.fr [193.250.79.37]) by koncepto.io (Postfix) with ESMTPSA id D8C256003B; Tue, 11 Jun 2019 19:36:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1560274586; bh=skFG1xUeq97U6QtA6DDJMWY3aK+3xnZdyPyvVNK6TOc=; h=From:To:Cc:Subject:Date:From; b=xfKs4uWLkw0HKAEFUH5u7cawjQHu6XhXJ9h//vYxkL5Er1CW7TYyNl0sD9lS7b32K VOkbHNiDrS5l5K5F1RgsCnpMtSBS011mx3f/XzPfOgkIVJo/rYNL48/zFqFubGS0MB oMul7jiy1D5T+lUK0zWABXjfL0e5WXUUW+hEiZxNlm33kgqAkKLs+0q/DJREoLnPzG bgQGgSq3Ne8LB0tAwIul7ee3aq+GLCYZZpNcZyHrmhtwL4eiCmzS7AnQ6YlfPcLX74 T523pDKFCq9PffVQYZmQDs2M+ckaDRdbLmQT+kOGVzff2HNsuqxFpVu+Idy6RPIviL ty7CKRrSut4gg== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 11 Jun 2019 19:33:57 +0200 Message-Id: <1560274438-22422-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , Andrey Yurovsky MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" See: https://github.com/rauc/rauc/releases/tag/v1.1 Signed-off-by: Pierre-Jean Texier --- Tested on WaRP7: Welcome to Buildroot buildroot login: root # rauc --version rauc 1.1 package/rauc/rauc.hash | 4 ++-- package/rauc/rauc.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/rauc/rauc.hash b/package/rauc/rauc.hash index 54c6c93..c7b73f7 100644 --- a/package/rauc/rauc.hash +++ b/package/rauc/rauc.hash @@ -1,3 +1,3 @@ # Locally calculated, after verifying against -# https://github.com/rauc/rauc/releases/download/v0.4/rauc-0.4.tar.xz.asc -sha256 8875ab0d02b4cb38a211b236855361c18b874b385e6f18dde394ac699f2cf2aa rauc-1.0.tar.xz +# https://github.com/rauc/rauc/releases/download/v1.1/rauc-1.1.tar.xz.asc +sha256 e49086da3a72564806963d2309e8e2b255492fb314db61f84c9b4cebece98e3f rauc-1.1.tar.xz diff --git a/package/rauc/rauc.mk b/package/rauc/rauc.mk index 3848a01..fa324e6 100644 --- a/package/rauc/rauc.mk +++ b/package/rauc/rauc.mk @@ -4,7 +4,7 @@ # ################################################################################ -RAUC_VERSION = 1.0 +RAUC_VERSION = 1.1 RAUC_SITE = https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION) RAUC_SOURCE = rauc-$(RAUC_VERSION).tar.xz RAUC_LICENSE = LGPL-2.1