[Buildroot] [PATCH v3 1/1] package/swupdate: bump to version 2019.04

Arnout Vandecappelle arnout at mind.be
Mon Jun 10 21:56:11 UTC 2019



On 10/06/2019 21:55, Pierre-Jean Texier wrote:
> New features in this release:
>  - Improved documentation
>  - delta updates based on rdiff library
>  - support for libubootenv
>  - dry-run option
>  - CA certificates for signed images
>  - Fix security leak in parser
> 
> This commit also:
>  - introduce BR2_PACKAGE_LIBRSYNC for 'rdiff' Handler
>  - introduce BR2_PACKAGE_LIBUBOOTENV
>  - drop upstreamed patch
>  - backport upstream patches (important fix)
>  - regenerate the default swupdate.config. Now
>    CONFIG_GUNZIP is always enabled because gunzip
>    is provided by the default busybox config.
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>

 Applied to master with the change mentioned below, thanks.

[snip]
> diff --git a/package/swupdate/Config.in b/package/swupdate/Config.in
> index ca2eaf2..53f8b09 100644
> --- a/package/swupdate/Config.in
> +++ b/package/swupdate/Config.in
> @@ -34,6 +34,10 @@ config BR2_PACKAGE_SWUPDATE
>  	    support for setting the U-Boot environment.
>  	  * Select BR2_PACKAGE_ZEROMQ to add support for using a
>  	    remote handler.
> +	  * Select BR2_PACKAGE_LIBRSYNC to add support for using
> +	    rdiff handler.
> +	  * Select BR2_PACKAGE_LIBUBOOTENV and BR2_PACKAGE_ZLIB to add

 ZLIB is seleced by libubootenv, so there's no need to mention it here.

 Regards,
 Arnout

> +	    support for setting the U-Boot environment with the new API.
>  
>  	  https://sbabic.github.io/swupdate
[snip]


More information about the buildroot mailing list