Richard Hughes
Richard Hughes
It's not ready for tagging yet, but maybe soon.
Type of pull request: - [ ] New plugin (Please include [new plugin checklist](https://github.com/fwupd/fwupd/wiki/New-plugin-checklist)) - [ ] Code fix - [ ] Feature - [ ] Documentation
(cherry picked from commit bcaf3258070a8d4f4cfa47b1473b218787f04a90) Type of pull request: - [ ] New plugin (Please include [new plugin checklist](https://github.com/fwupd/fwupd/wiki/New-plugin-checklist)) - [ ] Code fix - [ ] Feature - [...
Type of pull request: - [ ] New plugin (Please include [new plugin checklist](https://github.com/fwupd/fwupd/wiki/New-plugin-checklist)) - [ ] Code fix - [ ] Feature - [ ] Documentation
Hi, My name is Richard Hughes and I'm a developer at Red Hat. I'm the maintainer of fwupd and LVFS, and am trying to improve software supply chain security by...
**Describe the bug** I have a subproject that defines a binary: gcab = executable( 'gcab', install : true, ... ) meson.override_find_program('gcab', gcab) and defines it in the `gcab.wrap` file: [provide]...
$ objdump -s -j .pkgnote /usr/libexec/fwupd/efi/fwupdx64.efi /usr/libexec/fwupd/efi/fwupdx64.efi: file format pei-x86-64 Contents of section .pkgnote: 0000 7b227479 7065223a 2272706d 222c2020 {"type":"rpm", 0010 20202020 20202020 20202020 20202022 " 0020 6e616d65 223a2266 77757064...
Hi, My name is Richard Hughes and I'm a developer at Red Hat. I'm the maintainer of fwupd and LVFS, and am trying to improve software supply chain security by...
`DcsBoot.efi` contains an invalid section name: $ fwupdtool firmware-parse DcsBoot.efi pefile failed to read section 0x2: invalid section name Looking deeper, it's indeed 8 bytes of `NUL`. $ fwupdtool firmware-parse...
Hi, My name is Richard Hughes and I'm a developer at Red Hat. I'm the maintainer of fwupd and LVFS, and am trying to improve software supply chain security by...