forgectrl 0.1.21: the release check reads the tag from the first hop

Pin forgectrl at 92cead6 (0.1.21). The published-release check reads
the release tag from the first redirect hop instead of the end of the
chain, where the asset store's URL carries none; every image through
v0.0.3 reported "release server error (HTTP 200)" against a published
release. The forgectrl commit carries the proof (relcheck_test in its
CI). The update.slots-and-signature covers map names the new
src/relcheck.c and src/relcheck.h so the coverage lint stays whole. A
catalog test of the check against a published release is held for a
later change.
This commit is contained in:
ScottW514
2026-09-11 16:29:34 -04:00
parent b7a595ced7
commit 20c6256527
2 changed files with 3 additions and 2 deletions
@@ -2,5 +2,5 @@
# only SRCREV and PV here - the image manifest leaves *-pin.inc out of the
# layer content hash because the component entry already identifies the
# pinned source (forgefirm-image-manifest.bbclass).
SRCREV = "864b8daea94b833ac05eda80170c54f550d54293"
PV = "0.1.20"
SRCREV = "92cead6d501cd660c62ed93844b11d7f0f13d956"
PV = "0.1.21"