Update to new upstream stable release 0.18.0

Also:
- Various logging tweaks (#928914, #928750)
- Make the 'p11-kit extract-trust' explicitly reject
  additional arguments
This commit is contained in:
Stef Walter 2013-04-04 09:07:18 +02:00
parent b440f24285
commit e385e6e30d
3 changed files with 13 additions and 2 deletions

View File

@ -7,5 +7,10 @@ if test "$UID" != "0"; then
exit 2 exit 2
fi fi
if test $# -gt 1; then
echo "p11-kit: no additional arguments are supported for this command" >&2
exit 2
fi
exec /usr/bin/update-ca-trust exec /usr/bin/update-ca-trust

View File

@ -1,5 +1,5 @@
Name: p11-kit Name: p11-kit
Version: 0.17.5 Version: 0.18.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for loading and sharing PKCS#11 modules Summary: Library for loading and sharing PKCS#11 modules
@ -108,6 +108,12 @@ fi
%changelog %changelog
* Thu Apr 04 2013 Stef Walter <stefw@redhat.com> - 0.18.0-1
- Update to new upstream stable release
- Various logging tweaks (#928914, #928750)
- Make the 'p11-kit extract-trust' explicitly reject
additional arguments
* Thu Mar 28 2013 Stef Walter <stefw@redhat.com> - 0.17.5-1 * Thu Mar 28 2013 Stef Walter <stefw@redhat.com> - 0.17.5-1
- Make 'p11-kit extract-trust' call update-ca-trust - Make 'p11-kit extract-trust' call update-ca-trust
- Work around 32-bit oveflow of certificate dates - Work around 32-bit oveflow of certificate dates

View File

@ -1 +1 @@
5a32570fb37070435e66cd62028aa47d p11-kit-0.17.5.tar.gz abb4683c7f193df6e48dbfad443ec9a8 p11-kit-0.18.0.tar.gz