Update to 0.23.2 release
This commit is contained in:
parent
65f97a1bf2
commit
cd507acb92
13
p11-kit.spec
13
p11-kit.spec
@ -1,16 +1,12 @@
|
|||||||
Name: p11-kit
|
Name: p11-kit
|
||||||
Version: 0.23.1
|
Version: 0.23.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for loading and sharing PKCS#11 modules
|
Summary: Library for loading and sharing PKCS#11 modules
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://p11-glue.freedesktop.org/p11-kit.html
|
URL: http://p11-glue.freedesktop.org/p11-kit.html
|
||||||
Source0: http://p11-glue.freedesktop.org/releases/p11-kit-%{version}.tar.gz
|
Source0: http://p11-glue.freedesktop.org/releases/p11-kit-%{version}.tar.gz
|
||||||
Source1: trust-extract-compat
|
Source1: trust-extract-compat
|
||||||
# upstreamed, can be removed when rebasing to next release
|
|
||||||
Patch0: p11-kit-0.23.1-no-finalize.patch
|
|
||||||
# upstreamed, can be removed when rebasing to next release
|
|
||||||
Patch1: p11-kit-0.23.1-no-libffi-deinit.patch
|
|
||||||
|
|
||||||
BuildRequires: libtasn1-devel >= 2.3
|
BuildRequires: libtasn1-devel >= 2.3
|
||||||
BuildRequires: nss-softokn-freebl
|
BuildRequires: nss-softokn-freebl
|
||||||
@ -55,8 +51,6 @@ contains certificate anchors and black lists.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# These paths are the source paths that come from the plan here:
|
# These paths are the source paths that come from the plan here:
|
||||||
@ -125,6 +119,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 12 2016 Martin Preisler <mpreisle@redhat.com> - 0.23.2-1
|
||||||
|
- Update to stable 0.23.2 release
|
||||||
|
|
||||||
* Tue Jun 30 2015 Martin Preisler <mpreisle@redhat.com> - 0.23.1-4
|
* Tue Jun 30 2015 Martin Preisler <mpreisle@redhat.com> - 0.23.1-4
|
||||||
- In proxy module don't call C_Finalize on a forked process [#1217915]
|
- In proxy module don't call C_Finalize on a forked process [#1217915]
|
||||||
- Do not deinitialize libffi's wrapper functions [#1217915]
|
- Do not deinitialize libffi's wrapper functions [#1217915]
|
||||||
|
Loading…
Reference in New Issue
Block a user