diff mbox series

[meta-oe] libqb: upgrade 2.0.6 -> 2.0.7

Message ID 1686620422-29962-6-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] libqb: upgrade 2.0.6 -> 2.0.7 | expand

Commit Message

Mingyu Wang (Fujitsu) June 13, 2023, 1:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
lib: Fix some small bugs spotted by newest covscan (#471)
ipc: Retry receiving credentials if the the message is short (#476)
timer: Move state check to before time check (#479)
tests: Close race condition in check_loop (#480)
blackbox: fix potential overlow/memory corruption (#486)
tests: Make ipc test more portable (#466)
tests: cleanup the last of the empty directories (#467)
doxygen2man: Fix function parameter alignment (#468)
tests: Fix tests on FreeBSD-devel (#469)
test: Remove gnu/lib-names.h from libstat_wrapper.c (#482)
tests: allow -j to work (#485)
Update -version info for 2.0.7
Add --disable-tests option (#475)
configure: Modernize configure.ac a bit (#470)
spec: Migrate to SPDX license (#487)
add simplified chinese readme (#474)
m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472)
strlcpy: avoid compiler warning from strncpy (#473)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-extended/libqb/{libqb_2.0.6.bb => libqb_2.0.7.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libqb/{libqb_2.0.6.bb => libqb_2.0.7.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.7.bb
similarity index 93%
rename from meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
rename to meta-oe/recipes-extended/libqb/libqb_2.0.7.bb
index ce3606d77..9123e0a4c 100644
--- a/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
+++ b/meta-oe/recipes-extended/libqb/libqb_2.0.7.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
 
 inherit autotools pkgconfig
 
-SRCREV = "758044bed5f615c90818aa5431d00303288888e5"
+SRCREV = "06c8641de2e1fef1fc6026709fb2109fbbb79d79"
 SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=main;protocol=https \
           "
 S = "${WORKDIR}/git"