Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 190b714e53 | |||
|
|
7310bb1da1 | ||
| 8ccb8a455a | |||
|
|
c57b8b34a9 | ||
| a4f1debcdc | |||
|
|
1fa59a3253 |
2
_service
2
_service
@@ -14,7 +14,5 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="replace">github.com/ulikunitz/xz=github.com/ulikunitz/xz@v0.5.14</param>
|
||||
<param name="replace">golang.org/x/net=golang.org/x/net@v0.46.0</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f244890d1676bc9e7761ebbbdc7e94e516b47642ef37efd0b7b60e5223fcaaa5
|
||||
size 17960022
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 07:29:18 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade the embedded golang.org/x/net to 0.46.0
|
||||
* Fixes: bsc#1251399, CVE-2025-47911: various algorithms with
|
||||
quadratic complexity when parsing HTML documents
|
||||
* Fixes: bsc#1251609, CVE-2025-58190: excessive memory consumption
|
||||
by 'html.ParseFragment' when processing specially crafted input
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 09:06:05 UTC 2025 - Jan Loeser <rooterle@posteo.de>
|
||||
|
||||
- Update to version 0.18:
|
||||
* logging: fixup new go vet warning
|
||||
* workflows: add cc for cross compile
|
||||
* workflow: add sudo to apt
|
||||
* workflow: add pcsclite to ci
|
||||
* workflow: try enable cgo
|
||||
* go.mod: update golang.org/x/ dependencies
|
||||
* fix: avoid adding bogus Country attribute to subject DNs
|
||||
* sbctl: only store file if we did actually sign the file
|
||||
* installkernel: add post install hook for Debian's traditional installkernel
|
||||
* CI: missing libpcsclite pkg
|
||||
* workflows: add missing depends and new pattern keyword
|
||||
* Add yubikey example for create keys to the README
|
||||
* Initial yubikey backend keytype support
|
||||
* verify: ensure we pass args in correct order
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 09:34:54 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- bsc#1248949 (CVE-2025-58058):
|
||||
Bump xz to 0.5.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 11:24:29 UTC 2025 - Jan Loeser <jan.loeser@posteo.de>
|
||||
|
||||
|
||||
12
sbctl.spec
12
sbctl.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sbctl
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# 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,12 +17,16 @@
|
||||
|
||||
|
||||
Name: sbctl
|
||||
Version: 0.18
|
||||
Version: 0.17
|
||||
Release: 0
|
||||
Summary: Secure Boot key manager
|
||||
License: MIT
|
||||
Group: System/Boot
|
||||
URL: https://github.com/Foxboron/sbctl
|
||||
%if "%{_vendor}" == "debbuild"
|
||||
# Needed to set Maintainer in output debs
|
||||
Packager: Jan Loeser <jan.loeser@posteo.de>
|
||||
%endif
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: %{name}-rpmlintrc
|
||||
@@ -38,12 +42,10 @@ BuildRequires: binutils
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: go >= 1.22.0
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: pcsc-lite-devel
|
||||
BuildRequires: pkgconfig(openssl) > 3.0.0
|
||||
%endif
|
||||
%if 0%{?ubuntu}
|
||||
BuildRequires: golang >= 1.22.0
|
||||
BuildRequires: libpcsclite-dev
|
||||
BuildRequires: libssl-dev > 3.0.0
|
||||
%endif
|
||||
|
||||
@@ -78,14 +80,12 @@ sed -i 's|bin/sh|bin/bash|' %{buildroot}%{_prefix}/lib/kernel/install.d/91-sbctl
|
||||
|
||||
%dir %{_prefix}/lib/kernel/
|
||||
%dir %{_prefix}/lib/kernel/install.d/
|
||||
%dir %{_prefix}/lib/kernel/postinst.d/
|
||||
%dir %{_datadir}/fish/
|
||||
%dir %{_datadir}/fish/vendor_completions.d/
|
||||
%dir %{_datadir}/zsh/
|
||||
%dir %{_datadir}/zsh/site-functions/
|
||||
|
||||
%{_prefix}/lib/kernel/install.d/91-sbctl.install
|
||||
%{_prefix}/lib/kernel/postinst.d/91-sbctl.install
|
||||
%{_mandir}/man8/sbctl.8*
|
||||
%{_mandir}/man5/sbctl.conf.5*
|
||||
%{_datadir}/bash-completion/completions/sbctl
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2fc644ddb2b233faec1f29dd1199748667ff2a50640a8b5107920fef6ca1fa2
|
||||
size 5068731
|
||||
oid sha256:e450acf9d24a41dc71ed6d2232f36e62506ddcceaf4ba587ea62b1f613240dd9
|
||||
size 5177988
|
||||
|
||||
Reference in New Issue
Block a user