Skip to content

Commit fb8871a

Browse files
Update shim-unsigned-* to v16.1 (#15954)
1 parent 9c9224a commit fb8871a

7 files changed

Lines changed: 34 additions & 24 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
shim.azurelinux,1,Microsoft,shim,15.8,https://github.com/microsoft/azurelinux
2-
shim.rh,3,The Fedora Project,shim,15.8,https://src.fedoraproject.org/rpms/shim-unsigned-x64
3-
shim.redhat,3,The Fedora Project,shim,15.8,https://src.fedoraproject.org/rpms/shim-unsigned-x64
4-
shim.fedora,3,The Fedora Project,shim,15.8,https://src.fedoraproject.org/rpms/shim-unsigned-x64
1+
shim.azurelinux,1,Microsoft,shim,16.1,https://github.com/microsoft/azurelinux
2+
shim.rh,3,The Fedora Project,shim,16.1,https://src.fedoraproject.org/rpms/shim-unsigned-x64
3+
shim.redhat,3,The Fedora Project,shim,16.1,https://src.fedoraproject.org/rpms/shim-unsigned-x64
4+
shim.fedora,3,The Fedora Project,shim,16.1,https://src.fedoraproject.org/rpms/shim-unsigned-x64

SPECS/shim-unsigned-aarch64/shim-unsigned-aarch64.signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Signatures": {
33
"azurelinux-ca-20230216.der": "fac39cd3bbb87d6326eb87020eb7ab1f01058d9b94d3c47d4264da05601bc89a",
4-
"sbat.azurelinux.csv": "80907b1bea790a87633642e4dacfc211abf359958f663bc236c41a592aab1e2a",
5-
"shim-15.8.tar.bz2": "a79f0a9b89f3681ab384865b1a46ab3f79d88b11b4ca59aa040ab03fffae80a9",
4+
"sbat.azurelinux.csv": "2048a700f11677450ec8686c7788ca6f01e1e942cfeab19712f84f54c2285325",
5+
"shim-16.1.tar.bz2": "46319cd228d8f2c06c744241c0f342412329a7c630436fce7f82cf6936b1d603",
66
"shim-find-debuginfo.sh": "1516c1b476abb0a2c7af8d9087d0a6fab93bd83d529ab32f57aa36a1139235a5",
77
"shim.patches": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
88
}

SPECS/shim-unsigned-aarch64/shim-unsigned-aarch64.spec

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
%global pesign_vre 0.106-1
22
%global openssl_vre 1.0.2j
3+
%global shim_commit_id afc49558b34548644c1cd0ad1b6526a9470182ed
34

45
# For prereleases, % global prerelease rc2, and downpatch Makefile
56
%if %{defined prerelease}
@@ -31,8 +32,8 @@ Name: shim-unsigned-aarch64
3132
# just Provide: the proper name.
3233
Provides: shim-unsigned-%{efiarch}
3334

34-
Version: 15.8
35-
Release: 5%{?dist}
35+
Version: 16.1
36+
Release: 1%{?dist}
3637
Summary: First-stage UEFI bootloader
3738
ExclusiveArch: aarch64
3839
License: BSD
@@ -99,10 +100,11 @@ mkdir build-%{efiarch}
99100
cp %{SOURCE3} data/
100101

101102
%build
102-
COMMIT_ID=5914984a1ffeab841f482c791426d7ca9935a5e6
103+
COMMIT_ID=%{shim_commit_id}
103104
MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} "
104105
MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim "
105106
MAKEFLAGS+="ENABLE_SHIM_HASH=true "
107+
MAKEFLAGS+="SBAT_AUTOMATIC_DATE=2025021800 "
106108
MAKEFLAGS+=" %{_smp_mflags} "
107109
if [ -f "%{SOURCE1}" ]; then
108110
MAKEFLAGS="$MAKEFLAGS VENDOR_CERT_FILE=%{SOURCE1} "
@@ -120,7 +122,7 @@ make ${MAKEFLAGS} \
120122
cd ..
121123

122124
%install
123-
COMMIT_ID=5914984a1ffeab841f482c791426d7ca9935a5e6
125+
COMMIT_ID=%{shim_commit_id}
124126
MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} "
125127
MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim "
126128
MAKEFLAGS+="ENABLE_SHIM_HASH=true "
@@ -160,6 +162,9 @@ HASH=$(cat %{buildroot}%{shimdir}/shim%{efiarch}.hash | cut -d ' ' -f 1)
160162
%files debugsource -f build-%{efiarch}/debugsource.list
161163

162164
%changelog
165+
* Thu Feb 19 2026 Lynsey Rydberg <lyrydber@microsoft.com> - 16.1-1
166+
- Update to shim 16.1
167+
163168
* Thu Nov 28 2024 Chris Co <chrco@microsoft.com> - 15.8-5
164169
- Bump to match shim release
165170

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
shim.azurelinux,1,Microsoft,shim,15.8,https://github.com/microsoft/azurelinux
2-
shim.rh,3,The Fedora Project,shim,15.8,https://src.fedoraproject.org/rpms/shim-unsigned-x64
3-
shim.redhat,3,The Fedora Project,shim,15.8,https://src.fedoraproject.org/rpms/shim-unsigned-x64
4-
shim.fedora,3,The Fedora Project,shim,15.8,https://src.fedoraproject.org/rpms/shim-unsigned-x64
1+
shim.azurelinux,1,Microsoft,shim,16.1,https://github.com/microsoft/azurelinux
2+
shim.rh,3,The Fedora Project,shim,16.1,https://src.fedoraproject.org/rpms/shim-unsigned-x64
3+
shim.redhat,3,The Fedora Project,shim,16.1,https://src.fedoraproject.org/rpms/shim-unsigned-x64
4+
shim.fedora,3,The Fedora Project,shim,16.1,https://src.fedoraproject.org/rpms/shim-unsigned-x64

SPECS/shim-unsigned-x64/shim-unsigned-x64.signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Signatures": {
33
"azurelinux-ca-20230216.der": "fac39cd3bbb87d6326eb87020eb7ab1f01058d9b94d3c47d4264da05601bc89a",
4-
"sbat.azurelinux.csv": "80907b1bea790a87633642e4dacfc211abf359958f663bc236c41a592aab1e2a",
5-
"shim-15.8.tar.bz2": "a79f0a9b89f3681ab384865b1a46ab3f79d88b11b4ca59aa040ab03fffae80a9",
4+
"sbat.azurelinux.csv": "2048a700f11677450ec8686c7788ca6f01e1e942cfeab19712f84f54c2285325",
5+
"shim-16.1.tar.bz2": "46319cd228d8f2c06c744241c0f342412329a7c630436fce7f82cf6936b1d603",
66
"shim-find-debuginfo.sh": "1516c1b476abb0a2c7af8d9087d0a6fab93bd83d529ab32f57aa36a1139235a5",
77
"shim.patches": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
88
}

SPECS/shim-unsigned-x64/shim-unsigned-x64.spec

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
%global pesign_vre 0.106-1
22
%global openssl_vre 1.0.2j
3+
%global shim_commit_id afc49558b34548644c1cd0ad1b6526a9470182ed
34

45
# For prereleases, % global prerelease rc2, and downpatch Makefile
56
%if %{defined prerelease}
@@ -35,8 +36,8 @@
3536
%global dbxfile %{nil}
3637

3738
Name: shim-unsigned-%{efiarch}
38-
Version: 15.8
39-
Release: 5%{?dist}
39+
Version: 16.1
40+
Release: 1%{?dist}
4041
Summary: First-stage UEFI bootloader
4142
ExclusiveArch: x86_64
4243
License: BSD
@@ -125,10 +126,11 @@ mkdir build-%{efialtarch}
125126
cp %{SOURCE3} data/
126127

127128
%build
128-
COMMITID=$(cat commit)
129+
COMMITID=%{shim_commit_id}
129130
MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMITID=${COMMITID} "
130131
MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim "
131132
MAKEFLAGS+="ENABLE_SHIM_HASH=true "
133+
MAKEFLAGS+="SBAT_AUTOMATIC_DATE=2025021800 "
132134
MAKEFLAGS+="%{_smp_mflags}"
133135
if [ -f "%{SOURCE1}" ]; then
134136
MAKEFLAGS="$MAKEFLAGS VENDOR_CERT_FILE=%{SOURCE1}"
@@ -155,7 +157,7 @@ cd ..
155157
%endif
156158

157159
%install
158-
COMMITID=$(cat commit)
160+
COMMITID=%{shim_commit_id}
159161
MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMITID=${COMMITID} "
160162
MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim "
161163
MAKEFLAGS+="ENABLE_SHIM_HASH=true "
@@ -221,6 +223,9 @@ HASH=$(cat %{buildroot}%{shimdir}/shim%{efiarch}.hash | cut -d ' ' -f 1)
221223
%files debugsource -f build-%{efiarch}/debugsource.list
222224

223225
%changelog
226+
* Thu Feb 19 2026 Lynsey Rydberg <lyrydber@microsoft.com> - 16.1-1
227+
- Update to shim 16.1
228+
224229
* Thu Nov 28 2024 Chris Co <chrco@microsoft.com> - 15.8-5
225230
- Bump to match shim release
226231

cgmanifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28136,8 +28136,8 @@
2813628136
"type": "other",
2813728137
"other": {
2813828138
"name": "shim-unsigned-aarch64",
28139-
"version": "15.8",
28140-
"downloadUrl": "https://github.com/rhboot/shim/releases/download/15.8/shim-15.8.tar.bz2"
28139+
"version": "16.1",
28140+
"downloadUrl": "https://github.com/rhboot/shim/releases/download/16.1/shim-16.1.tar.bz2"
2814128141
}
2814228142
}
2814328143
},
@@ -28146,8 +28146,8 @@
2814628146
"type": "other",
2814728147
"other": {
2814828148
"name": "shim-unsigned-x64",
28149-
"version": "15.8",
28150-
"downloadUrl": "https://github.com/rhboot/shim/releases/download/15.8/shim-15.8.tar.bz2"
28149+
"version": "16.1",
28150+
"downloadUrl": "https://github.com/rhboot/shim/releases/download/16.1/shim-16.1.tar.bz2"
2815128151
}
2815228152
}
2815328153
},

0 commit comments

Comments
 (0)