* [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1
@ 2019-06-11 17:33 Pierre-Jean Texier
2019-06-11 17:33 ` [Buildroot] [PATCH 2/2] package/rauc: update legal info Pierre-Jean Texier
2019-06-11 20:31 ` [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1 Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Pierre-Jean Texier @ 2019-06-11 17:33 UTC (permalink / raw)
To: buildroot
See: https://github.com/rauc/rauc/releases/tag/v1.1
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
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
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/rauc: update legal info
2019-06-11 17:33 [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1 Pierre-Jean Texier
@ 2019-06-11 17:33 ` Pierre-Jean Texier
2019-06-11 20:31 ` [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1 Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Pierre-Jean Texier @ 2019-06-11 17:33 UTC (permalink / raw)
To: buildroot
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
package/rauc/rauc.hash | 1 +
package/rauc/rauc.mk | 1 +
2 files changed, 2 insertions(+)
diff --git a/package/rauc/rauc.hash b/package/rauc/rauc.hash
index c7b73f7..ad4f744 100644
--- a/package/rauc/rauc.hash
+++ b/package/rauc/rauc.hash
@@ -1,3 +1,4 @@
# Locally calculated, after verifying against
# https://github.com/rauc/rauc/releases/download/v1.1/rauc-1.1.tar.xz.asc
sha256 e49086da3a72564806963d2309e8e2b255492fb314db61f84c9b4cebece98e3f rauc-1.1.tar.xz
+sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/rauc/rauc.mk b/package/rauc/rauc.mk
index fa324e6..47ce242 100644
--- a/package/rauc/rauc.mk
+++ b/package/rauc/rauc.mk
@@ -8,6 +8,7 @@ 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
+RAUC_LICENSE_FILES = COPYING
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2
ifeq ($(BR2_PACKAGE_RAUC_NETWORK),y)
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1
2019-06-11 17:33 [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1 Pierre-Jean Texier
2019-06-11 17:33 ` [Buildroot] [PATCH 2/2] package/rauc: update legal info Pierre-Jean Texier
@ 2019-06-11 20:31 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-06-11 20:31 UTC (permalink / raw)
To: buildroot
On Tue, 11 Jun 2019 19:33:57 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:
> See: https://github.com/rauc/rauc/releases/tag/v1.1
>
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
> 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(-)
Both patches applied to master. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-06-11 20:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-11 17:33 [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1 Pierre-Jean Texier
2019-06-11 17:33 ` [Buildroot] [PATCH 2/2] package/rauc: update legal info Pierre-Jean Texier
2019-06-11 20:31 ` [Buildroot] [PATCH 1/2] package/rauc: bump to version 1.1 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox