diff mbox series

[meta-swupdate] swupdate: bump to revision 2d98b2c

Message ID 20210624190730.4701-1-texier.pj2@gmail.com
State Accepted
Headers show
Series [meta-swupdate] swupdate: bump to revision 2d98b2c | expand

Commit Message

Pierre-Jean Texier June 24, 2021, 7:07 p.m. UTC
This includes the following changes:

2d98b2c correct missing goto in swuforward_handler causing curl failure to be overwritten as successful
301dc57 read_lines_notify: fix segfault if a program prints a line starting with \0
371d693 Add support for setting hybrid dos partition entries.
ae6ef03 suricatta: wrong exit from server.send_target_data
3914d2b util: Extend get_root to find LUKS devices
388f177 util: Add get_root source /proc/self/mountinfo
043bdeb building-with-yocto.rst: fix whitespace errors
1f3c9d2 building-with-yocto.rst: Document automatic versions
ca01568 doc: improve 'best practise' spelling and wording
8e4c326 Add optional CMS single signer verification
c4ff683 diskpart: refactor partition table comparison into separate function
06080d8 diskpart: refactor partition table fill into separate function
e43cb24 doc: add hints and best practise
4687f1e diskpart: fix bug in partition comparision of autogenerated sizes
1cd84eb REUSE: add SPDX to files in examples
be654c7 diskpart: check fdisk_create_disklabel return
aae966c diskpart: disable fdisk dialog driven partitioning
3c70984 diskpart: format filesystem only if partition table is changed
531d4ca BUG: buffer overflow with semantic version > 50
a040310 gitlab-ci: Add REUSE header
b6c0adb Remove unused OpenSSL exception
ef373fc doc: Add CC0-1.0 to license overview
e42c1b1 doc: Correct GPL-2 references in license overview
b7908c7 configs: Add HASH_VERIFY to no_ssl_defconfig
2643d78 ci: Run all tests
1439351 Correct tpyos found by Lintian
3612a85 Correct SWUpdate Logo license

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
---
 recipes-support/swupdate/swupdate_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic June 25, 2021, 11:12 a.m. UTC | #1
Hi Pierre-jean,

On 24.06.21 21:07, Pierre-Jean Texier wrote:
> This includes the following changes:
> 
> 2d98b2c correct missing goto in swuforward_handler causing curl failure to be overwritten as successful
> 301dc57 read_lines_notify: fix segfault if a program prints a line starting with \0
> 371d693 Add support for setting hybrid dos partition entries.
> ae6ef03 suricatta: wrong exit from server.send_target_data
> 3914d2b util: Extend get_root to find LUKS devices
> 388f177 util: Add get_root source /proc/self/mountinfo
> 043bdeb building-with-yocto.rst: fix whitespace errors
> 1f3c9d2 building-with-yocto.rst: Document automatic versions
> ca01568 doc: improve 'best practise' spelling and wording
> 8e4c326 Add optional CMS single signer verification
> c4ff683 diskpart: refactor partition table comparison into separate function
> 06080d8 diskpart: refactor partition table fill into separate function
> e43cb24 doc: add hints and best practise
> 4687f1e diskpart: fix bug in partition comparision of autogenerated sizes
> 1cd84eb REUSE: add SPDX to files in examples
> be654c7 diskpart: check fdisk_create_disklabel return
> aae966c diskpart: disable fdisk dialog driven partitioning
> 3c70984 diskpart: format filesystem only if partition table is changed
> 531d4ca BUG: buffer overflow with semantic version > 50
> a040310 gitlab-ci: Add REUSE header
> b6c0adb Remove unused OpenSSL exception
> ef373fc doc: Add CC0-1.0 to license overview
> e42c1b1 doc: Correct GPL-2 references in license overview
> b7908c7 configs: Add HASH_VERIFY to no_ssl_defconfig
> 2643d78 ci: Run all tests
> 1439351 Correct tpyos found by Lintian
> 3612a85 Correct SWUpdate Logo license
> 
> Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
> ---
>   recipes-support/swupdate/swupdate_git.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
> index 56ae94a..f5b6b9c 100644
> --- a/recipes-support/swupdate/swupdate_git.bb
> +++ b/recipes-support/swupdate/swupdate_git.bb
> @@ -2,7 +2,7 @@ require swupdate.inc
>   
>   DEFAULT_PREFERENCE = "-1"
>   
> -SRCREV ?= "47a1246435fdb78fba15cc969596994130412956"
> +SRCREV ?= "2d98b2cda207ee1bf1efe9b97c296ece28402352"
>   PV = "2021.04+git${SRCPV}"
>   
>   LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \
> 

Applied to -thud. -zeus, -dunfell, -gatesgarth, -hardknott, thanks !

Best regards,
Stfeano Babic
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index 56ae94a..f5b6b9c 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -2,7 +2,7 @@  require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "47a1246435fdb78fba15cc969596994130412956"
+SRCREV ?= "2d98b2cda207ee1bf1efe9b97c296ece28402352"
 PV = "2021.04+git${SRCPV}"
 
 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \