Accepting request 948996 from home:iznogood:branches:Base:System
New stable release, supersede prev sub OBS-URL: https://build.opensuse.org/request/show/948996 OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=46
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a8f40153dd5a3f8e7c03e641f8db400133fb2a6a9ab2aee1b6d0cb0495ec6b6
|
||||
size 830016
|
Binary file not shown.
3
p11-kit-0.24.1.tar.xz
Normal file
3
p11-kit-0.24.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8be783efd5cd4ae534cee4132338e3f40f182c3205d23b200094ec85faaaef8
|
||||
size 838304
|
BIN
p11-kit-0.24.1.tar.xz.sig
Normal file
BIN
p11-kit-0.24.1.tar.xz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 10:42:15 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.24.1:
|
||||
* rpc: Support protocol version negotiation.
|
||||
* proxy: Support copying attribute array recursively.
|
||||
* Link libp11-kit so that it cannot unload.
|
||||
* Translation improvements.
|
||||
* Build fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 13:47:17 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.24.0:
|
||||
* Use inclusive language on certificate distrust. Note: This
|
||||
changes the directory and attribute names to distrust certain
|
||||
CAs to "blocklist".
|
||||
* Fix issues spotted by coverity and ASan.
|
||||
* Integrate gettext with tools more tightly.
|
||||
* rpc: Forbid use of array of attributes.
|
||||
* Build fixes.
|
||||
- Change dirs from blacklist to blocklist ref upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 11:11:31 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
|
10
p11-kit.spec
10
p11-kit.spec
@@ -21,7 +21,7 @@
|
||||
%define trustdir_cfg %{pkidir_cfg}/trust
|
||||
%define trustdir_static %{pkidir_static}/trust
|
||||
Name: p11-kit
|
||||
Version: 0.23.22
|
||||
Version: 0.24.1
|
||||
Release: 0
|
||||
Summary: Library to work with PKCS#11 modules
|
||||
License: BSD-3-Clause
|
||||
@@ -108,8 +108,8 @@ Unix domain socket. Note that this feature is still experimental.
|
||||
%install
|
||||
%make_install
|
||||
#
|
||||
install -d m 755 %{buildroot}%{trustdir_cfg}/{anchors,blacklist}
|
||||
install -d m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
|
||||
install -d m 755 %{buildroot}%{trustdir_cfg}/{anchors,blocklist}
|
||||
install -d m 755 %{buildroot}%{trustdir_static}/{anchors,blocklist}
|
||||
# Create pkcs11 config directory
|
||||
test ! -e %{buildroot}%{_sysconfdir}/pkcs11/modules
|
||||
install -d %{buildroot}%{_sysconfdir}/pkcs11/modules
|
||||
@@ -149,11 +149,11 @@ export NO_BRP_STALE_LINK_ERROR=yes # *grr*
|
||||
%dir %{pkidir_cfg}
|
||||
%dir %{trustdir_cfg}
|
||||
%dir %{trustdir_cfg}/anchors
|
||||
%dir %{trustdir_cfg}/blacklist
|
||||
%dir %{trustdir_cfg}/blocklist
|
||||
%dir %{pkidir_static}
|
||||
%dir %{trustdir_static}
|
||||
%dir %{trustdir_static}/anchors
|
||||
%dir %{trustdir_static}/blacklist
|
||||
%dir %{trustdir_static}/blocklist
|
||||
%{_datadir}/%{name}/modules/p11-kit-trust.module
|
||||
%{_libdir}/pkcs11/p11-kit-trust.so
|
||||
%dir %{_libexecdir}/%{name}
|
||||
|
Reference in New Issue
Block a user