2 Commits

Author SHA256 Message Date
964ae9fc27 Disable zsh compeltion 2026-02-12 11:15:59 +02:00
bdc5024552 Update to 0.26.2 jsc#PED-15564 2026-02-09 11:16:15 +02:00
6 changed files with 11 additions and 4 deletions

Binary file not shown.

Binary file not shown.

BIN
p11-kit-0.26.2.tar.xz LFS Normal file

Binary file not shown.

BIN
p11-kit-0.26.2.tar.xz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 9 09:15:31 UTC 2026 - Angel Yankov <angel.yankov@suse.com>
- Update to 0.26.2 jsc#PED-15564
rpc: CVE-2026-2100: NULL dereference via C_DeriveKey with specific NULL parameters (bsc#1257820)
-------------------------------------------------------------------
Fri Sep 13 07:50:13 UTC 2024 - Pedro Monreal <pmonreal@suse.com>

View File

@@ -21,7 +21,7 @@
%define trustdir_cfg %{pkidir_cfg}/trust
%define trustdir_static %{pkidir_static}/trust
Name: p11-kit
Version: 0.25.5
Version: 0.26.2
Release: 0
Summary: Library to work with PKCS#11 modules
License: BSD-3-Clause
@@ -109,6 +109,7 @@ Unix domain socket. Note that this feature is still experimental.
%build
%meson -Dtrust_paths=%{trustdir_cfg}:%{trustdir_static} \
-Dbash_completion=disabled \
-Dzsh_completion=disabled \
-Dgtk_doc=true -Dman=true
%meson_build