From 867a93d2a7643cf910ba233fa489569035d1c191 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 11 Jun 2026 10:45:42 +0000 Subject: [PATCH] Update to 16.1 --- .shim-unsigned-aarch64.metadata | 2 +- SPECS/shim-unsigned-aarch64.spec | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.shim-unsigned-aarch64.metadata b/.shim-unsigned-aarch64.metadata index 89e9ccb..a686679 100644 --- a/.shim-unsigned-aarch64.metadata +++ b/.shim-unsigned-aarch64.metadata @@ -1 +1 @@ -cdec924ca437a4509dcb178396996ddf92c11183 SOURCES/shim-15.8.tar.bz2 +53a4a52f2cddd7ae880e405b4e3336a5968c5683 SOURCES/shim-16.1.tar.bz2 diff --git a/SPECS/shim-unsigned-aarch64.spec b/SPECS/shim-unsigned-aarch64.spec index 01eb6ae..e7578a1 100644 --- a/SPECS/shim-unsigned-aarch64.spec +++ b/SPECS/shim-unsigned-aarch64.spec @@ -15,11 +15,11 @@ %global shimdir %{shimversiondir}/%{efiarch} Name: shim-unsigned-aarch64 -Version: 15.8 +Version: 16.1 Release: 2.el8.alma.1 Summary: First-stage UEFI bootloader ExclusiveArch: aarch64 -License: BSD +License: BSD-2-Clause AND OpenSSL URL: https://github.com/rhboot/shim Source0: https://github.com/rhboot/shim/releases/download/%{version}/shim-%{version}.tar.bz2 # currently here's what's in our dbx: @@ -105,7 +105,7 @@ cat 01.esl 02.esl 03.esl > vendor_db.esl source scl_source enable gcc-toolset-12 || : %endif -COMMIT_ID=5914984a1ffeab841f482c791426d7ca9935a5e6 +COMMIT_ID=afc49558b34548644c1cd0ad1b6526a9470182ed MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} " MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim RELEASE=%{release} " MAKEFLAGS+="ENABLE_SHIM_HASH=true " @@ -128,7 +128,7 @@ cd .. %if 0%{?rhel} == 8 || 0%{?rhel} == 9 source scl_source enable gcc-toolset-12 || : %endif -COMMIT_ID=5914984a1ffeab841f482c791426d7ca9935a5e6 +COMMIT_ID=afc49558b34548644c1cd0ad1b6526a9470182ed MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} " MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim RELEASE=%{release} " MAKEFLAGS+="ENABLE_HTTPBOOT=true ENABLE_SHIM_HASH=true " @@ -162,9 +162,12 @@ cd .. %files debugsource -f build-%{efiarch}/debugsource.list %changelog +* Thu Jun 11 2026 Andrew Lukoshko - 16.1-2.el8.alma.1 +- Update to shim-16.1 + * Fri May 10 2024 Eduard Abdullin - 15.8-2.el8.alma.1 - Use AlmaLinux cert -- Use gcc-toolset-12g +- Use gcc-toolset-12 * Wed Feb 07 2024 Peter Jones - 15.8-2.el8 - Rebuild to fix the commit ident and MAKEFLAGS