summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-28 16:25:23 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-28 07:11:37 -0700
commit27c1bc96af6acbd01c96ccf852f4ee3f6ddcb555 (patch)
treeb9183388fc24de7ba447c1d6535001fcb2263368
parent3cbd140c7d85d99afc81ffd83b75698ee621c1c1 (diff)
downloadmeta-openembedded-27c1bc96af6acbd01c96ccf852f4ee3f6ddcb555.tar.gz
sanlock: upgrade 3.9.3 -> 3.9.4
Changelog: =========== - fix time calculations for dead host - change paxos_acquire error for initial host state - fix for lver that was abandoned in dblock - terminate helper path and args - fix freeing lvb after io timeout - add sysusers file - rem_lockspace EBUSY when orphans exist - fix SANLK_ACQUIRE_ORPHAN_ONLY Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/sanlock/sanlock_3.9.4.bb (renamed from meta-oe/recipes-extended/sanlock/sanlock_3.9.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.9.3.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.9.4.bb
index 3b558cafcb..9e879ff384 100644
--- a/meta-oe/recipes-extended/sanlock/sanlock_3.9.3.bb
+++ b/meta-oe/recipes-extended/sanlock/sanlock_3.9.4.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \
17 file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \ 17 file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \
18 file://0001-add-missing-system-header-string.h.patch \ 18 file://0001-add-missing-system-header-string.h.patch \
19 " 19 "
20SRCREV = "79b35bba8298f4444923c15e11bed38380cb18ee" 20SRCREV = "e077f1a99a07c32ef460db89ed395b441f5e8b03"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23