From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1hhzbo-0006a3-CI for ptxdist@pengutronix.de; Mon, 01 Jul 2019 18:56:53 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id 9A8674F43462 for ; Mon, 1 Jul 2019 18:56:51 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n1nwKB2YFY7A for ; Mon, 1 Jul 2019 18:56:51 +0200 (CEST) Received: from ws-apr-old.office.loc (ipbcc2a7fd.dynamic.kabel-deutschland.de [188.194.167.253]) by mail.mars-solutions.de (Postfix) with ESMTPA id 62C944F43462 for ; Mon, 1 Jul 2019 18:56:51 +0200 (CEST) From: Andreas Pretzsch Date: Mon, 1 Jul 2019 18:56:50 +0200 Message-Id: <1562000210-12638-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH] rauc: version bump 1.0 -> 1.1 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Release 1.1 (released Jun 5, 2019) Enhancements * Check that we do not generate a bundle inside a source directory * Added full GRUB2 support, including status and primary slot readback (by Vitaly Ogoltsov and Beralt Meppelink) * Allow passing a slot's name via commandline instead of it's bootname * Show each slot's name in Booted from line of rauc status to simplify identification * Add resize option for ext4 slots to let RAUC run resize2fs on an ext4 slot after copying the image. * Allow dumping the signer certificate (--dump-cert) without verification * Allow specifying a keyring directory with multiple files to support non-conflicting installations of certificates from different packages (by Evan Edstrom) * Add a bootloader option efi-use-bootnext (only valid when bootloader is 'efi') to disable usage of BootNext for marking slots primary. * Support setting a system variant in the system-info handler via RAUC_SYSTEM_VARIANT * D-Bus "mountpoint" property now also exports external mount point * Made slot state, compatible and variant available as environment variables for slot hooks * Made system variant variable available as an environment variable for bundle hooks Bug fixes * Fix memory leaks in D-Bus notification callbacks (by Michael Heimpold) * Fix memory leaks in resolve_bundle_path (by Michael Heimpold) * Do not print misleading status dump when calling mark-* subcommands * Avoid mmap'ing potentially huge files (by Rasmus Villemoes) * Fix and cleanup checksum verification and handling (by Rasmus Villemoes) * Avoid assertion error caused by unconditional slot status hash table freeing * Make a-month-from-now validity check in signature verification more robust (by Rasmus Villemoes) Testing * Enable lgtm analysis for tests * Restructure signature tests with set_up and tear_down (by Evan Edstrom) * Move from gcc-6 to gcc-7 * Build environment fixes and workarounds Code * A failure in calling barebox_state bootchooser implementation should be propagated * Update to latest git-version-gen upstream version * Tail-call real rauc suprocess in rauc-service.sh (by Angus Lees) * Consistently return newly-allocated objects in resolve_path() * Enforce space between if and ( via uncrustify Documentation * Added an initial version of a man page (by Michael Heimpold) * Extended D-Bus API documentation * Improve description of how RAUC detects the booted slot * Added lgtm badge * Add hints on library dependencies * Clarifications on how to build and install RAUC * Add note on basic RAUC buildroot support * Clarification on usage of RAUC on host and target side * Clarified documentation of 'use-bundle-signing-time' option (by Michael Heimpold) * Typos fixed Contributions from: Angus Lees, Arnaud Rebillout, Beralt Meppelink, Enrico Joerns, Evan Edstrom, Ian Abbott, Jan Luebbe, Michael Heimpold, Rasmus Villemoes, Ulrich Oelmann, Vitaly Ogoltsov Signed-off-by: Andreas Pretzsch --- rules/rauc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/rauc.make b/rules/rauc.make index 88817da78..cf305cdaa 100644 --- a/rules/rauc.make +++ b/rules/rauc.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc # # Paths and names # -RAUC_VERSION := 1.0 -RAUC_MD5 := f800eae12063b0004980581aeb4932c0 +RAUC_VERSION := 1.1 +RAUC_MD5 := c81644f96b14304b6bb9f2ac2de9d4fd RAUC := rauc-$(RAUC_VERSION) RAUC_SUFFIX := tar.xz RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX) -- 2.19.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de