Prechádzať zdrojové kódy

swupdate_git: bump to ef25e364

	ef25e364 crypto: Fix PKCS11 decrypt key check
	ef9343fe Add pre and post install hooks
	b0383179 delta: reduce default max-ranges for Hawkbit
	896f3893 delta: hack in multipart due to bug in Hawkbit
	e05177ee delta_downloader: load tokens from configuration
	25e7e15f Factorize function to set authorization token
	55d77c1d delta_downloader: enable debug of channel
	55ffd814 delta_downloader: activate ssl as default
	2353eff0 delta: check if a config file is set before parsing
	4a6183e3 delta handler: retrieve URL from core if not present
	89ee5291 Add IPC to send a list of URL as sources
	a0da6711 hawkbit: add rules for incoming artifacts
	98c13495 hawkbit: move out parsing of artifact
	aab66baf diskpart: reread partition table
	1d81c3df ipc: make socket path fallback to /tmp if /run/swupdate is not writable
	9f7ff0d4 ipc: use /run/swupdate as default socket directory instead of /tmp
	e66c5640 Add config option to ignore certs in CMS payload for cert validation
	87a63f83 swupdate-progress: ignore SIGPIPE
	a81b5a0e Add error handling when verifying CMS signers
	e0fe9a33 CRYPTO: Resolve default configuration regression on SIGALG_RAWRSA
	06232ca6 doc: swupdate-ipc-interface: correct some typos.
	c8899f8d flash: support NAND noecc/oob properties
	374eda11 crypto: Add WolfSSLRSA[PSS] providers
	1d886b41 core: Guard signed-images provider check
	a3b2485a CI: test requires softhsm2 package
	9324d71d CI: new test requires xxd
	7ac4fea4 REUSE: fix due to missing sofhsm.conf SPDX
	7d2356cf test: test/data present with external build
	2f836374 test: remove CFLAGS from configs/with_ucfw_defconfig
	cfc34b73 Fix dangling pointer in commit 99cf026
	03099af2 Avoid that empty __init__.py are removed in cleanup
	780825df Fix string comparison from commit 99cf026834
	33621bec Fix LaTex documentation build
	a06cea5f test: Explicitly test pkcs11 crypto provider
	a51140a9 crypto: Make WolfSSL decrypt provider non-PKCS#11
	48940d5e crypto: Make the p11-kit based module a decrypt provider
	88502491 Increased PKCS#11 decryption performance with p11-kit
	1a08e343 crypto: Add swupdate_pkcs11.h
	99cf0268 crypto: Add RSAPSS providers
	d1ebee38 crypto: Declare public key or gpg cfg mandatory
	72a3f8ee Remove temporary folders before creating
	f4bd6426 Verify that a path is a directory before cleanup
	e47f70d9 Export swupdate_remove_directory
	fa4855c6 doc: Lua: add prototype for get_cmdline

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
Stefano Babic 1 týždeň pred
rodič
commit
06110ff504
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 ?= "3f7915fb64b4be9d7280e3167219a08348c128f2"
+SRCREV ?= "ef25e3643ff60866ec21250dcb5643ea085f4231"
 PV = "2025.12+git${SRCPV}"