From d985fe3e157d591f0a4dcc9ed78f082316d05bbfde7c51e38934e817c33bffad Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 10 Sep 2013 09:57:28 +0000 Subject: [PATCH] Accepting request 198188 from home:lnussel:branches:Base:System - upgrade to 0.20.1 which is 0.19 declared stable * Extract compat trust data after we've changes * Skip compat extraction if running as non-root * Better failure messages when removing anchors - new version 0.19.4 * 'trust anchor' now adds/removes certificate anchors * 'trust list' lists trust policy stuff * 'p11-kit extract' is now 'trust extract' * 'p11-kit extract-trust' is now 'trust extract-compat' * Workarounds for working on broken zfsonlinux.org [#68525] * Add --with-module-config parameter to the configure script [#68122] * Add support for removing stored PKCS#11 objects in trust module OBS-URL: https://build.opensuse.org/request/show/198188 OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=7 --- p11-kit-0.19.3.tar.gz | 3 --- p11-kit-0.20.1.tar.gz | 3 +++ p11-kit.changes | 20 ++++++++++++++++++++ p11-kit.spec | 6 ++++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 p11-kit-0.19.3.tar.gz create mode 100644 p11-kit-0.20.1.tar.gz diff --git a/p11-kit-0.19.3.tar.gz b/p11-kit-0.19.3.tar.gz deleted file mode 100644 index b41f002..0000000 --- a/p11-kit-0.19.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b5b7df0db0e63e259d7c6b817dd751d9f05494789ee6aca3f615c7dd1d67b8b -size 1156515 diff --git a/p11-kit-0.20.1.tar.gz b/p11-kit-0.20.1.tar.gz new file mode 100644 index 0000000..243bde3 --- /dev/null +++ b/p11-kit-0.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524548f0a3bfa1b5712721165b49f0300fb244c907533677e88a9c9743eb4a53 +size 1175729 diff --git a/p11-kit.changes b/p11-kit.changes index 18dbef6..9753345 100644 --- a/p11-kit.changes +++ b/p11-kit.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Sep 10 09:02:33 UTC 2013 - lnussel@suse.de + +- upgrade to 0.20.1 which is 0.19 declared stable + * Extract compat trust data after we've changes + * Skip compat extraction if running as non-root + * Better failure messages when removing anchors + +------------------------------------------------------------------- +Fri Aug 30 12:33:32 UTC 2013 - lnussel@suse.de + +- new version 0.19.4 + * 'trust anchor' now adds/removes certificate anchors + * 'trust list' lists trust policy stuff + * 'p11-kit extract' is now 'trust extract' + * 'p11-kit extract-trust' is now 'trust extract-compat' + * Workarounds for working on broken zfsonlinux.org [#68525] + * Add --with-module-config parameter to the configure script [#68122] + * Add support for removing stored PKCS#11 objects in trust module + ------------------------------------------------------------------- Thu Jul 25 09:06:51 UTC 2013 - lnussel@suse.de diff --git a/p11-kit.spec b/p11-kit.spec index b899ae0..14e9cff 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -22,7 +22,7 @@ %define trustdir_static %{pkidir_static}/trust Name: p11-kit -Version: 0.19.3 +Version: 0.20.1 Release: 0 Summary: Library to work with PKCS#11 modules License: BSD-3-Clause @@ -88,6 +88,7 @@ to be installed intead of mozilla-nss-certs. %build %configure %--with-trust-paths=%{trustdir_cfg}:%{trustdir_static} +make %{?_smp_mflags} -C trust asn make %{?_smp_mflags} %install @@ -117,7 +118,7 @@ FIN ln -s %{_libdir}/pkcs11/p11-kit-trust.so %{buildroot}%{_libdir}/libnssckbi.so # # call update-ca-certificates when trust changes -rm %{buildroot}%{_libdir}/%{name}/p11-kit-extract-trust +rm %{buildroot}%{_libdir}/%{name}/trust-extract-compat ln -s ../../sbin/update-ca-certificates %{buildroot}%{_libdir}/%{name}/p11-kit-extract-trust export NO_BRP_STALE_LINK_ERROR=yes # *grr* @@ -173,6 +174,7 @@ rm -rf %{buildroot} %doc %{_datadir}/gtk-doc/html/p11-kit/ %files nss-trust +%defattr(-,root,root) %{_libdir}/libnssckbi.so %changelog