Update to upstream stable 0.20.2 release

- Fix regression involving blacklisted anchors [#1041328]
- Support ppc64le in build [#1052707]
This commit is contained in:
Stef Walter 2014-01-14 15:57:44 +01:00
parent c1c2bf7972
commit ada4bc8007
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: p11-kit
Version: 0.20.1
Version: 0.20.2
Release: 1%{?dist}
Summary: Library for loading and sharing PKCS#11 modules
@ -40,7 +40,7 @@ contains certificate anchors and black lists.
# solution taken from icedtea-web.spec
%define multilib_arches ppc64 sparc64 x86_64
%define multilib_arches ppc64 sparc64 x86_64 ppc64le
%ifarch %{multilib_arches}
%define alt_ckbi libnssckbi.so.%{_arch}
%else
@ -66,7 +66,6 @@ install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/p11-kit/
# Install the example conf with %%doc instead
rm $RPM_BUILD_ROOT%{_sysconfdir}/pkcs11/pkcs11.conf.example
%check
make check
@ -115,6 +114,11 @@ fi
%changelog
* Tue Jan 14 2014 Stef Walter <stefw@redhat.com> - 0.20.2-1
- Update to upstream stable 0.20.2 release
- Fix regression involving blacklisted anchors [#1041328]
- Support ppc64le in build [#1052707]
* Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 0.20.1-1
- Update to upstream stable 0.20.1 release
- Extract compat trust data after we've changes

View File

@ -1 +1 @@
88c651137f76a167336639371eafd8cc p11-kit-0.20.1.tar.gz
757b97ee4ac0ce598661a90cd784c4f1 p11-kit-0.20.2.tar.gz