Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package p11-kit for openSUSE:Factory checked in at 2022-03-18 16:41:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/p11-kit (Old) and /work/SRC/openSUSE:Factory/.p11-kit.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "p11-kit" Fri Mar 18 16:41:37 2022 rev:41 rq:962247 version:0.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes 2022-01-20 00:12:00.598563437 +0100 +++ /work/SRC/openSUSE:Factory/.p11-kit.new.25692/p11-kit.changes 2022-03-18 16:41:46.833166050 +0100 @@ -1,0 +2,28 @@ +Wed Mar 9 16:19:28 UTC 2022 - Ludwig Nussel <lnus...@suse.de> + +- make sure p11-kit components have matching versions (boo#1196812) + +------------------------------------------------------------------- +Tue Jan 25 10:42:15 UTC 2022 - Bj??rn Lie <bjorn....@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....@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. + +------------------------------------------------------------------- Old: ---- p11-kit-0.23.22.tar.xz p11-kit-0.23.22.tar.xz.sig New: ---- p11-kit-0.24.1.tar.xz p11-kit-0.24.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ p11-kit.spec ++++++ --- /var/tmp/diff_new_pack.iEVNTY/_old 2022-03-18 16:41:47.265166359 +0100 +++ /var/tmp/diff_new_pack.iEVNTY/_new 2022-03-18 16:41:47.269166361 +0100 @@ -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 @@ -46,6 +46,7 @@ %package -n libp11-kit0 Summary: Library to work with PKCS#11 modules Group: System/Libraries +Conflicts: p11-kit < %{version}-%{release} %description -n libp11-kit0 p11-kit provides a way to load and enumerate PKCS#11 modules, as well @@ -55,6 +56,7 @@ %package tools Summary: Library to work with PKCS#11 modules -- Tools Group: Development/Libraries/C and C++ +Conflicts: p11-kit < %{version}-%{release} %description tools p11-kit provides a way to load and enumerate PKCS#11 modules, as well @@ -108,8 +110,8 @@ %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 +151,11 @@ %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} ++++++ p11-kit-0.23.22.tar.xz -> p11-kit-0.24.1.tar.xz ++++++ ++++ 9166 lines of diff (skipped)