ostree: upgrade 2021.5 -> 2021.6

Changelog:
This is a bugfix release.
Most of the fixes are related to warnings highlighted by gcc -fanalyzer static
source analysis.
Performance of pruning logic has been improved, avoiding unnecessary trips
through redundant serialization (#2484).
A regression has been fixed so that ostree is properly behaving again when
used from the initramfs, at a point where /sysroot may not be mounted yet (#2486).
A race condition related to sysroot.readonly has been addressed by directly
setting up sysroot readonly in initramfs (#2187).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy
2021-11-29 23:04:46 +08:00
committed by Khem Raj
parent 833c81d112
commit 8797894b69
@@ -25,7 +25,7 @@ SRC_URI = " \
gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \
file://run-ptest \
"
SRCREV = "63bf5e606b24c7343bfe622bf6af2110ee6beabc"
SRCREV = "f1155c8d283c3c85d74d5e1050b0dcf8198f750a"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+)"