diff mbox series

[meta-swupdate] Bump to revision 0afeee8a

Message ID 20221013115336.600836-1-sbabic@denx.de
State Accepted
Headers show
Series [meta-swupdate] Bump to revision 0afeee8a | expand

Commit Message

Stefano Babic Oct. 13, 2022, 11:53 a.m. UTC
This includes the following changes:

0afeee8 Fix value of nsteps in progress
90b20e9 delta: factorize chained handler
e07d6b5 Factorize copy handler
9355323 Introduce generic copy handler
c69502d raw_handler: drop duplicate #include
ebaf2e2 Mongoose : fix comment about used hash algo
98ef70e doc: add links to talks at ELCE 2022
c8341e2 Mongoose: fix licenses
ce8702c mongoose: Adapt interface for mongoose 7.8
569c1d7 mongoose: Update to version 7.8
42c4a22 Drop warning in mke2fs
b762e75 rsa_verify_mbedtls: close file descriptor
4fc3a31 Add OpenSSF Best Practise Badge
2e85fe7 handlers: Add stat() to Lua Handler interface specification
789643b suricatta/lua: Update General HTTP Server example
5a9fb70 suricatta/lua: Update Lua interface specification
04b3b93 handlers: Update Lua Handler interface specification
fd6cce8 bindings: Update Lua IPC interface specification
be90020 parser: fix the type of return
2358940 flash_handler: "offset" (aka "seek") attr supported.
dd4a834 archive_handler: clarify error on failure
83e82b7 doc: Add a flowchart to explain fallback
197a94a parser: allow both string and number for "offset"
1f43480 get_root_from_mountinfo: check for file pointer
ce175ef Use update_transaction_state() also for streaming mode
07d86d7 network_thread: ERROR() on IPC socket creation failure
fffc52f Fix free space calculation being truncated
7af7e39 bootloader: EBG: Short-circuit bootloader_env_set()
e43fe2a bootloader: EBG: Adapt to update_transaction_state()
d3bab1e delta_handler: fix SINGLE_RANGE handling
6e2c7a6 delta_handler: close write fd of FIFO
8a5d6a3 lua: add stat() function
c7baeed Fix coverity CID 355687:  Error handling issues
2d60749 IPC: add GET_HW_REVISION support
a69e04a network_thread: memset REQ_INSTALL ACK/NACK msg responses
b38be08 Lua: Add support for retrieving hardware boardname/revision
671df29 replace system("reboot") calls by native glibc call reboot()
66acabf suricatta/lua: Add suricatta Lua module documentation
392656d suricatta/lua: General HTTP Server example suricatta Lua module
d5e6301 suricatta/lua: Add Lua interface specification
4c84360 suricatta/lua: Add suricatta Lua module infrastructure
c56e3e7 Lua: Don't printf() on l_handler_wrapper() error
3cbc1bb Lua: Cleanup Lua stack on l_handler_wrapper() error
bb54737 Lua: Fix l_handler_wrapper() comment
3a1a310 handlers: Lua Handler interface specification
63c2d36 Lua: Publicize notify_progress()
f48de5f Lua: Publicize getversion()
97adbcc channel_curl: Map response code for file:// protocol
3718301 core: Add usage for -g/--get-root option.
5c5fe56 Do not call sd_listen_fds() on cleanup
470f2c0 scripts: Add checkpatch support
b510209 sw-description.rst: Add missing "sw-versions"
9d64322 install_from_file: Notify failure with ERROR()
40e701a bindings: Lua IPC interface specification
393c03d progress: Fix comment typo
4fc97fe bindings: Lua-export RECOVERY_STATUS and sourcetype enums
2713694 progress_thread: set progress bar connection fd as CLOEXEC
181ffdc notifier: set notifier fds as cloexec
c300dee network_thread: set listener/ctrl children as CLOEXEC
764dcef install_from_file: open with CLOEXEC
9240e99 handlers: diskpart_handler.c: add install_gpt_partition_image
b74c40e handlers: diskpart_handler.c: add handler for script gptswap
5dd9826 parse_json: check json_object_put frees the object
ecc73ee mtd-interface: erase enough blocks instead of bad ones
a10214e run_system_cmd: create additional pipes for INFO and WARN traces
fc1db91 core/bootloader: print list of registered bootloaders as TRACE
84d18d9 core/utils: fix missing NULL return value check
861dcfc pctrl: parent_dead_handler: use _exit instead of exit
ae20632 grub: fix double-close on error
c10de61 mongoose: fix cs_md5_final mismatched function declaration
482e801 save/get_state: fix gcc warning about out of bound strnlen
747d323 README: added link to Google Groups
84b7708 sw-description.rst: Fix the 'compressed' string recommendation
2b09b2e cpio_utils: Improve warning message
477b9eb Remove superfluous error message
f23f950 core/stream_interface.c: increment progress step
9db8549 swupdate_progress_inc_step: Modify argument datatype

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-support/swupdate/swupdate_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index 44cc16d..a04ded3 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -2,5 +2,5 @@  require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "eff9118451cace610ab3cd80f5c6fcb541e3a711"
+SRCREV ?= "0afeee8a2b0b2f2f7abd00deb93124804850e06d"
 PV = "2022.05+git${SRCPV}"