Skip to content

Commit

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

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Jun 14, 2023
1 parent d0ee155 commit 7b7d5c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b7d5c3

Please sign in to comment.