2007-01-16 00:27:33 +01:00
|
|
|
#
|
2008-09-15 12:20:22 +02:00
|
|
|
# spec file for package openCryptoki (Version 2.2.6)
|
2007-01-16 00:27:33 +01:00
|
|
|
#
|
2009-01-23 14:33:04 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:27:33 +01:00
|
|
|
#
|
2008-08-29 01:19:19 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%define openCryptoki_32bit_arch %ix86 s390 ppc %arm
|
|
|
|
# support in the workings for: ppc64
|
2008-12-15 14:58:47 +01:00
|
|
|
# no support in sight for: ia64
|
|
|
|
%define openCryptoki_64bit_arch s390x ppc64 x86_64
|
2008-11-06 22:23:05 +01:00
|
|
|
# autobuild:/work/cd/lib/misc/group
|
|
|
|
# openCryptoki pkcs11:x:64:
|
|
|
|
%define pkcs11_group_id 64
|
2008-09-15 12:20:22 +02:00
|
|
|
%define oc_cvs_tag opencryptoki-%{version}
|
2008-08-29 01:19:19 +02:00
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
Name: openCryptoki
|
2007-03-30 01:37:00 +02:00
|
|
|
BuildRequires: gcc-c++ libica openssl-devel pwdutils
|
2008-08-29 01:19:19 +02:00
|
|
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
2008-09-15 12:20:22 +02:00
|
|
|
Version: 2.2.6
|
2009-01-23 14:33:04 +01:00
|
|
|
Release: 4
|
2007-03-30 01:37:00 +02:00
|
|
|
License: IBM Public License
|
2007-01-16 00:27:33 +01:00
|
|
|
Group: Productivity/Security
|
|
|
|
# :pserver:anonymous@cvs.sourceforge.net:/cvsroot/opencryptoki
|
|
|
|
# cvs co -r openCryptoki-2-1-5 -d openCryptoki-2-1-5 .
|
2008-09-15 12:20:22 +02:00
|
|
|
Source: %{oc_cvs_tag}.tar.bz2
|
2007-01-16 00:27:33 +01:00
|
|
|
Source1: openCryptoki.pkcsslotd
|
|
|
|
Source2: openCryptoki-TFAQ.html
|
2008-08-29 01:19:19 +02:00
|
|
|
Url: http://oss.software.ibm.com/developerworks/opensource/opencryptoki
|
2007-01-16 00:27:33 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
PreReq: /usr/sbin/groupadd /usr/bin/id /usr/sbin/usermod /bin/sed
|
|
|
|
# IBM maintains openCryptoki on these architectures:
|
2008-08-29 01:19:19 +02:00
|
|
|
ExclusiveArch: %openCryptoki_32bit_arch %openCryptoki_64bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
%description
|
2008-08-29 01:19:19 +02:00
|
|
|
The PKCS#11 version 2.11 API implemented for the IBM cryptographic
|
2007-01-16 00:27:33 +01:00
|
|
|
cards. This package includes support for the IBM 4758 cryptographic
|
|
|
|
coprocessor (with the PKCS#11 firmware loaded) and the IBM eServer
|
|
|
|
Cryptographic Accelerator (FC 4960 on pSeries).
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%package devel
|
|
|
|
License: IBM Public License
|
|
|
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.01 for IBM Cryptographic Hardware
|
2008-12-15 14:58:47 +01:00
|
|
|
Group: Development/Languages/C and C++
|
2008-11-06 22:23:05 +01:00
|
|
|
Requires: openCryptoki = %{version}-%{release}, glibc-devel, openssl-devel
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The PKCS#11 version 2.01 API implemented for the IBM cryptographic
|
|
|
|
cards. This package includes support for the IBM 4758 cryptographic
|
|
|
|
co-processor (with the PKCS#11 firmware loaded) and the IBM eServer
|
|
|
|
Cryptographic Accelerator (FC 4960 on pSeries).
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
%ifarch %openCryptoki_32bit_arch
|
2008-08-29 01:19:19 +02:00
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
%package 32bit
|
2008-08-29 01:19:19 +02:00
|
|
|
License: IBM Public License
|
2008-11-06 22:23:05 +01:00
|
|
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.01 for IBM Cryptographic Hardware
|
2007-01-16 00:27:33 +01:00
|
|
|
Group: Productivity/Security
|
|
|
|
# this is needed to make sure the pkcs11 group exists before
|
|
|
|
# installation:
|
|
|
|
PreReq: openCryptoki
|
2008-11-06 22:23:05 +01:00
|
|
|
ExclusiveArch: %openCryptoki_32bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%description 32bit
|
|
|
|
This is a re-packaged binary rpm. For the package source, please look
|
|
|
|
for the source of the package without the "32bit" ending
|
|
|
|
|
|
|
|
The PKCS#11 version 2.01 API implemented for the IBM cryptographic
|
|
|
|
cards. This package includes support for the IBM 4758 cryptographic
|
|
|
|
co-processor (with the PKCS#11 firmware loaded) and the IBM eServer
|
|
|
|
Cryptographic Accelerator (FC 4960 on pSeries).
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%endif
|
|
|
|
%ifarch %openCryptoki_64bit_arch
|
|
|
|
|
|
|
|
%package 64bit
|
|
|
|
License: IBM Public License
|
|
|
|
Summary: Implementation of PKCS#11 (Cryptoki) v2.01 for IBM Crypto Hardware
|
|
|
|
Group: Productivity/Security
|
|
|
|
# this is needed to make sure the pkcs11 group exists before
|
|
|
|
# installation:
|
|
|
|
PreReq: openCryptoki
|
|
|
|
ExclusiveArch: %openCryptoki_64bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%description 64bit
|
|
|
|
This is a re-packaged binary rpm. For the package source, please look
|
|
|
|
for the source of the package without the "64bit" ending
|
|
|
|
|
|
|
|
The PKCS#11 Version 2.01 api implemented for the IBM Crypto cards. This
|
|
|
|
package includes support for the IBM 4758 Cryptographic CoProcessor
|
|
|
|
(with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic
|
|
|
|
Accelerator (FC 4960 on pSeries)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%endif
|
2008-08-29 01:19:19 +02:00
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
%prep
|
2008-09-15 12:20:22 +02:00
|
|
|
%setup -q -n %{oc_cvs_tag}
|
2007-01-16 00:27:33 +01:00
|
|
|
cp %{SOURCE2} .
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf --force --install
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -D__USE_BSD" ./configure --prefix=/usr --libdir=%{_libdir}
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSROOT=$RPM_BUILD_ROOT
|
2008-11-06 22:23:05 +01:00
|
|
|
install -d $RPM_BUILD_ROOT/usr/include
|
|
|
|
install -d $RPM_BUILD_ROOT/var/lib/opencryptoki
|
|
|
|
install -d $RPM_BUILD_ROOT/etc/init.d
|
|
|
|
install -d $RPM_BUILD_ROOT/usr/sbin
|
|
|
|
install -m 544 %{S:1} $RPM_BUILD_ROOT/etc/init.d/pkcsslotd
|
2007-01-16 00:27:33 +01:00
|
|
|
ln -sfv ../../etc/init.d/pkcsslotd $RPM_BUILD_ROOT/usr/sbin/rcpkcsslotd
|
|
|
|
rm -rf $RPM_BUILD_ROOT/tmp
|
|
|
|
# Remove all development files
|
|
|
|
rm -f $RPM_BUILD_ROOT${_libdir}/opencryptoki/libopencryptoki.la
|
|
|
|
rm -f $RPM_BUILD_ROOT/%_libdir/opencryptoki/methods
|
|
|
|
|
|
|
|
%pre
|
|
|
|
# autobuild:/work/cd/lib/misc/group
|
|
|
|
# openCryptoki pkcs11:x:64:
|
|
|
|
/usr/sbin/groupadd -g %pkcs11_group_id -o -r pkcs11 2>/dev/null || true
|
|
|
|
# add root to group pkcs11 to enable root to run pkcsconf
|
|
|
|
/usr/sbin/usermod -G $(/usr/bin/id --groups --name root | /bin/sed \
|
|
|
|
-e 's/root//' -e '
|
|
|
|
# add the pkcs group if it is missing
|
|
|
|
/(^| )pkcs11( |$)/!s/$/ pkcs11/
|
|
|
|
# replace spaces by commas
|
|
|
|
y/ /,/
|
|
|
|
'),pkcs11 root
|
2008-11-06 22:23:05 +01:00
|
|
|
|
|
|
|
%post
|
|
|
|
# Symlink from /var/lib/opencryptoki to /etc/pkcs11
|
|
|
|
if [ ! -L %{_sysconfdir}/pkcs11 ] ; then
|
|
|
|
if [ -e %{_sysconfdir}/pkcs11/pk_config_data ] ; then
|
|
|
|
mv %{_sysconfdir}/pkcs11/* %{_localstatedir}/lib/opencryptoki
|
|
|
|
cd %{_sysconfdir} && rm -rf pkcs11 && \
|
|
|
|
ln -sf %{_localstatedir}/lib/opencryptoki pkcs11
|
|
|
|
fi
|
|
|
|
fi
|
2009-01-23 14:33:04 +01:00
|
|
|
/sbin/ldconfig
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ -L %{_sysconfdir}/pkcs11 ] ; then
|
|
|
|
rm %{_sysconfdir}/pkcs11
|
|
|
|
fi
|
2008-11-06 22:23:05 +01:00
|
|
|
%ifarch %openCryptoki_32bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%postun 32bit
|
|
|
|
# remove the openCryptoki start script
|
|
|
|
%{insserv_cleanup}
|
|
|
|
|
|
|
|
%post 32bit
|
|
|
|
# Old library name links
|
|
|
|
cd %{_libdir}/opencryptoki && ln -sf ./libopencryptoki.so PKCS11_API.so
|
|
|
|
ln -sf %{_sbindir} %{_libdir}/opencryptoki/methods
|
|
|
|
rm -rf %{_libdir}/pkcs11/stdll
|
|
|
|
if [ -d %{_libdir}/pkcs11 ] ; then
|
|
|
|
cd %{_libdir}/pkcs11
|
|
|
|
ln -sf ../opencryptoki/stdll stdll
|
|
|
|
cd stdll
|
|
|
|
[ -f libpkcs11_ica.so ] && ln -sf ./libpkcs11_ica.so PKCS11_ICA.so || true
|
|
|
|
[ -f libpkcs11_sw.so ] && ln -sf ./libpkcs11_sw.so PKCS11_SW.so || true
|
|
|
|
fi
|
2009-01-23 14:33:04 +01:00
|
|
|
/sbin/ldconfig
|
2008-11-06 22:23:05 +01:00
|
|
|
%endif
|
|
|
|
%ifarch %openCryptoki_64bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%post 64bit
|
|
|
|
# Old library name for 64bit libs were under /usr/lib/pkcs11. For migration purposes only.
|
|
|
|
test -d /usr/lib/pkcs11 || mkdir -p /usr/lib/pkcs11
|
|
|
|
ln -sf %{_libdir}/opencryptoki/libopencryptoki.so /usr/lib/pkcs11/PKCS11_API.so64
|
2009-01-23 14:33:04 +01:00
|
|
|
/sbin/ldconfig
|
2007-01-16 00:27:33 +01:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc openCryptoki-TFAQ.html
|
|
|
|
# configuration directory
|
|
|
|
%dir %attr(755,root,pkcs11) /var/lib/opencryptoki
|
|
|
|
/etc/init.d/pkcsslotd
|
|
|
|
/usr/sbin/rcpkcsslotd
|
|
|
|
# utilities
|
|
|
|
/usr/sbin/pkcsslotd
|
|
|
|
/usr/sbin/pkcs11_startup
|
|
|
|
/usr/sbin/pkcsconf
|
|
|
|
/usr/sbin/pkcs_slot
|
|
|
|
%dir %{_libdir}/opencryptoki
|
|
|
|
%dir %{_libdir}/opencryptoki/stdll
|
2008-09-15 12:20:22 +02:00
|
|
|
%{_mandir}/man*/*
|
2007-01-16 00:27:33 +01:00
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/opencryptoki
|
|
|
|
%dir %{_libdir}/opencryptoki/stdll
|
|
|
|
%{_libdir}/opencryptoki/*.la
|
|
|
|
%{_libdir}/opencryptoki/stdll/*.la
|
|
|
|
%{_includedir}/opencryptoki
|
|
|
|
%ifarch %openCryptoki_32bit_arch
|
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
%files 32bit
|
|
|
|
%defattr(-,root,root)
|
|
|
|
# these don't conflict because they only exist as 64bit binaries if
|
|
|
|
# there is no 32bit version of them usable
|
|
|
|
%{_libdir}/opencryptoki/libopencryptoki.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/PKCS11_API.so
|
|
|
|
%{_libdir}/opencryptoki/*.0
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_sw.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/stdll/PKCS11_SW.so
|
2008-09-15 12:20:22 +02:00
|
|
|
%else
|
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_ica.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/stdll/PKCS11_ICA.so
|
2007-01-16 00:27:33 +01:00
|
|
|
%endif
|
|
|
|
%{_libdir}/opencryptoki/stdll/*.0
|
|
|
|
%dir %{_libdir}/pkcs11
|
|
|
|
%ghost %{_libdir}/pkcs11/stdll
|
|
|
|
%ghost %{_libdir}/pkcs11/methods
|
|
|
|
%{_libdir}/pkcs11/*.so
|
2008-09-15 12:20:22 +02:00
|
|
|
# %{_libdir}/libopencryptoki.so
|
|
|
|
# %{_libdir}/libopencryptoki.so.0
|
|
|
|
%{_sysconfdir}/ld.so.conf.d/*
|
2008-11-06 22:23:05 +01:00
|
|
|
%endif
|
|
|
|
%ifarch %openCryptoki_64bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%files 64bit
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %_libdir/opencryptoki
|
|
|
|
%{_libdir}/opencryptoki/*.so
|
|
|
|
%{_libdir}/opencryptoki/*.0
|
|
|
|
%dir %_libdir/opencryptoki/stdll
|
|
|
|
%{_libdir}/opencryptoki/stdll/*.so
|
|
|
|
%{_libdir}/opencryptoki/stdll/*.0
|
|
|
|
%{_libdir}/pkcs11
|
2008-09-15 12:20:22 +02:00
|
|
|
# %{_libdir}/libopencryptoki.so
|
|
|
|
# %{_libdir}/libopencryptoki.so.0
|
|
|
|
%{_sysconfdir}/ld.so.conf.d/*
|
|
|
|
%{_mandir}/man*/*
|
2007-01-16 00:27:33 +01:00
|
|
|
%endif
|
|
|
|
|
2007-03-30 01:37:00 +02:00
|
|
|
%changelog
|
2009-01-23 14:33:04 +01:00
|
|
|
* Fri Jan 23 2009 olh@suse.de
|
|
|
|
- run ldconfig in postinstall [bnc#417925]
|
2008-12-15 14:58:47 +01:00
|
|
|
* Tue Dec 09 2008 kukuk@suse.de
|
|
|
|
- Enable build on x86_64 [bnc#417925]
|
2008-11-06 22:23:05 +01:00
|
|
|
* Thu Nov 06 2008 jjolly@suse.de
|
|
|
|
- Overhaul of the specfile. All platforms build the base package
|
|
|
|
and each architecture builds the appropriate 32 or 64 bit package
|
2008-09-15 12:20:22 +02:00
|
|
|
* Fri Sep 12 2008 jjolly@suse.de
|
|
|
|
- Updated to openCryptoki v2.2.6
|
2008-08-29 01:19:19 +02:00
|
|
|
* Thu Aug 28 2008 ro@suse.de
|
|
|
|
- fix init script
|
|
|
|
* Fri Mar 30 2007 ro@suse.de
|
2007-03-30 01:37:00 +02:00
|
|
|
- added pwdutils to buildreq
|
2008-08-29 01:19:19 +02:00
|
|
|
* Fri Oct 20 2006 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- fix missing return values from non-void funcs
|
2008-08-29 01:19:19 +02:00
|
|
|
* Fri Apr 21 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- pkcsslotd: create PID file in the right place, delete it on
|
|
|
|
exit (bug #164664)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Apr 11 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- added 64-bit patches from IBM (bug #145666)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Apr 10 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- added small change missing from patch for bug #156651
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Apr 03 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- fixed location of pkcs11_startup in init script (bug #162372)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Mar 13 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- fixed proc_t structure mixup (bug #156651)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Thu Mar 09 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- initialize head pointer (bug #156229)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Mar 06 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- %%ghost symlinks that are generated in %%post (bug #154961)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Thu Feb 02 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- stuffed memleak (patch by IBM, bug #147036)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Feb 01 2006 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- changed RPM layout to meet IBM's demands (based on patch by IBM,
|
|
|
|
bug #145666)
|
|
|
|
- removed mmap, per-user data store support (patch by IBM, bug
|
|
|
|
[#145666])
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-08-29 01:19:19 +02:00
|
|
|
* Thu Jan 12 2006 hare@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Update to 2.2.2-rc2
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Jan 11 2006 hare@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Update to 2.2.1-rc2
|
|
|
|
- Fixed build errors
|
|
|
|
- Cleaned up spec file.
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Dec 14 2005 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- copy TFAQ to build directory (fix build)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Dec 12 2005 hare@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Update to 2.1.6-rc5.
|
|
|
|
- Port fixes from SLES9 SP3.
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Nov 15 2005 uli@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- enabled for ARM
|
2008-08-29 01:19:19 +02:00
|
|
|
* Thu Feb 17 2005 od@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- fix #50050:
|
|
|
|
- ./configure.in: wrong test against $host makes ppc(64) miss
|
|
|
|
-DPKCS64 in CFLAGS
|
|
|
|
- corrected: S390 flag was set for ppc in this conditional
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Aug 16 2004 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- run full autoreconf / simplify specfile a little
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Apr 27 2004 hare@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Print correct error message (#37427 again).
|
2008-08-29 01:19:19 +02:00
|
|
|
* Fri Apr 23 2004 hare@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Check for the correct module on startup (#37427)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Sun Apr 18 2004 olh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- update to openCryptoki-2.1.5, ppc64 version (#39026)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Feb 18 2004 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- adapt filelist on ppc
|
2008-08-29 01:19:19 +02:00
|
|
|
* Thu Feb 12 2004 kukuk@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Fix owner/group of files/directories
|
2008-08-29 01:19:19 +02:00
|
|
|
* Fri Dec 05 2003 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- no need to specify "root" as supplementary group for root,
|
|
|
|
it's already primary
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Jul 30 2003 hare@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Update to openCryptoki-2.1.3
|
|
|
|
- Fixed configure errors.
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Jun 23 2003 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- added directories to filelist
|
2008-11-06 22:23:05 +01:00
|
|
|
* Tue Jun 03 2003 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- remove CVS subdirs
|
|
|
|
- remove unpackaged files from buildroot
|
2008-08-29 01:19:19 +02:00
|
|
|
* Thu Nov 21 2002 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- removed duplicates from configure.in
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Oct 01 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- exclude ppc64 from the architectures, the package is built for.
|
|
|
|
64bit mode is not supported by IBM yet; dlopen wrappers are also
|
|
|
|
missing 64bit filename handling. (#20380)
|
|
|
|
- actually compress the openCryptoki-1.4*.tar.bz2
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Sep 24 2002 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- make it even build ...
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Sep 24 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- make openCryptoki-XXbit PreReq: openCryptoki to enforce pkcs11 group
|
|
|
|
creation before package installation (#20079)
|
|
|
|
- correct version number (the patch actiually lifts openCryptoki to 1.5)
|
|
|
|
- fix groupadd call to no longer silently ignore errors in all cases
|
|
|
|
using (hopefully) posix exit codes. alternative would be to use
|
|
|
|
undocumented '-f' option of groupadd.
|
2008-08-29 01:19:19 +02:00
|
|
|
* Fri Sep 20 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- add user root to group pkcs11 to enable root to administrate the
|
|
|
|
crypto hardware support (#19566)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Aug 26 2002 okir@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- misc security fixes (#18377)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Fri Aug 23 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- replaced openCryptoki-tools with openCryptoki-32bit and
|
|
|
|
openCryptoki-64bit
|
2008-08-29 01:19:19 +02:00
|
|
|
* Thu Aug 22 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- moved dlopen objects that are available for non-x86 out of the
|
|
|
|
ifarch ix86
|
|
|
|
- moved postun to tools subpackge (which contains the daemon)
|
|
|
|
- removed include files. no development support for now.
|
|
|
|
- replaced %%ix86, etc by appropriate generic %%openCryptoki_tools_arch
|
|
|
|
and %%openCryptoki_no_tools_arch
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Aug 21 2002 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- replaced all i386 occurrences with %%ix86
|
|
|
|
- changed filelist to what's really built
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Aug 20 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- split package to openCryptoki and openCryptoki-tools to allow
|
|
|
|
parallel installation of 32bit tools with 64bit dlopen objects for
|
|
|
|
foreign middleware.
|
|
|
|
- removed automatical insserv on install, because the package needs
|
|
|
|
manual configuration (#18031)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Aug 12 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- added missing %%post before insserv (Bug #17600)
|
2008-08-29 01:19:19 +02:00
|
|
|
* Fri Aug 09 2002 kukuk@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Fix path in PreReq.
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Aug 07 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- add groupadd pkcs11 in %%pre install
|
2008-08-29 01:19:19 +02:00
|
|
|
* Mon Jul 29 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- updated to current version
|
|
|
|
- removed old START_ variable
|
2008-11-06 22:23:05 +01:00
|
|
|
* Thu Jun 13 2002 ro@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- always use macros when calling insserv
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Apr 09 2002 bk@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- add lib64 support
|
2008-08-29 01:19:19 +02:00
|
|
|
* Tue Feb 05 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- Added openssl to #neededforbuild, which is needed in addition to
|
|
|
|
openssl-devel
|
2008-08-29 01:19:19 +02:00
|
|
|
* Wed Jan 30 2002 froh@suse.de
|
2007-01-16 00:27:33 +01:00
|
|
|
- initial version
|