Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 190b714e53 | |||
|
|
7310bb1da1 | ||
| 8ccb8a455a | |||
|
|
c57b8b34a9 | ||
| a4f1debcdc | |||
|
|
1fa59a3253 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af78a78997f903aaa9d275d026e094cc4cbd668254ca320d463232728f91ad5f
|
||||
size 17951470
|
||||
3
sbctl-0.17.tar.gz
Normal file
3
sbctl-0.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd4f4d609a203ecc4d37736315377e58949138b3dc9c8d12d8b4b38a2e074e32
|
||||
size 17957224
|
||||
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 11:24:29 UTC 2025 - Jan Loeser <jan.loeser@posteo.de>
|
||||
|
||||
- Update to version 0.17:
|
||||
* Ensure we don't wrongly compare input/output files when signing
|
||||
* Added --json supprt to sbctl verify
|
||||
* Ensure sbctl setup with no arguments returns a helpful output
|
||||
* Import latest Microsoft keys for KEK and db databases
|
||||
* Ensure we print the path of the file when encountering an invalid PE file
|
||||
* Misc fixups in tests
|
||||
* Misc typo fixes in prints
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 03:56:54 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Disable tests that fail due to gh/foxboron/sbctl#343
|
||||
- Update to version 0.16:
|
||||
* Ensure sbctl reads --config even if /etc/sbctl/sbctl.conf is
|
||||
present
|
||||
* Fixed a bug where sbctl would abort if the TPM eventlog
|
||||
contains the same byte multiple times
|
||||
* Fixed a landlock bug where enroll-keys --export did not work
|
||||
* Fixed a bug where an ESP mounted to multiple paths would not be
|
||||
detected
|
||||
* Exporting keys without efivars present work again
|
||||
* sbctl sign will now use the saved output path if the signed
|
||||
file is enrolled
|
||||
* enroll-keys --append will now work without --force.
|
||||
- Updates from version 0.15.4:
|
||||
* Fixed an issue where sign-all did not report a non-zero exit
|
||||
code when something failed
|
||||
* Fixed and issue where we couldn't write to a file with landlock
|
||||
* Fixed an issue where --json would print the human readable
|
||||
output and the json
|
||||
* Fixes landlock for UKI/bundles by disabling the sandbox feature
|
||||
* Some doc fixups that mentioned /usr/share/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 23:55:22 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sbctl
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sbctl
|
||||
Version: 0.15.3
|
||||
Version: 0.17
|
||||
Release: 0
|
||||
Summary: Secure Boot key manager
|
||||
License: MIT
|
||||
@@ -74,9 +74,6 @@ VERSION="%{version}" %make_build all
|
||||
# Fix potential-bashisms rpmlint error by using bash shebang
|
||||
sed -i 's|bin/sh|bin/bash|' %{buildroot}%{_prefix}/lib/kernel/install.d/91-sbctl.install
|
||||
|
||||
%check
|
||||
%make_build test
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b66951060caf84826b0f64aa2dacc23fc8bfcbee06c7b633ac90f846d723a293
|
||||
size 5705126
|
||||
oid sha256:e450acf9d24a41dc71ed6d2232f36e62506ddcceaf4ba587ea62b1f613240dd9
|
||||
size 5177988
|
||||
|
||||
Reference in New Issue
Block a user