2009-07-28 10:27:44 +00:00
|
|
|
Name: opencryptoki
|
2021-10-19 18:00:39 +00:00
|
|
|
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
|
|
|
Version: 3.17.0
|
2021-11-25 12:36:42 +00:00
|
|
|
Release: 3%{?dist}
|
2009-07-28 10:27:44 +00:00
|
|
|
License: CPL
|
2019-03-28 10:21:26 +00:00
|
|
|
URL: https://github.com/opencryptoki/opencryptoki
|
2018-02-23 11:31:02 +00:00
|
|
|
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
2019-10-07 14:26:09 +00:00
|
|
|
Source1: opencryptoki.module
|
2012-02-27 12:14:18 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=732756
|
2019-01-31 10:05:38 +00:00
|
|
|
Patch0: opencryptoki-3.11.0-group.patch
|
2019-02-19 13:20:21 +00:00
|
|
|
# bz#1373833, change tmpfiles snippets from /var/lock/* to /run/lock/*
|
2019-01-31 10:05:38 +00:00
|
|
|
Patch1: opencryptoki-3.11.0-lockdir.patch
|
2021-11-09 09:01:13 +00:00
|
|
|
# add missing config file
|
|
|
|
Patch2: opencryptoki-1.17.0-p11sak.patch
|
2021-11-25 12:36:42 +00:00
|
|
|
# covscan
|
|
|
|
Patch3: opencryptoki-3.17.0-covscan.patch
|
2015-05-07 08:52:35 +00:00
|
|
|
# Use --no-undefined to debug missing symbols
|
2019-08-05 14:53:11 +00:00
|
|
|
#Patch100: %%{name}-3.2-no-undefined.patch
|
2021-06-30 15:06:34 +00:00
|
|
|
# upstream patches
|
2021-11-25 12:36:42 +00:00
|
|
|
# PIDfile below legacy directory /var/run/
|
|
|
|
Patch300: opencryptoki-pkcsslotd-pidfile.patch
|
2021-06-30 15:36:01 +00:00
|
|
|
|
2016-03-21 16:46:58 +00:00
|
|
|
Requires(pre): coreutils
|
2021-06-30 15:06:34 +00:00
|
|
|
Requires: (selinux-policy >= 34.9-1 if selinux-policy-targeted)
|
2018-02-23 15:43:27 +00:00
|
|
|
BuildRequires: gcc
|
2021-03-31 11:56:31 +00:00
|
|
|
BuildRequires: gcc-c++
|
2021-10-19 18:00:39 +00:00
|
|
|
BuildRequires: openssl-devel >= 1.1.1
|
2020-12-22 13:36:07 +00:00
|
|
|
%if 0%{?tmptok}
|
2010-09-14 09:49:20 +00:00
|
|
|
BuildRequires: trousers-devel
|
2020-12-22 13:36:07 +00:00
|
|
|
%endif
|
2013-07-22 14:40:33 +00:00
|
|
|
BuildRequires: openldap-devel
|
2009-07-28 10:27:44 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
2013-07-22 14:40:33 +00:00
|
|
|
BuildRequires: bison flex
|
2021-06-30 16:18:39 +00:00
|
|
|
BuildRequires: systemd-devel
|
2017-05-17 10:57:12 +00:00
|
|
|
BuildRequires: libitm-devel
|
2019-03-28 10:27:12 +00:00
|
|
|
BuildRequires: expect
|
2020-12-22 10:29:19 +00:00
|
|
|
BuildRequires: make
|
2009-07-28 10:27:44 +00:00
|
|
|
%ifarch s390 s390x
|
2014-09-10 14:08:11 +00:00
|
|
|
BuildRequires: libica-devel >= 2.3
|
2009-07-28 10:27:44 +00:00
|
|
|
%endif
|
2014-01-29 14:16:33 +00:00
|
|
|
Requires(pre): %{name}-libs%{?_isa} = %{version}-%{release}
|
2009-07-28 10:27:44 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2013-01-28 11:44:06 +00:00
|
|
|
Requires: %{name}(token)
|
2013-07-22 14:40:33 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
2012-02-27 12:14:18 +00:00
|
|
|
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%description
|
2021-10-19 18:00:39 +00:00
|
|
|
Opencryptoki implements the PKCS#11 specification v2.20 for a set of
|
2010-09-14 09:49:20 +00:00
|
|
|
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
|
|
|
|
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
|
|
|
|
token implementation that can be used without any cryptographic
|
|
|
|
hardware.
|
|
|
|
This package contains the Slot Daemon (pkcsslotd) and general utilities.
|
|
|
|
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%package libs
|
2010-09-14 09:49:20 +00:00
|
|
|
Summary: The run-time libraries for opencryptoki package
|
2015-08-27 09:35:35 +00:00
|
|
|
Requires(pre): shadow-utils
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%description libs
|
2021-10-19 18:00:39 +00:00
|
|
|
Opencryptoki implements the PKCS#11 specification v2.20 for a set of
|
2010-09-14 09:49:20 +00:00
|
|
|
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
|
|
|
|
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
|
|
|
|
token implementation that can be used without any cryptographic
|
|
|
|
hardware.
|
|
|
|
This package contains the PKCS#11 library implementation, and requires
|
|
|
|
at least one token implementation (packaged separately) to be fully
|
|
|
|
functional.
|
|
|
|
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for openCryptoki
|
2012-06-21 11:49:09 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%description devel
|
2010-09-14 09:49:20 +00:00
|
|
|
This package contains the development header files for building
|
|
|
|
opencryptoki and PKCS#11 based applications
|
|
|
|
|
|
|
|
|
|
|
|
%package swtok
|
|
|
|
Summary: The software token implementation for opencryptoki
|
2014-01-29 14:16:33 +00:00
|
|
|
Requires(pre): %{name}-libs%{?_isa} = %{version}-%{release}
|
2010-09-14 09:49:20 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2013-01-28 11:44:06 +00:00
|
|
|
Provides: %{name}(token)
|
2010-09-14 09:49:20 +00:00
|
|
|
|
|
|
|
%description swtok
|
2021-10-19 18:00:39 +00:00
|
|
|
Opencryptoki implements the PKCS#11 specification v2.20 for a set of
|
2010-09-14 09:49:20 +00:00
|
|
|
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
|
|
|
|
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
|
|
|
|
token implementation that can be used without any cryptographic
|
|
|
|
hardware.
|
|
|
|
This package brings the software token implementation to use opencryptoki
|
|
|
|
without any specific cryptographic hardware.
|
|
|
|
|
|
|
|
|
|
|
|
%package tpmtok
|
|
|
|
Summary: Trusted Platform Module (TPM) device support for opencryptoki
|
2014-01-29 14:16:33 +00:00
|
|
|
Requires(pre): %{name}-libs%{?_isa} = %{version}-%{release}
|
2010-09-14 09:49:20 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2013-01-28 11:44:06 +00:00
|
|
|
Provides: %{name}(token)
|
2010-09-14 09:49:20 +00:00
|
|
|
|
|
|
|
%description tpmtok
|
2021-10-19 18:00:39 +00:00
|
|
|
Opencryptoki implements the PKCS#11 specification v2.20 for a set of
|
2010-09-14 09:49:20 +00:00
|
|
|
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
|
|
|
|
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
|
|
|
|
token implementation that can be used without any cryptographic
|
|
|
|
hardware.
|
|
|
|
This package brings the necessary libraries and files to support
|
|
|
|
Trusted Platform Module (TPM) devices in the opencryptoki stack.
|
|
|
|
|
|
|
|
|
2013-07-22 14:40:33 +00:00
|
|
|
%package icsftok
|
|
|
|
Summary: ICSF token support for opencryptoki
|
2014-01-29 14:16:33 +00:00
|
|
|
Requires(pre): %{name}-libs%{?_isa} = %{version}-%{release}
|
2013-07-22 14:40:33 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: %{name}(token)
|
|
|
|
|
|
|
|
%description icsftok
|
2021-10-19 18:00:39 +00:00
|
|
|
Opencryptoki implements the PKCS#11 specification v2.20 for a set of
|
2013-07-22 14:40:33 +00:00
|
|
|
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
|
|
|
|
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
|
|
|
|
token implementation that can be used without any cryptographic
|
|
|
|
hardware.
|
|
|
|
This package brings the necessary libraries and files to support
|
|
|
|
ICSF token in the opencryptoki stack.
|
|
|
|
|
|
|
|
|
2010-09-14 09:49:20 +00:00
|
|
|
%ifarch s390 s390x
|
|
|
|
%package icatok
|
|
|
|
Summary: ICA cryptographic devices (clear-key) support for opencryptoki
|
2014-01-29 14:16:33 +00:00
|
|
|
Requires(pre): %{name}-libs%{?_isa} = %{version}-%{release}
|
2010-09-14 09:49:20 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2013-01-28 11:44:06 +00:00
|
|
|
Provides: %{name}(token)
|
2010-09-14 09:49:20 +00:00
|
|
|
|
|
|
|
%description icatok
|
2021-10-19 18:00:39 +00:00
|
|
|
Opencryptoki implements the PKCS#11 specification v2.20 for a set of
|
2010-09-14 09:49:20 +00:00
|
|
|
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
|
|
|
|
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
|
|
|
|
token implementation that can be used without any cryptographic
|
|
|
|
hardware.
|
|
|
|
This package brings the necessary libraries and files to support ICA
|
|
|
|
devices in the opencryptoki stack. ICA is an interface to IBM
|
|
|
|
cryptographic hardware such as IBM 4764 or 4765 that uses the
|
|
|
|
"accelerator" or "clear-key" path.
|
|
|
|
|
|
|
|
%package ccatok
|
|
|
|
Summary: CCA cryptographic devices (secure-key) support for opencryptoki
|
2014-01-29 14:16:33 +00:00
|
|
|
Requires(pre): %{name}-libs%{?_isa} = %{version}-%{release}
|
2010-09-14 09:49:20 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2013-01-28 11:44:06 +00:00
|
|
|
Provides: %{name}(token)
|
2010-09-14 09:49:20 +00:00
|
|
|
|
|
|
|
%description ccatok
|
2021-10-19 18:00:39 +00:00
|
|
|
Opencryptoki implements the PKCS#11 specification v2.20 for a set of
|
2010-09-14 09:49:20 +00:00
|
|
|
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
|
|
|
|
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
|
|
|
|
token implementation that can be used without any cryptographic
|
|
|
|
hardware.
|
|
|
|
This package brings the necessary libraries and files to support CCA
|
|
|
|
devices in the opencryptoki stack. CCA is an interface to IBM
|
|
|
|
cryptographic hardware such as IBM 4764 or 4765 that uses the
|
|
|
|
"co-processor" or "secure-key" path.
|
2014-09-10 14:08:11 +00:00
|
|
|
|
|
|
|
%package ep11tok
|
|
|
|
Summary: CCA cryptographic devices (secure-key) support for opencryptoki
|
|
|
|
Requires(pre): %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: %{name}(token)
|
|
|
|
|
|
|
|
%description ep11tok
|
2021-10-19 18:00:39 +00:00
|
|
|
Opencryptoki implements the PKCS#11 specification v2.20 for a set of
|
2014-09-10 14:08:11 +00:00
|
|
|
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
|
|
|
|
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
|
|
|
|
token implementation that can be used without any cryptographic
|
|
|
|
hardware.
|
|
|
|
This package brings the necessary libraries and files to support EP11
|
|
|
|
tokens in the opencryptoki stack. The EP11 token is a token that uses
|
|
|
|
the IBM Crypto Express adapters (starting with Crypto Express 4S adapters)
|
|
|
|
configured with Enterprise PKCS#11 (EP11) firmware.
|
2010-09-14 09:49:20 +00:00
|
|
|
%endif
|
|
|
|
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%prep
|
2018-02-23 11:31:02 +00:00
|
|
|
%autosetup -p1
|
2015-05-07 08:52:35 +00:00
|
|
|
|
2010-09-14 09:49:20 +00:00
|
|
|
|
|
|
|
%build
|
2009-07-28 10:27:44 +00:00
|
|
|
./bootstrap.sh
|
2010-09-14 09:49:20 +00:00
|
|
|
|
2019-03-28 10:21:26 +00:00
|
|
|
%configure --with-systemd=%{_unitdir} --enable-testcases \
|
2020-12-22 13:36:07 +00:00
|
|
|
%if 0%{?tpmtok}
|
|
|
|
--enable-tpmtok \
|
|
|
|
%else
|
|
|
|
--disable-tpmtok \
|
|
|
|
%endif
|
2010-06-29 08:19:03 +00:00
|
|
|
%ifarch s390 s390x
|
2014-09-10 14:08:11 +00:00
|
|
|
--enable-icatok --enable-ccatok --enable-ep11tok --enable-pkcsep11_migrate
|
2010-09-14 09:49:20 +00:00
|
|
|
%else
|
2019-09-22 11:58:19 +00:00
|
|
|
--disable-icatok --disable-ccatok --disable-ep11tok --disable-pkcsep11_migrate
|
2010-06-29 08:19:03 +00:00
|
|
|
%endif
|
|
|
|
|
2020-07-14 02:20:26 +00:00
|
|
|
%make_build CHGRP=/bin/true
|
2009-07-28 10:27:44 +00:00
|
|
|
|
2010-09-14 09:49:20 +00:00
|
|
|
|
2009-07-28 10:27:44 +00:00
|
|
|
%install
|
2020-07-14 02:20:26 +00:00
|
|
|
%make_install CHGRP=/bin/true
|
2019-10-07 14:26:09 +00:00
|
|
|
install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/p11-kit/modules/opencryptoki.module
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
|
2014-01-20 17:27:04 +00:00
|
|
|
%pre libs
|
2010-09-14 09:49:20 +00:00
|
|
|
getent group pkcs11 >/dev/null || groupadd -r pkcs11
|
2009-07-28 10:27:44 +00:00
|
|
|
exit 0
|
|
|
|
|
2012-02-27 12:14:18 +00:00
|
|
|
%post
|
2013-04-04 09:54:52 +00:00
|
|
|
%systemd_post pkcsslotd.service
|
2019-01-31 10:05:38 +00:00
|
|
|
if test $1 -eq 1; then
|
2019-08-05 14:53:11 +00:00
|
|
|
%tmpfiles_create %{name}.conf
|
2019-01-31 10:05:38 +00:00
|
|
|
fi
|
2012-02-27 12:14:18 +00:00
|
|
|
|
2009-07-28 10:27:44 +00:00
|
|
|
%preun
|
2013-04-04 09:54:52 +00:00
|
|
|
%systemd_preun pkcsslotd.service
|
2012-02-27 12:14:18 +00:00
|
|
|
|
|
|
|
%postun
|
2013-04-04 09:54:52 +00:00
|
|
|
%systemd_postun_with_restart pkcsslotd.service
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
2017-11-23 16:57:20 +00:00
|
|
|
%doc ChangeLog FAQ README.md
|
|
|
|
%doc doc/opencryptoki-howto.md
|
2013-07-22 14:40:33 +00:00
|
|
|
%doc doc/README.token_data
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
2021-11-09 09:01:13 +00:00
|
|
|
%attr(0640, root, pkcs11) %config(noreplace) %{_sysconfdir}/%{name}/p11sak_defined_attrs.conf
|
2019-03-28 10:21:26 +00:00
|
|
|
%{_tmpfilesdir}/%{name}.conf
|
2012-02-27 12:14:18 +00:00
|
|
|
%{_unitdir}/pkcsslotd.service
|
2020-05-15 08:45:36 +00:00
|
|
|
%{_sbindir}/p11sak
|
2020-07-08 15:04:38 +00:00
|
|
|
%{_sbindir}/pkcstok_migrate
|
2013-07-22 14:40:33 +00:00
|
|
|
%{_sbindir}/pkcsconf
|
|
|
|
%{_sbindir}/pkcsslotd
|
2020-05-15 08:45:36 +00:00
|
|
|
%{_mandir}/man1/p11sak.1*
|
2020-07-08 15:04:38 +00:00
|
|
|
%{_mandir}/man1/pkcstok_migrate.1*
|
2013-07-22 14:40:33 +00:00
|
|
|
%{_mandir}/man1/pkcsconf.1*
|
|
|
|
%{_mandir}/man5/%{name}.conf.5*
|
2021-10-19 18:36:56 +00:00
|
|
|
%{_mandir}/man5/p11sak_defined_attrs.conf.5*
|
2013-07-22 14:40:33 +00:00
|
|
|
%{_mandir}/man7/%{name}.7*
|
|
|
|
%{_mandir}/man8/pkcsslotd.8*
|
2010-09-14 09:49:20 +00:00
|
|
|
%{_libdir}/opencryptoki/methods
|
|
|
|
%{_libdir}/pkcs11/methods
|
2009-07-28 10:27:44 +00:00
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}
|
2019-01-31 10:05:38 +00:00
|
|
|
%ghost %dir %attr(770,root,pkcs11) %{_rundir}/lock/%{name}
|
|
|
|
%ghost %dir %attr(770,root,pkcs11) %{_rundir}/lock/%{name}/*
|
2019-03-28 10:21:26 +00:00
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/log/opencryptoki
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%files libs
|
2015-11-19 09:13:47 +00:00
|
|
|
%license LICENSE
|
2009-07-28 10:27:44 +00:00
|
|
|
%{_sysconfdir}/ld.so.conf.d/*
|
|
|
|
# Unversioned .so symlinks usually belong to -devel packages, but opencryptoki
|
|
|
|
# needs them in the main package, because:
|
|
|
|
# documentation suggests that programs should dlopen "PKCS11_API.so".
|
2014-09-10 14:08:11 +00:00
|
|
|
%dir %{_libdir}/opencryptoki
|
2010-09-14 09:49:20 +00:00
|
|
|
%{_libdir}/opencryptoki/libopencryptoki.*
|
|
|
|
%{_libdir}/opencryptoki/PKCS11_API.so
|
|
|
|
%dir %{_libdir}/opencryptoki/stdll
|
|
|
|
%dir %{_libdir}/pkcs11
|
|
|
|
%{_libdir}/pkcs11/libopencryptoki.so
|
|
|
|
%{_libdir}/pkcs11/PKCS11_API.so
|
|
|
|
%{_libdir}/pkcs11/stdll
|
2019-10-07 14:26:09 +00:00
|
|
|
# Co-owned with p11-kit
|
|
|
|
%dir %{_datadir}/p11-kit/
|
|
|
|
%dir %{_datadir}/p11-kit/modules/
|
|
|
|
%{_datadir}/p11-kit/modules/opencryptoki.module
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%files devel
|
2012-06-21 11:49:09 +00:00
|
|
|
%{_includedir}/%{name}/
|
2009-07-28 10:27:44 +00:00
|
|
|
|
2010-09-14 09:49:20 +00:00
|
|
|
%files swtok
|
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_sw.*
|
|
|
|
%{_libdir}/opencryptoki/stdll/PKCS11_SW.so
|
2014-01-20 17:27:04 +00:00
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/swtok/
|
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/swtok/TOK_OBJ/
|
2010-09-14 09:49:20 +00:00
|
|
|
|
2020-12-22 13:36:07 +00:00
|
|
|
%if 0%{?tmptok}
|
2010-09-14 09:49:20 +00:00
|
|
|
%files tpmtok
|
|
|
|
%doc doc/README.tpm_stdll
|
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_tpm.*
|
|
|
|
%{_libdir}/opencryptoki/stdll/PKCS11_TPM.so
|
2014-01-20 17:27:04 +00:00
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/tpm/
|
2020-12-22 13:36:07 +00:00
|
|
|
%endif
|
2010-09-14 09:49:20 +00:00
|
|
|
|
2013-07-22 14:40:33 +00:00
|
|
|
%files icsftok
|
|
|
|
%doc doc/README.icsf_stdll
|
|
|
|
%{_sbindir}/pkcsicsf
|
|
|
|
%{_mandir}/man1/pkcsicsf.1*
|
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_icsf.*
|
|
|
|
%{_libdir}/opencryptoki/stdll/PKCS11_ICSF.so
|
2014-01-20 17:27:04 +00:00
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/icsf/
|
2013-07-22 14:40:33 +00:00
|
|
|
|
2010-09-14 09:49:20 +00:00
|
|
|
%ifarch s390 s390x
|
|
|
|
%files icatok
|
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_ica.*
|
|
|
|
%{_libdir}/opencryptoki/stdll/PKCS11_ICA.so
|
2014-01-20 17:27:04 +00:00
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/lite/
|
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/lite/TOK_OBJ/
|
2010-09-14 09:49:20 +00:00
|
|
|
|
|
|
|
%files ccatok
|
|
|
|
%doc doc/README.cca_stdll
|
2014-09-10 14:08:11 +00:00
|
|
|
%{_sbindir}/pkcscca
|
|
|
|
%{_mandir}/man1/pkcscca.1*
|
2010-09-14 09:49:20 +00:00
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_cca.*
|
|
|
|
%{_libdir}/opencryptoki/stdll/PKCS11_CCA.so
|
2014-01-20 17:27:04 +00:00
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/ccatok/
|
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/ccatok/TOK_OBJ/
|
2014-09-10 14:08:11 +00:00
|
|
|
|
|
|
|
%files ep11tok
|
|
|
|
%doc doc/README.ep11_stdll
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/ep11tok.conf
|
2018-02-23 11:31:02 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/ep11cpfilter.conf
|
2014-09-10 14:08:11 +00:00
|
|
|
%{_sbindir}/pkcsep11_migrate
|
2018-02-23 11:31:02 +00:00
|
|
|
%{_sbindir}/pkcsep11_session
|
|
|
|
%{_mandir}/man1/pkcsep11_migrate.1*
|
|
|
|
%{_mandir}/man1/pkcsep11_session.1*
|
2014-09-10 14:08:11 +00:00
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_ep11.*
|
|
|
|
%{_libdir}/opencryptoki/stdll/PKCS11_EP11.so
|
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/ep11tok/
|
|
|
|
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/ep11tok/TOK_OBJ/
|
2010-09-14 09:49:20 +00:00
|
|
|
%endif
|
|
|
|
|
2009-07-28 10:27:44 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-11-25 12:36:42 +00:00
|
|
|
* Thu Nov 25 2021 Than Ngo <than@redhat.com> - 3.17.0-3
|
|
|
|
- fix covscan issues
|
|
|
|
|
2021-11-09 09:01:13 +00:00
|
|
|
* Tue Nov 09 2021 Than Ngo <than@redhat.com> - 3.17.0-2
|
|
|
|
- add missing config file p11sak_defined_attrs.conf
|
|
|
|
|
2021-10-19 18:00:39 +00:00
|
|
|
* Tue Oct 19 2021 Than Ngo <than@redhat.com> - 3.17.0-1
|
|
|
|
- rebase to 3.17.0
|
|
|
|
|
2021-09-14 17:09:39 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 3.16.0-5
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-09-03 13:28:58 +00:00
|
|
|
* Fri Sep 03 2021 Than Ngo <than@redhat.com> - 3.16.0-4
|
|
|
|
- Resolves: #1987186, pkcstok_migrate leaves options with multiple strings in opencryptoki.conf options without double-quotes
|
|
|
|
- Resolves: #1974365, Fix detection if pkcsslotd is still running
|
|
|
|
|
2021-07-22 17:11:55 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.16.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-30 15:06:34 +00:00
|
|
|
* Wed Jun 30 2021 Than Ngo <than@redhat.com> - 3.16.0-2
|
|
|
|
- Added Event Notification Support
|
|
|
|
- Added conditional requirement on selinux-policy >= 34.10-1
|
|
|
|
- pkcsslotd PIDfile below legacy directory
|
2021-06-30 16:18:39 +00:00
|
|
|
- Added BR on systemd-devel
|
2021-06-30 15:06:34 +00:00
|
|
|
|
2021-03-31 11:56:31 +00:00
|
|
|
* Wed Mar 31 2021 Dan Horák <dan[at]danny.cz> - 3.16.0-1
|
|
|
|
- Rebase to 3.16.0
|
|
|
|
|
2021-03-02 15:13:14 +00:00
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.15.1-6
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
2021-02-12 11:14:15 +00:00
|
|
|
* Fri Feb 12 2021 Than Ngo <than@redhat.com> - 3.15.1-5
|
|
|
|
- Added upstream patch, a slot ID has nothing to do with the number of slots
|
|
|
|
|
2021-01-26 22:28:36 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.15.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-22 13:36:07 +00:00
|
|
|
* Tue Dec 22 2020 Than Ngo <than@redhat.com> - 3.15.1-3
|
|
|
|
- Drop tpm1.2 support by default
|
|
|
|
|
2020-12-22 10:29:19 +00:00
|
|
|
* Tue Dec 22 2020 Than Ngo <than@redhat.com> - 3.15.1-2
|
|
|
|
- Fix compiling with c++
|
|
|
|
- Added error message handling for p11sak remove-key command
|
|
|
|
- Add BR on make
|
|
|
|
|
2020-11-02 13:42:05 +00:00
|
|
|
* Mon Nov 02 2020 Than Ngo <than@redhat.com> - 3.15.1-1
|
|
|
|
- Rebase to 3.15.1
|
|
|
|
|
2020-10-19 08:07:39 +00:00
|
|
|
* Mon Oct 19 2020 Dan Horák <dan[at]danny.cz> - 3.15.0-1
|
|
|
|
- Rebase to 3.15.0
|
|
|
|
|
2020-07-28 12:40:55 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-14 02:20:26 +00:00
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 3.14.0-5
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-07-08 15:04:38 +00:00
|
|
|
* Wed Jul 08 2020 Than Ngo <than@redhat.com> - 3.14.0-4
|
|
|
|
- added PIN conversion tool
|
|
|
|
|
2020-07-01 17:34:45 +00:00
|
|
|
* Wed Jul 01 2020 Than Ngo <than@redhat.com> - 3.14.0-3
|
|
|
|
- upstream fix - handle early error cases in C_Initialize
|
|
|
|
|
2020-05-27 09:41:38 +00:00
|
|
|
* Wed May 27 2020 Than Ngo <than@redhat.com> - 3.14.0-2
|
|
|
|
- fix regression, segfault in C_SetPin
|
|
|
|
|
2020-05-15 08:45:36 +00:00
|
|
|
* Fri May 15 2020 Dan Horák <dan[at]danny.cz> - 3.14.0-1
|
|
|
|
- Rebase to 3.14.0
|
|
|
|
|
2020-03-06 08:48:45 +00:00
|
|
|
* Fri Mar 06 2020 Dan Horák <dan[at]danny.cz> - 3.13.0-1
|
|
|
|
- Rebase to 3.13.0
|
|
|
|
|
2020-02-03 12:52:06 +00:00
|
|
|
* Mon Feb 03 2020 Dan Horák <dan[at]danny.cz> - 3.12.1-3
|
|
|
|
- fix build with gcc 10
|
|
|
|
|
2020-01-29 20:14:52 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-27 11:57:14 +00:00
|
|
|
* Wed Nov 27 2019 Dan Horák <dan[at]danny.cz> - 3.12.1-1
|
|
|
|
- Rebase to 3.12.1
|
|
|
|
|
2019-11-13 14:57:13 +00:00
|
|
|
* Wed Nov 13 2019 Dan Horák <dan[at]danny.cz> - 3.12.0-1
|
|
|
|
- Rebase to 3.12.0
|
|
|
|
|
2019-09-22 11:58:19 +00:00
|
|
|
* Sun Sep 22 2019 Dan Horák <dan[at]danny.cz> - 3.11.1-1
|
|
|
|
- Rebase to 3.11.1
|
|
|
|
|
2019-07-25 23:24:26 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-28 10:21:26 +00:00
|
|
|
* Thu Mar 28 2019 Than Ngo <than@redhat.com> - 3.11.0-4
|
|
|
|
- enable testcase by default
|
|
|
|
- fix URL
|
|
|
|
|
2019-02-19 13:20:21 +00:00
|
|
|
* Tue Feb 19 2019 Than Ngo <than@redhat.com> - 3.11.0-3
|
|
|
|
- Resolved #1063763 - opencryptoki tools should inform the user that he is not in pkcs11 group
|
|
|
|
|
2019-02-01 17:21:08 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-31 10:05:38 +00:00
|
|
|
* Thu Jan 31 2019 Than Ngo <than@redhat.com> - 3.11.0-1
|
|
|
|
- Updated to 3.11.0
|
|
|
|
- Resolved #1341079 - Failed to create directory or subvolume "/var/lock/opencryptoki"
|
|
|
|
- Ported root's group membership's patch for 3.11.0
|
|
|
|
|
2018-07-13 15:04:13 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-12 09:27:27 +00:00
|
|
|
* Tue Jun 12 2018 Dan Horák <dan[at]danny.cz> - 3.10.0-1
|
|
|
|
- Rebase to 3.10.0
|
|
|
|
|
2018-02-23 11:31:02 +00:00
|
|
|
* Fri Feb 23 2018 Dan Horák <dan[at]danny.cz> - 3.9.0-1
|
|
|
|
- Rebase to 3.9.0
|
|
|
|
|
2018-02-08 09:25:17 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-24 16:51:31 +00:00
|
|
|
* Fri Nov 24 2017 Dan Horák <dan[at]danny.cz> - 3.8.2-2
|
|
|
|
- use upstream tmpfiles config
|
|
|
|
|
2017-11-23 16:57:20 +00:00
|
|
|
* Thu Nov 23 2017 Dan Horák <dan[at]danny.cz> - 3.8.2-1
|
|
|
|
- Rebase to 3.8.2 (#1512678)
|
|
|
|
|
2017-08-03 04:30:22 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 01:45:32 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-17 10:57:12 +00:00
|
|
|
* Wed May 17 2017 Sinny Kumari <sinny@redhat.com> - 3.7.0-1
|
|
|
|
- Rebase to 3.7.0
|
|
|
|
- Added libitm-devel as BuildRequires
|
|
|
|
|
2017-04-03 07:26:36 +00:00
|
|
|
* Mon Apr 03 2017 Sinny Kumari <sinny@redhat.com> - 3.6.2-1
|
|
|
|
- Rebase to 3.6.2
|
|
|
|
- RHBZ#1424017 - opencryptoki: FTBFS in rawhide
|
|
|
|
|
2017-02-11 00:49:44 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-01 06:04:35 +00:00
|
|
|
* Thu Sep 01 2016 Jakub Jelen <jjelen@redhat.com> - 3.5.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2016-05-03 07:44:42 +00:00
|
|
|
* Tue May 03 2016 Jakub Jelen <jjelen@redhat.com> - 3.5-1
|
|
|
|
- New upstream release
|
|
|
|
|
2016-02-04 11:25:36 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-07 13:48:55 +00:00
|
|
|
* Mon Dec 07 2015 Jakub Jelen <jjelen@redhat.com> 3.4.1-1
|
|
|
|
- New bugfix upstream release
|
|
|
|
|
2015-11-19 09:13:47 +00:00
|
|
|
* Wed Nov 18 2015 Jakub Jelen <jjelen@redhat.com> 3.4-1
|
2015-11-18 08:36:42 +00:00
|
|
|
- New upstream release
|
|
|
|
- Adding post-release patch fixing compile warnings
|
|
|
|
|
2015-08-27 15:59:30 +00:00
|
|
|
* Thu Aug 27 2015 Jakub Jelen <jjelen@redhat.com> 3.3-1.1
|
|
|
|
- New upstream release
|
|
|
|
- Correct dependencies for group creation
|
|
|
|
|
2015-06-17 23:55:14 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-07 10:08:42 +00:00
|
|
|
* Thu May 07 2015 Jakub Jelen <jjelen@redhat.com> 3.2-3
|
|
|
|
- Few more undefined symbols fixed for s390(x) specific targets
|
|
|
|
- Do not require --no-undefined, because s390(x) requires some
|
|
|
|
|
2015-05-04 12:50:50 +00:00
|
|
|
* Mon May 04 2015 Jakub Jelen <jjelen@redhat.com> 3.2-2
|
|
|
|
- Fix missing sources and libraries in makefiles causing undefined symbols (#1193560)
|
|
|
|
- Make inline function compatible for GCC5
|
|
|
|
|
2014-09-10 14:08:11 +00:00
|
|
|
* Wed Sep 10 2014 Petr Lautrbach <plautrba@redhat.com> 3.2-1
|
|
|
|
- new upstream release 3.2
|
|
|
|
- add new sub-package opencryptoki-ep11tok on s390x
|
|
|
|
|
2014-08-17 13:48:02 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-24 13:26:11 +00:00
|
|
|
* Thu Jul 24 2014 Petr Lautrbach <plautrba@redhat.com> 3.1-1
|
|
|
|
- new upstream release 3.1
|
|
|
|
|
2014-06-07 16:32:30 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-17 14:17:01 +00:00
|
|
|
* Mon Feb 17 2014 Petr Lautrbach <plautrba@redhat.com> 3.0-10
|
|
|
|
- create the right lock directory for cca tokens (#1054442)
|
|
|
|
|
2014-01-29 17:07:04 +00:00
|
|
|
* Wed Jan 29 2014 Petr Lautrbach <plautrba@redhat.com> 3.0-9
|
|
|
|
- use Requires(pre): opencryptoki-libs for subpackages
|
|
|
|
|
2014-01-20 17:27:04 +00:00
|
|
|
* Mon Jan 20 2014 Dan Horák <dan[at]danny.cz> - 3.0-8
|
|
|
|
- include token specific directories (#1013017, #1045775, #1054442)
|
|
|
|
- fix pkcsconf crash for non-root users (#10054661)
|
|
|
|
- the libs subpackage must care of creating the pkcs11 group, it's the first to be installed
|
|
|
|
|
2013-12-03 14:19:08 +00:00
|
|
|
* Tue Dec 03 2013 Dan Horák <dan[at]danny.cz> - 3.0-7
|
|
|
|
- fix build with -Werror=format-security (#1037228)
|
|
|
|
|
2013-11-22 09:33:31 +00:00
|
|
|
* Fri Nov 22 2013 Dan Horák <dan[at]danny.cz> - 3.0-6
|
|
|
|
- apply post-3.0 fixes (#1033284)
|
|
|
|
|
2013-11-19 14:20:03 +00:00
|
|
|
* Tue Nov 19 2013 Dan Horák <dan[at]danny.cz> - 3.0-5
|
|
|
|
- update opencryptoki man page (#1001729)
|
|
|
|
|
2013-08-23 15:12:11 +00:00
|
|
|
* Fri Aug 23 2013 Dan Horák <dan[at]danny.cz> - 3.0-4
|
|
|
|
- update unit file (#995002)
|
|
|
|
|
2013-08-03 15:33:26 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-23 06:21:32 +00:00
|
|
|
* Tue Jul 23 2013 Dan Horák <dan[at]danny.cz> - 3.0-2
|
|
|
|
- update pkcsconf man page (#948460)
|
|
|
|
|
2013-07-22 14:40:33 +00:00
|
|
|
* Mon Jul 22 2013 Dan Horák <dan[at]danny.cz> - 3.0-1
|
|
|
|
- new upstream release 3.0
|
|
|
|
|
2013-06-25 08:09:06 +00:00
|
|
|
* Tue Jun 25 2013 Dan Horák <dan[at]danny.cz> - 2.4.3.1-1
|
|
|
|
- new upstream release 2.4.3.1
|
|
|
|
|
|
|
|
* Fri May 03 2013 Dan Horák <dan[at]danny.cz> - 2.4.3-1
|
|
|
|
- new upstream release 2.4.3
|
|
|
|
|
2013-04-04 09:54:52 +00:00
|
|
|
* Thu Apr 04 2013 Dan Horák <dan[at]danny.cz> - 2.4.2-4
|
|
|
|
- enable hardened build
|
|
|
|
- switch to systemd macros in scriptlets (#850240)
|
|
|
|
|
2013-01-28 11:44:06 +00:00
|
|
|
* Mon Jan 28 2013 Dan Horák <dan[at]danny.cz> - 2.4.2-3
|
|
|
|
- add virtual opencryptoki(token) Provides to token modules and as Requires
|
|
|
|
to main package (#904986)
|
|
|
|
|
2012-07-20 06:47:25 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-21 11:49:09 +00:00
|
|
|
* Thu Jun 21 2012 Dan Horák <dan[at]danny.cz> - 2.4.2-1
|
|
|
|
- new upstream release 2.4.2
|
|
|
|
- add pkcs_slot man page
|
|
|
|
- don't add root to the pkcs11 group
|
|
|
|
|
2012-06-11 17:08:36 +00:00
|
|
|
* Mon Jun 11 2012 Dan Horák <dan[at]danny.cz> - 2.4.1-2
|
|
|
|
- fix unresolved symbols in TPM module (#830129)
|
|
|
|
|
2012-02-27 12:14:18 +00:00
|
|
|
* Sat Feb 25 2012 Dan Horák <dan[at]danny.cz> - 2.4.1-1
|
|
|
|
- new upstream release 2.4.1
|
|
|
|
- convert from initscript to systemd unit
|
|
|
|
- import fixes from RHEL-6 about root's group membership (#732756, #730903)
|
|
|
|
|
2012-01-13 11:38:05 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-07 12:44:04 +00:00
|
|
|
* Thu Jul 07 2011 Dan Horák <dan[at]danny.cz> - 2.4-1
|
|
|
|
- new upstream release 2.4
|
|
|
|
|
2011-02-09 03:06:11 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-19 13:38:10 +00:00
|
|
|
* Mon Jan 17 2011 Dan Horák <dan[at]danny.cz> 2.3.3-1
|
|
|
|
- new upstream release 2.3.3
|
|
|
|
|
2010-11-09 08:58:22 +00:00
|
|
|
* Tue Nov 09 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.2-2
|
|
|
|
- Apply Obsoletes to package names, not provides.
|
|
|
|
|
2010-09-14 09:49:20 +00:00
|
|
|
* Tue Sep 14 2010 Dan Horák <dan[at]danny.cz> 2.3.2-1
|
|
|
|
- new upstream release 2.3.2
|
|
|
|
- put STDLLs in separate packages to match upstream package design
|
|
|
|
|
2010-07-08 11:31:05 +00:00
|
|
|
* Thu Jul 08 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.1-7
|
|
|
|
- Move the LICENSE file to the -libs subpackage.
|
|
|
|
|
2010-06-29 08:19:03 +00:00
|
|
|
* Tue Jun 29 2010 Dan Horák <dan[at]danny.cz> 2.3.1-6
|
|
|
|
- rebuilt with CCA enabled (#604287)
|
|
|
|
- fixed issues from #546274
|
|
|
|
|
2010-04-30 09:57:36 +00:00
|
|
|
* Fri Apr 30 2010 Dan Horák <dan[at]danny.cz> 2.3.1-5
|
|
|
|
- fixed one more issue in the initscript (#547324)
|
|
|
|
|
2010-04-27 08:05:17 +00:00
|
|
|
* Mon Apr 26 2010 Dan Horák <dan[at]danny.cz> 2.3.1-4
|
|
|
|
- fixed pidfile creating and usage (#547324)
|
|
|
|
|
2010-02-08 10:14:26 +00:00
|
|
|
* Mon Feb 08 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.1-3
|
|
|
|
- Also list 'reload' and 'force-reload' in "Usage: ...".
|
|
|
|
|
2010-02-08 09:12:29 +00:00
|
|
|
* Mon Feb 08 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.1-2
|
|
|
|
- Support 'force-reload' in the initscript.
|
|
|
|
|
2010-01-27 15:07:54 +00:00
|
|
|
* Wed Jan 27 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.1-1
|
|
|
|
- New upstream release 2.3.1.
|
|
|
|
- opencryptoki-2.3.0-fix-nss-breakage.patch was merged.
|
|
|
|
|
2010-01-22 15:29:25 +00:00
|
|
|
* Fri Jan 22 2010 Dan Horák <dan[at]danny.cz> 2.3.0-5
|
|
|
|
- made pkcsslotd initscript LSB compliant (#522149)
|
|
|
|
|
2009-09-07 12:53:02 +00:00
|
|
|
* Mon Sep 07 2009 Michal Schmidt <mschmidt@redhat.com> 2.3.0-4
|
|
|
|
- Added opencryptoki-2.3.0-fix-nss-breakage.patch on upstream request.
|
|
|
|
|
2009-08-21 14:51:25 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.3.0-3
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-08-16 08:54:07 +00:00
|
|
|
* Sun Aug 16 2009 Michal Schmidt <mschmidt@redhat.com> 2.3.0-2
|
|
|
|
- Require libica-2.0.
|
|
|
|
|
2009-08-07 14:16:03 +00:00
|
|
|
* Fri Aug 07 2009 Michal Schmidt <mschmidt@redhat.com> 2.3.0-1
|
|
|
|
- New upstream release 2.3.0:
|
|
|
|
- adds support for RSA 4096 bit keys in the ICA token.
|
|
|
|
|
2009-07-28 10:27:44 +00:00
|
|
|
* Tue Jul 21 2009 Michal Schmidt <mschmidt@redhat.com> - 2.2.8-5
|
|
|
|
- Require arch-specific dependency on -libs.
|
|
|
|
|
|
|
|
* Tue Jul 21 2009 Michal Schmidt <mschmidt@redhat.com> - 2.2.8-4
|
|
|
|
- Return support for crypto hw on s390.
|
|
|
|
- Renamed to opencryptoki.
|
|
|
|
- Simplified multilib by putting libs in subpackage as suggested by Dan Horák.
|
|
|
|
|
|
|
|
* Tue Jul 21 2009 Michal Schmidt <mschmidt@redhat.com> - 2.2.8-2
|
|
|
|
- Fedora package based on RHEL-5 package.
|