summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-05-31 16:38:08 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-05-31 16:38:08 +0000
commitfc1edacd334bee30faab7023d16558988f2a7764 (patch)
tree2d427413c30fbe542f0ea0184e0d03a39a1e16c0 /recipes-containers
parent38a6921aac4dae14791f5d2ba857f9e1ff321a2d (diff)
downloadmeta-virtualization-fc1edacd334bee30faab7023d16558988f2a7764.tar.gz
raft: update to v0.22.1-tip
Bumping raft to version v0.22.1-50-g148951f7, which comprises the following commits: f9e37bc3 v1: Memory ownership of RAFT_CONFIGURATION event fd02017e v1: Memory ownership of the RAFT_SNAPSHOT event 1706aa1d v1: Memory ownership of RAFT_PERSISTED_SNAPSHOT event 1ee30187 docs: Add memory ownership info for RAFT_START and RAFT_RECEIVE aee66da8 changed documentation for RECEIVE 2ee8f4d4 v1: Memory ownership of RAFT_INSTALL_SNAPSHOT messages bdb3167c v1: Cleanup RAFT_RECEIVE memory ownership d9ad91a9 recv: Don't destroy received entries in case of error 4d49611f updated documentation about RAFT_START and RAFT_RECEIVE 19dcaac9 recv: Assert that all entries are in the same batch dff384e9 changed memory ownership documentation for RAFT_START event 7377b759 step: Improve memory ownership of RAFT_START entries bc17d89c step: Improve memory ownership of RAFT_START configuration e5949e34 github: Add container, network and storage Incus test targets 613f2809 github: Update Incus downstream action to match upstream a3fe2df0 github: Bump to Ubuntu 24.04 for Incus downstream tests 6bb12a07 documented memory ownership of the raft_event structure passed to raft_step 0bd5a267 lint: Run clang against unformatted files 7d64f181 raft.h: Fix raft_step() docstring fd4dc36b recv: Add explicit comparison to 0 eff73f1e Update raft_voted_for doc 8d3c26a8 fix return type of raft_voted_for in raft.c 96cf6247 Update trail.h f42431bb Update log.h f96f0a5d fix doc typo 139759fa fix doc type 28eb3dba fix doc typo 7f155af3 fix typo 7121685d fix doc typo on messageEnsureQueueCapacity c66e700c test: Don't fail when kernel has tmpfs with direct I/O support 5e65164e github: Update incus downstream job 072ec04f github: Don't run dqlite downstream tests 3fe2dc99 github: Update downstream incus test by adding MinIO client 7aec814b C++ compiler reject sizeof of anonymous structs 09448e28 [atlesn] Don't default-initialize last_log_index, only set when it would otherwise not be set. 9d911c1d [atlesn] Fix use of uninitialized memory in outgoing message of type 'append entries result' c80dedfd [atlesn] Fix use of uninitialized memory in outgoing message of type 'append entries result' Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/raft/raft_0.22.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/raft/raft_0.22.1.bb b/recipes-containers/raft/raft_0.22.1.bb
index 6fd74923..00fd09c7 100644
--- a/recipes-containers/raft/raft_0.22.1.bb
+++ b/recipes-containers/raft/raft_0.22.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/cowsql/raft"
6LICENSE = "LGPL-3.0-only" 6LICENSE = "LGPL-3.0-only"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=51b0baf3ea280222685bbfd862de758b" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=51b0baf3ea280222685bbfd862de758b"
8 8
9SRCREV = "9edb176a7924ce2b943cb56552366dc4b5a1a6b7" 9SRCREV = "148951f79a1ed529d6f112661a3067494f1a0917"
10SRC_URI = "git://github.com/cowsql/raft.git;branch=main;protocol=https" 10SRC_URI = "git://github.com/cowsql/raft.git;branch=main;protocol=https"
11 11
12PV = "0.22.1" 12PV = "0.22.1"