Browse Source

swupdate: bump to revision 95eef1d

This includes the following changes:

95eef1d configs: resynced with current TOT
0b5defe Updated roadmap
6088e6f CI: fix build with delta update
ec72195 all_handlers_defconfig: add delta and unique
8a9b306 delta: add the option to limit size for source
456224a doc: drop delta update from roadmap
618c674 doc: add documentation for delta handler
1a3e06d delta: add handler for delta update
d4267e5 Introduce own version of zckRange from zchunk
efcabf7 Start chunks downloader if delta is enabled
1143e95 example: userid and groupid in case of downloader
847ed64 tools: fix warning due to new SOURCE type
9d7cd24 delta: add process to download chunks
8b4f4dc server_general: fix warnings
6688c8f Be sure to initialize channel_data_t by users
9813d29 channel_curl: store HTTP return code before callbacks
b812f07 channel_curl: do not check download size if range requested
a6d616e channel_curl: add the possibility to request a range
90ebf6c channel_curl: pass channel pointer to internal callbacks
97ebec2 channel_curl: add optional pointer for callbacks
d724643 channel_curl: allow an external callback for headers
2cd9929 channel_curl: pass channel_data to headers callback
f1b0ae8 curl: add a noipc parameter
fc1ac40 curl: change signature of write data callback
f6559a6 channel_curl: do not automatically add charset header
d91aecb channel_curl: fix wrong usage of pointer in assert
85e5543 channel_curl: statify entry points functions
2564510 Convert multiparser to SWUpdate codestyle
db8ba16 Check return from malloc in multiparser library
343caf8 Fix warning in multipart code
8a37494 Import small multipart library
b17a835 Introduce copybuffer to copy from memory
8b11ba5 Hide copyfile() implementation to add more input
db6d82f util: add function to convert string to lowercase
03e96a9 util: add safe version for realloc()
2898503 Add utility function to detect filesystem
b0a07e8 Handlers: sort list of handlers in menuconfig
df88b7c Doc for delta update
f83a788 swupdate-ipc: remove unused readline headers
5acf057 archive_handler: fix archive_locale memory leak
38372f3 network_thread: ensure ipcmsg is initialised
bd145c8 notifier: ensure notifymsg is initialised
f498d63 CI: run jobs in parallel on Gitlab
c110691 CI: add missing dependency for efibootguard
972ef5e Fix deadlock from calling exit() in signal handler
4415db1 Fix lua progress reports
b030a50 mongoose: convert notify level to RFC 5424
449f2a3 Fix warnings when JSON is disabled
a4664e6 test: Fix cross compilation issue
2a6f607 diskpart: fix crash when diskpart format is not set
0935263 gitignore: add tools/swupdate-ipc and clean up
0831a41 doc: add missing doc for rawcopy handler
3999bb6 swupdate-ipc: set socketpath for multiple instances
0dfd359 tools: fix dependency to rebuild
4ab993c Drop tools replaced by swupdate-ipc
eaa8c4d Add man page for new swupdate-ipc tool
1fe27b9 swupdate-ipc: just one tool for IPC
9e13a09 CI: add REUSE check

Signed-off-by: Pierre-Jean Texier <pierre-jean.texier@lafon.fr>
Pierre-Jean Texier 4 năm trước cách đây
mục cha
commit
5ebed45941
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      recipes-support/swupdate/swupdate_git.bb

+ 1 - 1
recipes-support/swupdate/swupdate_git.bb

@@ -2,7 +2,7 @@ require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "235b16e22c79b095723f82c26945323ae94f3acc"
+SRCREV ?= "95eef1d80fb2e379bbc042e4e22a797633d4b19d"
 PV = "2021.04+git${SRCPV}"
 
 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \