2017-10-04 09:19:08 +00:00
|
|
|
# This spec file has been automatically updated
|
2019-01-11 17:50:49 +00:00
|
|
|
Version: 0.23.14
|
|
|
|
Release: 2%{?dist}
|
2011-08-17 15:48:31 +00:00
|
|
|
Name: p11-kit
|
|
|
|
Summary: Library for loading and sharing PKCS#11 modules
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
URL: http://p11-glue.freedesktop.org/p11-kit.html
|
2016-12-20 11:58:27 +00:00
|
|
|
Source0: https://github.com/p11-glue/p11-kit/releases/download/%{version}/p11-kit-%{version}.tar.gz
|
2013-08-29 10:46:03 +00:00
|
|
|
Source1: trust-extract-compat
|
2019-01-11 17:50:49 +00:00
|
|
|
Source2: p11-kit-client.service
|
2019-01-11 19:11:47 +00:00
|
|
|
Patch0: 0001-prefer-fixed-closures-to-libffi-closures.patch
|
2015-06-30 12:36:54 +00:00
|
|
|
|
2018-06-07 15:21:01 +00:00
|
|
|
BuildRequires: gcc
|
2013-05-14 09:42:55 +00:00
|
|
|
BuildRequires: libtasn1-devel >= 2.3
|
2013-07-18 12:29:03 +00:00
|
|
|
BuildRequires: libffi-devel
|
2013-06-11 09:48:34 +00:00
|
|
|
BuildRequires: gtk-doc
|
2019-01-11 17:50:49 +00:00
|
|
|
BuildRequires: systemd-devel
|
2017-10-04 09:19:08 +00:00
|
|
|
# Work around for https://bugzilla.redhat.com/show_bug.cgi?id=1497147
|
|
|
|
# Remove this once it is fixed
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
2011-08-17 15:48:31 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
p11-kit provides a way to load and enumerate PKCS#11 modules, as well
|
|
|
|
as a standard configuration setup for installing PKCS#11 modules in
|
|
|
|
such a way that they're discoverable.
|
|
|
|
|
|
|
|
|
2013-06-11 09:48:34 +00:00
|
|
|
%package devel
|
2011-08-17 15:48:31 +00:00
|
|
|
Summary: Development files for %{name}
|
2011-08-17 15:49:49 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-08-17 15:48:31 +00:00
|
|
|
|
2013-06-11 09:48:34 +00:00
|
|
|
%description devel
|
2011-08-17 15:48:31 +00:00
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
2013-06-11 09:48:34 +00:00
|
|
|
%package trust
|
2019-01-11 17:50:49 +00:00
|
|
|
Summary: System trust module from %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires(post): %{_sbindir}/update-alternatives
|
|
|
|
Requires(postun): %{_sbindir}/update-alternatives
|
|
|
|
Conflicts: nss < 3.14.3-9
|
2013-03-08 12:01:51 +00:00
|
|
|
|
2013-06-11 09:48:34 +00:00
|
|
|
%description trust
|
2013-03-08 12:01:51 +00:00
|
|
|
The %{name}-trust package contains a system trust PKCS#11 module which
|
|
|
|
contains certificate anchors and black lists.
|
|
|
|
|
|
|
|
|
2017-03-02 15:33:10 +00:00
|
|
|
%package server
|
|
|
|
Summary: Server and client commands for %{name}
|
2017-02-24 09:12:16 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2017-03-02 15:33:10 +00:00
|
|
|
%description server
|
|
|
|
The %{name}-server package contains command line tools that enable to
|
|
|
|
export PKCS#11 modules through a Unix domain socket. Note that this
|
|
|
|
feature is still experimental.
|
2017-02-24 09:12:16 +00:00
|
|
|
|
|
|
|
|
2013-03-08 12:01:51 +00:00
|
|
|
# solution taken from icedtea-web.spec
|
2014-01-14 14:57:44 +00:00
|
|
|
%define multilib_arches ppc64 sparc64 x86_64 ppc64le
|
2013-03-08 12:01:51 +00:00
|
|
|
%ifarch %{multilib_arches}
|
|
|
|
%define alt_ckbi libnssckbi.so.%{_arch}
|
|
|
|
%else
|
|
|
|
%define alt_ckbi libnssckbi.so
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2011-08-17 15:48:31 +00:00
|
|
|
%prep
|
2017-10-05 13:44:02 +00:00
|
|
|
%autosetup -p1
|
2011-08-17 15:48:31 +00:00
|
|
|
|
|
|
|
%build
|
2013-03-07 21:59:16 +00:00
|
|
|
# These paths are the source paths that come from the plan here:
|
|
|
|
# https://fedoraproject.org/wiki/Features/SharedSystemCertificates:SubTasks
|
2018-09-07 15:05:40 +00:00
|
|
|
%configure --disable-static --enable-doc --with-trust-paths=%{_sysconfdir}/pki/ca-trust/source:%{_datadir}/pki/ca-trust-source --disable-silent-rules
|
2011-08-17 15:48:31 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pkcs11/modules
|
2013-03-05 09:09:59 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
|
2016-12-20 11:58:27 +00:00
|
|
|
install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_libexecdir}/p11-kit/
|
2011-08-21 06:31:43 +00:00
|
|
|
# Install the example conf with %%doc instead
|
|
|
|
rm $RPM_BUILD_ROOT%{_sysconfdir}/pkcs11/pkcs11.conf.example
|
2017-10-05 13:44:02 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_userunitdir}
|
|
|
|
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_userunitdir}
|
2011-08-17 15:48:31 +00:00
|
|
|
|
2012-03-26 22:37:12 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
2013-03-08 12:01:51 +00:00
|
|
|
%post trust
|
|
|
|
%{_sbindir}/update-alternatives --install %{_libdir}/libnssckbi.so \
|
2013-06-11 09:48:34 +00:00
|
|
|
%{alt_ckbi} %{_libdir}/pkcs11/p11-kit-trust.so 30
|
2013-03-08 12:01:51 +00:00
|
|
|
|
|
|
|
%postun trust
|
|
|
|
if [ $1 -eq 0 ] ; then
|
2013-06-11 09:48:34 +00:00
|
|
|
# package removal
|
|
|
|
%{_sbindir}/update-alternatives --remove %{alt_ckbi} %{_libdir}/pkcs11/p11-kit-trust.so
|
2013-03-08 12:01:51 +00:00
|
|
|
fi
|
|
|
|
|
2011-08-17 15:48:31 +00:00
|
|
|
|
|
|
|
%files
|
2014-07-30 14:47:27 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS README
|
2011-08-21 06:31:43 +00:00
|
|
|
%doc p11-kit/pkcs11.conf.example
|
2011-08-17 15:48:31 +00:00
|
|
|
%dir %{_sysconfdir}/pkcs11
|
|
|
|
%dir %{_sysconfdir}/pkcs11/modules
|
2013-03-05 09:09:59 +00:00
|
|
|
%dir %{_datadir}/p11-kit
|
|
|
|
%dir %{_datadir}/p11-kit/modules
|
2017-02-24 13:03:11 +00:00
|
|
|
%dir %{_libexecdir}/p11-kit
|
|
|
|
%{_bindir}/p11-kit
|
2011-08-17 15:48:31 +00:00
|
|
|
%{_libdir}/libp11-kit.so.*
|
|
|
|
%{_libdir}/p11-kit-proxy.so
|
2017-02-24 13:03:11 +00:00
|
|
|
%{_libexecdir}/p11-kit/p11-kit-remote
|
|
|
|
%{_mandir}/man1/trust.1.gz
|
|
|
|
%{_mandir}/man8/p11-kit.8.gz
|
2013-06-05 12:33:16 +00:00
|
|
|
%{_mandir}/man5/pkcs11.conf.5.gz
|
2011-08-17 15:48:31 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/p11-kit-1/
|
|
|
|
%{_libdir}/libp11-kit.so
|
|
|
|
%{_libdir}/pkgconfig/p11-kit-1.pc
|
|
|
|
%doc %{_datadir}/gtk-doc/
|
|
|
|
|
2013-03-08 12:01:51 +00:00
|
|
|
%files trust
|
2013-07-18 12:29:03 +00:00
|
|
|
%{_bindir}/trust
|
2014-01-25 19:17:46 +00:00
|
|
|
%dir %{_libdir}/pkcs11
|
2017-08-28 13:57:41 +00:00
|
|
|
%ghost %{_libdir}/libnssckbi.so
|
2013-03-08 12:01:51 +00:00
|
|
|
%{_libdir}/pkcs11/p11-kit-trust.so
|
|
|
|
%{_datadir}/p11-kit/modules/p11-kit-trust.module
|
2016-12-20 11:58:27 +00:00
|
|
|
%{_libexecdir}/p11-kit/trust-extract-compat
|
2017-02-24 09:12:16 +00:00
|
|
|
|
2017-03-02 15:33:10 +00:00
|
|
|
%files server
|
2017-02-24 09:12:16 +00:00
|
|
|
%{_libdir}/pkcs11/p11-kit-client.so
|
2017-10-05 13:44:02 +00:00
|
|
|
%{_userunitdir}/p11-kit-client.service
|
2017-02-24 09:12:16 +00:00
|
|
|
%{_libexecdir}/p11-kit/p11-kit-server
|
2018-08-10 17:00:16 +00:00
|
|
|
%{_userunitdir}/p11-kit-server.service
|
|
|
|
%{_userunitdir}/p11-kit-server.socket
|
2013-03-08 12:01:51 +00:00
|
|
|
|
2011-08-17 15:48:31 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-01-11 17:50:49 +00:00
|
|
|
* Fri Jan 11 2018 Nils Philippsen <nils@tiptoe.de>
|
|
|
|
- use spaces instead of tabs consistently
|
2019-01-11 19:11:47 +00:00
|
|
|
- prefer fixed closures to libffi closures (#1656245, patch by Daiki Ueno)
|
2019-01-11 17:50:49 +00:00
|
|
|
|
2018-11-22 15:48:09 +00:00
|
|
|
* Mon Oct 29 2018 James Antill <james.antill@redhat.com> - 0.23.14-2
|
2018-11-22 15:42:03 +00:00
|
|
|
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc.
|
|
|
|
|
2018-09-07 15:30:42 +00:00
|
|
|
* Fri Sep 07 2018 Daiki Ueno <dueno@redhat.com> - 0.23.14-1
|
|
|
|
- Update to upstream 0.23.14 release
|
|
|
|
|
2018-08-15 13:14:31 +00:00
|
|
|
* Wed Aug 15 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-3
|
|
|
|
- Forcibly link with libpthread to avoid regressions (rhbz#1615038)
|
|
|
|
|
2018-08-15 12:15:08 +00:00
|
|
|
* Wed Aug 15 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-2
|
|
|
|
- Fix invalid memory access on proxy cleanup
|
|
|
|
|
2018-08-10 17:00:16 +00:00
|
|
|
* Fri Aug 10 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-1
|
|
|
|
- Update to upstream 0.23.13 release
|
|
|
|
|
2018-07-13 15:22:37 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-30 14:37:38 +00:00
|
|
|
* Wed May 30 2018 Daiki Ueno <dueno@redhat.com> - 0.23.12-1
|
|
|
|
- Update to upstream 0.23.11 release
|
|
|
|
|
2018-02-28 09:22:39 +00:00
|
|
|
* Wed Feb 28 2018 Daiki Ueno <dueno@redhat.com> - 0.23.10-1
|
|
|
|
- Update to upstream 0.23.10 release
|
|
|
|
|
2018-02-08 18:06:40 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-10-05 13:44:02 +00:00
|
|
|
* Thu Oct 05 2017 Daiki Ueno <dueno@redhat.com> - 0.23.9-2
|
|
|
|
- server: Make it possible to eval envvar settings
|
|
|
|
|
2017-10-04 09:19:08 +00:00
|
|
|
* Wed Oct 04 2017 Daiki Ueno <dueno@redhat.com> - 0.23.9-1
|
2017-10-04 09:56:36 +00:00
|
|
|
- Update to upstream 0.23.9
|
2017-10-04 09:19:08 +00:00
|
|
|
|
2017-08-28 13:57:41 +00:00
|
|
|
* Fri Aug 25 2017 Kai Engert <kaie@redhat.com> - 0.23.8-2
|
|
|
|
- Fix a regression caused by a recent nss.rpm change, add a %%ghost file
|
|
|
|
for %%{_libdir}/libnssckbi.so that p11-kit-trust scripts install.
|
|
|
|
|
2017-08-15 12:56:14 +00:00
|
|
|
* Tue Aug 15 2017 Daiki Ueno <dueno@redhat.com> - 0.23.8-1
|
|
|
|
- Update to 0.23.8 release
|
|
|
|
|
2017-08-03 04:44:04 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 02:03:31 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-02 08:01:07 +00:00
|
|
|
* Fri Jun 2 2017 Daiki Ueno <dueno@redhat.com> - 0.23.7-1
|
|
|
|
- Update to 0.23.7 release
|
|
|
|
|
2017-05-18 12:41:25 +00:00
|
|
|
* Thu May 18 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-3
|
|
|
|
- Update p11-kit-modifiable.patch to simplify the logic
|
|
|
|
|
2017-05-18 11:01:47 +00:00
|
|
|
* Thu May 18 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-2
|
|
|
|
- Make "trust anchor --remove" work again
|
|
|
|
|
2017-03-02 15:33:10 +00:00
|
|
|
* Thu Mar 2 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-1
|
|
|
|
- Update to 0.23.5 release
|
|
|
|
- Rename -tools subpackage to -server and remove systemd unit files
|
|
|
|
|
2017-02-24 13:03:11 +00:00
|
|
|
* Fri Feb 24 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-3
|
|
|
|
- Move p11-kit command back to main package
|
|
|
|
|
2017-02-24 09:12:16 +00:00
|
|
|
* Fri Feb 24 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-2
|
|
|
|
- Split out command line tools to -tools subpackage, to avoid a
|
|
|
|
multilib issue with the main package. Suggested by Yanko Kaneti.
|
|
|
|
|
2017-02-22 10:14:34 +00:00
|
|
|
* Wed Feb 22 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-1
|
|
|
|
- Update to 0.23.4 release
|
|
|
|
|
2017-02-11 01:09:00 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-06 13:50:48 +00:00
|
|
|
* Fri Jan 6 2017 Daiki Ueno <dueno@redhat.com> - 0.23.3-2
|
|
|
|
- Use internal hash implementation instead of NSS (#1390598)
|
|
|
|
|
2016-12-20 11:58:27 +00:00
|
|
|
* Tue Dec 20 2016 Daiki Ueno <dueno@redhat.com> - 0.23.3-1
|
|
|
|
- Update to 0.23.3 release
|
|
|
|
- Adjust executables location from %%libdir to %%libexecdir
|
|
|
|
|
2016-02-04 11:48:30 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-12 14:08:04 +00:00
|
|
|
* Tue Jan 12 2016 Martin Preisler <mpreisle@redhat.com> - 0.23.2-1
|
|
|
|
- Update to stable 0.23.2 release
|
|
|
|
|
2015-06-30 12:36:54 +00:00
|
|
|
* 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]
|
|
|
|
- Do not deinitialize libffi's wrapper functions [#1217915]
|
|
|
|
|
2015-06-18 00:34:15 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-21 21:19:00 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.23.1-2
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2015-02-20 20:39:34 +00:00
|
|
|
* Fri Feb 20 2015 Stef Walter <stefw@redhat.com> - 0.23.1-1
|
|
|
|
- Update to 0.23.1 release
|
|
|
|
|
2014-10-09 15:43:09 +00:00
|
|
|
* Thu Oct 09 2014 Stef Walter <stefw@redhat.com> - 0.22.1-1
|
|
|
|
- Update to 0.22.1 release
|
|
|
|
- Use SubjectKeyIdentifier as a CKA_ID if possible rhbz#1148895
|
|
|
|
|
2014-10-04 11:40:27 +00:00
|
|
|
* Sat Oct 04 2014 Stef Walter <stefw@redhat.com> 0.22.0-1
|
|
|
|
- Update to 0.22.0 release
|
|
|
|
|
2014-09-17 12:12:27 +00:00
|
|
|
* Wed Sep 17 2014 Stef Walter <stefw@redhat.com> 0.21.3-1
|
|
|
|
- Update to 0.21.3 release
|
|
|
|
- Includes definitions for trust extensions rhbz#1136817
|
|
|
|
|
2014-09-05 10:18:48 +00:00
|
|
|
* Fri Sep 05 2014 Stef Walter <stefw@redhat.com> 0.21.2-1
|
|
|
|
- Update to 0.21.2 release
|
|
|
|
- Fix problems with erroneous messages printed rhbz#1133857
|
|
|
|
|
2014-08-17 14:29:37 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-07 11:56:09 +00:00
|
|
|
* Thu Aug 07 2014 Stef Walter <stefw@redhat.com> - 0.21.1-1
|
|
|
|
- Update to 0.21.1 release
|
|
|
|
|
2014-07-30 14:47:27 +00:00
|
|
|
* Wed Jul 30 2014 Tom Callaway <spot@fedoraproject.org> - 0.20.3-3
|
|
|
|
- fix license handling
|
|
|
|
|
2014-07-04 14:23:36 +00:00
|
|
|
* Fri Jul 04 2014 Stef Walter <stefw@redhat.com> - 0.20.3-2
|
|
|
|
- Update to stable 0.20.3 release
|
|
|
|
|
2014-06-06 23:23:09 +00:00
|
|
|
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-01-25 19:17:46 +00:00
|
|
|
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.20.2-2
|
|
|
|
- Own the %%{_libdir}/pkcs11 dir in -trust.
|
|
|
|
|
2014-01-14 14:57:44 +00:00
|
|
|
* 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]
|
|
|
|
|
2013-09-09 12:19:08 +00:00
|
|
|
* 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
|
|
|
|
- Skip compat extraction if running as non-root
|
|
|
|
- Better failure messages when removing anchors
|
|
|
|
|
2013-08-29 10:46:03 +00:00
|
|
|
* Thu Aug 29 2013 Stef Walter <stefw@redhat.com> - 0.19.4-1
|
|
|
|
- Update to new upstream 0.19.4 release
|
|
|
|
|
2013-08-03 16:16:09 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-18 12:29:03 +00:00
|
|
|
* Wed Jul 24 2013 Stef Walter <stefw@redhat.com> - 0.19.3-1
|
|
|
|
- Update to new upstream 0.19.3 release (#967822)
|
|
|
|
|
2013-06-05 12:33:16 +00:00
|
|
|
* Wed Jun 05 2013 Stef Walter <stefw@redhat.com> - 0.18.3-1
|
|
|
|
- Update to new upstream stable release
|
|
|
|
- Fix intermittent firefox cert validation issues (#960230)
|
|
|
|
- Include the manual pages in the package
|
|
|
|
|
2013-05-14 09:42:55 +00:00
|
|
|
* Tue May 14 2013 Stef Walter <stefw@redhat.com> - 0.18.2-1
|
|
|
|
- Update to new upstream stable release
|
|
|
|
- Reduce the libtasn1 dependency minimum version
|
|
|
|
|
2013-05-02 07:09:45 +00:00
|
|
|
* Thu May 02 2013 Stef Walter <stefw@redhat.com> - 0.18.1-1
|
|
|
|
- Update to new upstream stable release
|
|
|
|
- 'p11-kit extract-trust' lives in libdir
|
|
|
|
|
2013-04-04 07:07:18 +00:00
|
|
|
* 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
|
|
|
|
|
2013-03-26 15:36:03 +00:00
|
|
|
* Thu Mar 28 2013 Stef Walter <stefw@redhat.com> - 0.17.5-1
|
|
|
|
- Make 'p11-kit extract-trust' call update-ca-trust
|
|
|
|
- Work around 32-bit oveflow of certificate dates
|
|
|
|
- Build fixes
|
|
|
|
|
|
|
|
* Tue Mar 26 2013 Stef Walter <stefw@redhat.com> - 0.17.4-2
|
|
|
|
- Pull in patch from upstream to fix build on ppc (#927394)
|
|
|
|
|
|
|
|
* Wed Mar 20 2013 Stef Walter <stefw@redhat.com> - 0.17.4-1
|
2013-03-20 21:26:19 +00:00
|
|
|
- Update to upstream version 0.17.4
|
|
|
|
|
2013-03-19 18:31:50 +00:00
|
|
|
* Mon Mar 18 2013 Stef Walter <stefw@redhat.com> - 0.17.3-1
|
|
|
|
- Update to upstream version 0.17.3
|
|
|
|
- Put the trust input paths in the right order
|
|
|
|
|
2013-03-12 09:03:13 +00:00
|
|
|
* Tue Mar 12 2013 Stef Walter <stefw@redhat.com> - 0.16.4-1
|
|
|
|
- Update to upstream version 0.16.4
|
|
|
|
|
2013-03-08 12:01:51 +00:00
|
|
|
* Fri Mar 08 2013 Stef Walter <stefw@redhat.com> - 0.16.3-1
|
|
|
|
- Update to upstream version 0.16.3
|
|
|
|
- Split out system trust module into its own package.
|
|
|
|
- p11-kit-trust provides an alternative to an nss module
|
|
|
|
|
2013-03-07 21:59:16 +00:00
|
|
|
* Tue Mar 05 2013 Stef Walter <stefw@redhat.com> - 0.16.1-1
|
|
|
|
- Update to upstream version 0.16.1
|
|
|
|
- Setup source directories as appropriate for Shared System Certificates feature
|
|
|
|
|
2013-03-05 09:09:59 +00:00
|
|
|
* Tue Mar 05 2013 Stef Walter <stefw@redhat.com> - 0.16.0-1
|
|
|
|
- Update to upstream version 0.16.0
|
|
|
|
|
2013-02-14 09:40:46 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-17 14:10:15 +00:00
|
|
|
* Mon Sep 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.14-1
|
|
|
|
- Update to 0.14
|
|
|
|
|
2012-07-20 07:40:31 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 13:50:36 +00:00
|
|
|
* Mon Jul 16 2012 Kalev Lember <kalevlember@gmail.com> - 0.13-1
|
|
|
|
- Update to 0.13
|
|
|
|
|
2012-03-26 22:35:15 +00:00
|
|
|
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 0.12-1
|
|
|
|
- Update to 0.12
|
2012-03-26 22:37:12 +00:00
|
|
|
- Run self tests in %%check
|
2012-03-26 22:35:15 +00:00
|
|
|
|
2012-02-11 11:26:46 +00:00
|
|
|
* Sat Feb 11 2012 Kalev Lember <kalevlember@gmail.com> - 0.11-1
|
|
|
|
- Update to 0.11
|
|
|
|
|
2012-01-13 11:52:01 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 00:59:27 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.9-1
|
|
|
|
- Update to 0.9
|
|
|
|
|
2011-10-26 14:05:31 +00:00
|
|
|
* Wed Oct 26 2011 Kalev Lember <kalevlember@gmail.com> - 0.8-1
|
|
|
|
- Update to 0.8
|
|
|
|
|
2011-09-20 03:42:19 +00:00
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.6-1
|
|
|
|
- Update to 0.6
|
|
|
|
|
2011-09-04 14:51:33 +00:00
|
|
|
* Sun Sep 04 2011 Kalev Lember <kalevlember@gmail.com> - 0.5-1
|
|
|
|
- Update to 0.5
|
|
|
|
|
2011-08-21 06:31:43 +00:00
|
|
|
* Sun Aug 21 2011 Kalev Lember <kalevlember@gmail.com> - 0.4-1
|
|
|
|
- Update to 0.4
|
|
|
|
- Install the example config file to documentation directory
|
|
|
|
|
2011-08-17 15:49:49 +00:00
|
|
|
* Wed Aug 17 2011 Kalev Lember <kalevlember@gmail.com> - 0.3-2
|
|
|
|
- Tighten -devel subpackage deps (#725905)
|
|
|
|
|
2011-08-17 15:48:31 +00:00
|
|
|
* Fri Jul 29 2011 Kalev Lember <kalevlember@gmail.com> - 0.3-1
|
|
|
|
- Update to 0.3
|
|
|
|
- Upstream rewrote the ASL 2.0 bits, which makes the whole package
|
|
|
|
BSD-licensed
|
|
|
|
|
|
|
|
* Tue Jul 12 2011 Kalev Lember <kalevlember@gmail.com> - 0.2-1
|
|
|
|
- Initial RPM release
|