mbox

[scarthgap,2.8,0/2] Pull request

Message ID cover.1780780220.git.yoann.congal@smile.fr
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/bitbake-contrib stable/2.8-next

Message

Yoann Congal June 6, 2026, 9:12 p.m. UTC
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3943

The following changes since commit 37beb06ba9329cd16976273efbb341f781d4e749:

  fetch2: Unpack RPMs with --no-absolute-filenames (2026-06-05 12:50:29 +0200)

are available in the Git repository at:

  https://git.openembedded.org/bitbake-contrib stable/2.8-next
  https://git.openembedded.org/bitbake-contrib/log/?h=stable/2.8-next

for you to fetch changes up to a4daa14312d659333984aa1ae58ddfe0c96392f1:

  hashserv: validate unihash values (2026-06-06 15:52:19 +0200)

----------------------------------------------------------------

Anders Heimer (2):
  hashserv/tests: use valid 64-character unihashes
  hashserv: validate unihash values

 lib/bb/siggen.py         |   9 +-
 lib/bb/tests/siggen.py   |  48 ++++++++
 lib/hashserv/__init__.py |   7 ++
 lib/hashserv/server.py   |  27 ++++-
 lib/hashserv/tests.py    | 235 ++++++++++++++++++++++++++-------------
 5 files changed, 245 insertions(+), 81 deletions(-)