summaryrefslogtreecommitdiffstats
path: root/package/swupdate
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2016-11-08 15:34:46 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-09 22:37:23 +0100
commit8f4c905adf76d49c33ba29f090a149a6128b64cb (patch)
tree6c80c67fdbd2666ad11ff06f5ecb7aa6a1053a57 /package/swupdate
parent58aefb2a5d034a5b16800dc935f376c83a815efd (diff)
downloadbuildroot-8f4c905adf76d49c33ba29f090a149a6128b64cb.tar.gz
buildroot-8f4c905adf76d49c33ba29f090a149a6128b64cb.zip
swupdate: bump to version 2016.10
A short list of new features: - progress interface as general way to signalize the update status outside of the process. - support encrypted artifacts (encryption via simmetric keys) - host verification for swu images (-c option) - configuration file to configure the update process - HAwkbit backend: API extended, support for configData messages - Hawkbit backend: supports SSL certificates - remote handler : general interface to connect external installers. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/swupdate')
-rw-r--r--package/swupdate/swupdate.hash2
-rw-r--r--package/swupdate/swupdate.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/swupdate/swupdate.hash b/package/swupdate/swupdate.hash
index 918ca2fe89..1ba10f6457 100644
--- a/package/swupdate/swupdate.hash
+++ b/package/swupdate/swupdate.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 c21d2fd52eb7ed9c304a7a996d230a8f1b47b9879a8c9fa50c80b41e117d1e60 swupdate-2016.07.tar.gz
+sha256 840d6287a41f7a42e08a74045ee40b7c2f82c1ecfedf8c915e3935d4f0084376 swupdate-2016.10.tar.gz
diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
index d442810b21..c905c1d746 100644
--- a/package/swupdate/swupdate.mk
+++ b/package/swupdate/swupdate.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SWUPDATE_VERSION = 2016.07
+SWUPDATE_VERSION = 2016.10
SWUPDATE_SITE = $(call github,sbabic,swupdate,$(SWUPDATE_VERSION))
SWUPDATE_LICENSE = GPLv2+, MIT, Public Domain
SWUPDATE_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud