mbox series

Pull request efi-2024-07-rc5 for branch master

Message ID 7e881715-31d5-4407-bd51-fc527cb82c33@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-2024-07-rc5 for branch master | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-07-rc5

Message

Heinrich Schuchardt June 13, 2024, 11:37 a.m. UTC
Dear Tom,

The following changes since commit 1ebd659cf020843fd8e8ef90d85a66941cbab6ec:

   Merge tag 'u-boot-dfu-20240606' of
https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-06-06 08:24:15
-0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2024-07-rc5

for you to fetch changes up to f3b6228ef4ee6918a9e1ec1db399ede057308a13:

   doc/sphinx, test/py: Update requests module to 2.32.2 (2024-06-10
15:05:30 +0200)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/21060

----------------------------------------------------------------
Pull request efi-2024-07-rc5

Documentation:

* update build dependency Python request module to version 2.32.2
* fix typos

UEFI:

* Correct signature check when appending to EFI variables.

----------------------------------------------------------------
Mattijs Korpershoek (1):
       doc: cmd: bootmeth: Fix extlinunx -> extlinux typo

Michal Simek (1):
       efi_loader: Fix capsule_esl.dtsi.in comment style

Tom Rini (1):
       doc/sphinx, test/py: Update requests module to 2.32.2

Weizhao Ouyang (1):
       efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check

  doc/sphinx/requirements.txt                    |  2 +-
  doc/usage/cmd/bootmeth.rst                     |  2 +-
  lib/efi_loader/capsule_esl.dtsi.in             |  4 ++--
  lib/efi_loader/efi_variable.c                  |  6 +++---
  test/py/requirements.txt                       |  2 +-
  test/py/tests/test_efi_secboot/conftest.py     | 10 ++++++++++
  test/py/tests/test_efi_secboot/test_authvar.py |  4 ++--
  test/py/tests/test_efi_secboot/test_signed.py  | 10 +++++-----
  8 files changed, 25 insertions(+), 15 deletions(-)

Comments

Tom Rini June 13, 2024, 3:32 p.m. UTC | #1
On Thu, Jun 13, 2024 at 01:37:31PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 1ebd659cf020843fd8e8ef90d85a66941cbab6ec:
> 
>   Merge tag 'u-boot-dfu-20240606' of
> https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-06-06 08:24:15
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2024-07-rc5
> 
> for you to fetch changes up to f3b6228ef4ee6918a9e1ec1db399ede057308a13:
> 
>   doc/sphinx, test/py: Update requests module to 2.32.2 (2024-06-10
> 15:05:30 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/21060
> 

Applied to u-boot/master, thanks!