Forráskód Böngészése

Bump to git version a781be1

This includes the following changes:

a781be1 network_thread: Don't SIGPIPE-die on IPC client crash
ff5abf3 lua_swupdate: do not auto-connect in progress()
5899a7f lua_swupdate: extend progress_connect method
e054287 ci/test-configs.sh: use nproc
cad3e5e Lua: Fix Wunused-function if !CONFIG_HANDLER_IN_LUA
96a295d diskpart_handler: support explicitly sized partitions
06af102 handlers: Use the new struct script_handler_data
4276d44 Lua: Add support for script handlers
2cc2988 Introduce structure to allow for script handlers with data pointers
626d83f IPC: do not call exit
a68f8f7 BUG: IPC: ipc_send_data checks data is sent
952e322 Revert "network_ipc: update swupdate_async_thread to use notify"
74bcd16 Revert "ipc_notify_receive: add timeout_ms argument"
8064bae diskpart: support non-standard GPT partition types
635df3d channel_curl: PUT: Void received data
da36428 progress_ipc: do not log to stdout
b0fc1aa network_thread: Do a (minimal) sanity check on REQ_INSTALL
00b16cc Progress: Don't deadlog on killed progress clients
4b96f85 Fix some spelling: Swupdate → SWUpdate
58a4872 Cast download progress counters to size_t to avoid data loss and wrong progress report
7aa66d3 swupdate-ipc: add trigger command for suricatta
de57abc delta_handler: mkfifo return value hides failures
d19430d raw_handler: Add atomic-install support
adca632 Lua: Log exception message for external handler initialisation
9d93653 Lua: Log each line of Lua exception message with TRACE()
cdfd776 Add donate button
1a55760 Order and add comments in the configuration menu
cf871c8 diskpart_handler: fix fdisk_assign_device return check
2a85ebd corelib/lua_interface: added 'progress' method
d4f967c core: corrected error message format
e06a8cf handlers: ubivol: correct size in a trace message
f3da8e2 swupdate: add --accepted-select short option to usage text
bf01704 doc: update swupdate-client arguments to include -e
7617b60 Lua: Add NO_DATA_HANDLER to HANDLER_MASK enumeration
bf4c890 building-with-yocto.rst: Remove duplicated word
63b71fd server_general: short-circuit on update already installed
cddf84f server_general: fix sending custom HTTP headers
78a4d74 server_general: fix segfault in URL handling
fbdfe55 core: use size_t for number of bytes
3f160f3 Fix REUSE breakage from febca4c
febca4c Comment with contributing instructions on github pull request
b79025d Update web-app deps to build on node v16
9c86492 server_general: fix line breaking and indentation in help text
9b85881 server_general: fix hawkBit mention in help text
dd43072 doc: archive handler: document create-destination prop

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 3 éve
szülő
commit
f1b10b9070
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      recipes-support/swupdate/swupdate_git.bb

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

@@ -2,5 +2,5 @@ require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "260a3a7840772fbd2baa53e45c794503560025f5"
+SRCREV ?= "a781be1d0b7a7b6731c7fa2c2ee7d88be8b0f1c2"
 PV = "2021.11+git${SRCPV}"