diff mbox series

Bump to revision e4cfce37

Message ID 20230308101142.197399-1-sbabic@denx.de
State Accepted
Headers show
Series Bump to revision e4cfce37 | expand

Commit Message

Stefano Babic March 8, 2023, 10:11 a.m. UTC
This include the following:

e4cfce3 Drop unused UPDATE_STATE_CHOICE_NONE
5f52a27 Partitioning handlers: signal when they have completed
755f9b7 Scripts must send a progress event
a5baad1 Wrong count of total steps
6105800 Revert "core/stream_interface.c: increment progress step"
d8ce5fe grub: handle grubenv created by latest grub
dadb42e Fix REUSE compliant due to swupdateclient
6e9f7f7 handlers: diskpart_handler.c: fix partition name
6aa7d0c swupdateclient: Adjust the README.md
6fefca9 swupdateclient: Relax the Python dependency
b2e47d5 swupdateclient: Fix the URL entry
f81ac44 tools: missing setup.py for swupdateclient
326d264 tools/swupdate-progress: Fix missing -q option for swupdate-progress
674c463 Remove warnings from 859eac9ca
3622170 delta: force ZCK to not write temp files
de75948 Prepared python package swupdateclient
f294076 Moved python client to tools
bed9a0b examples/client: add CLI argument to set log level
d7c829f examples/client: use default foreground color for log messages
63c4578 util: drop dead prototype
44fba19 examples/client: remove explicitly required Python version
eabed58 examples/client: explicitly define termcolor version
12d674d examples/client: add termcolor to installation instructions
b5b8e02 examples/client: drop Apt installation instructions
019299d Fix segv introduced with 859eac9ca
cfbf806 doc: Add suricatta.bootloader Documentation
6003e90 Reduce Lua verbosity
859eac9 Support pkcs11 URIs for sslkey and sslcert strings
c027e32 mongoose: drop unused functions
2d91afa mongoose: API adjustments
d0a475b mongoose: update to version 7.9
06ff4c7 examples/client: send HTTP Cache-Control header
960f784 core: fix verbose mode
3c0610d swupdate_rsa_verify_mbedtls: fix crash due to wrong close
307a29d doc: add missing status messages
be630d0 server_general: fix nitpick in file
24d1d3a doc: link to star SWupdate
cc3af46 refactor: parser: use stack allocated memory
8b290a9 examples/client: add colorized output
ee18181 examples/client: improve websocket message handling
8062ef8 examples/client: sort imports
39a4c2a examples/client: adjust log levels
6c18b88 examples/client: use lazy logging
520834d flash_handler: fix flashing compressed/encrypted images
0e73120 fix: parallel test error
64a9ab5 Fix printf format warnings under 32-bit compilers
bb93054 mongoose: ensure MG_ENABLE_SSL is always defined
d7aad4c Add option to link bootloader libraries statically
d02e3cd Kconfig: Add HAVE_LIBUBOOTENV and HAVE_LIBEBGENV

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

Patch

diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index f7bf4a8..e0b8946 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 ?= "43530f0c9068a1574ef27837f4a29826089057e4"
-PV = "2022.05+git${SRCPV}"
+SRCREV ?= "e4cfce37333c31b0aec7e1791b94888099cc496d"
+PV = "2022.12+git${SRCPV}"