Accepting request 49193 from security
Copy from security/openCryptoki based on submit request 49193 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/49193 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openCryptoki?expand=0&rev=15
This commit is contained in:
parent
c18d901469
commit
79cff14eaa
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 08:02:22 CEST 2010 - meissner@suse.de
|
||||
|
||||
- enable TPM support (bnc#641919)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:01:56 CET 2009 - jjolly@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openCryptoki (Version 2.2.6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,8 +30,8 @@ Name: openCryptoki
|
||||
BuildRequires: gcc-c++ libica openssl-devel pwdutils
|
||||
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
||||
Version: 2.2.6
|
||||
Release: 10
|
||||
License: IBM Public License
|
||||
Release: 17
|
||||
License: IBM PL
|
||||
Group: Productivity/Security
|
||||
# :pserver:anonymous@cvs.sourceforge.net:/cvsroot/opencryptoki
|
||||
# cvs co -r openCryptoki-2-1-5 -d openCryptoki-2-1-5 .
|
||||
@ -55,7 +55,7 @@ Cryptographic Accelerator (FC 4960 on pSeries).
|
||||
|
||||
|
||||
%package devel
|
||||
License: IBM Public License
|
||||
License: IBM PL
|
||||
Summary: An Implementation of PKCS#11 (Cryptoki) v2.01 for IBM Cryptographic Hardware
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: openCryptoki = %{version}-%{release}, glibc-devel, openssl-devel
|
||||
@ -71,7 +71,7 @@ Cryptographic Accelerator (FC 4960 on pSeries).
|
||||
%ifarch %openCryptoki_32bit_arch
|
||||
|
||||
%package 32bit
|
||||
License: IBM Public License
|
||||
License: IBM PL
|
||||
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
||||
Group: Productivity/Security
|
||||
# this is needed to make sure the pkcs11 group exists before
|
||||
@ -94,7 +94,7 @@ Cryptographic Accelerator (FC 4960 on pSeries).
|
||||
%ifarch %openCryptoki_64bit_arch
|
||||
|
||||
%package 64bit
|
||||
License: IBM Public License
|
||||
License: IBM PL
|
||||
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
||||
Group: Productivity/Security
|
||||
# this is needed to make sure the pkcs11 group exists before
|
||||
@ -122,7 +122,7 @@ cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
autoreconf --force --install
|
||||
CFLAGS="$RPM_OPT_FLAGS -D__USE_BSD" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
CFLAGS="$RPM_OPT_FLAGS -D__USE_BSD" ./configure --prefix=/usr --libdir=%{_libdir} --enable-tpmtok
|
||||
make
|
||||
|
||||
%install
|
||||
@ -261,145 +261,3 @@ ln -sf %{_libdir}/opencryptoki/libopencryptoki.so /usr/lib/pkcs11/PKCS11_API.so6
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 20 2009 jjolly@suse.de
|
||||
- pkcsslotd: Updated to use new pidfile location (bnc#475800)
|
||||
* Fri Jan 23 2009 jjolly@suse.de
|
||||
- Added fix to allow backspacing during PIN entry (bnc#448089)
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- run ldconfig in postinstall [bnc#417925]
|
||||
* Tue Dec 09 2008 kukuk@suse.de
|
||||
- Enable build on x86_64 [bnc#417925]
|
||||
* 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
|
||||
* Fri Sep 12 2008 jjolly@suse.de
|
||||
- Updated to openCryptoki v2.2.6
|
||||
* Thu Aug 28 2008 ro@suse.de
|
||||
- fix init script
|
||||
* Fri Mar 30 2007 ro@suse.de
|
||||
- added pwdutils to buildreq
|
||||
* Fri Oct 20 2006 ro@suse.de
|
||||
- fix missing return values from non-void funcs
|
||||
* Fri Apr 21 2006 uli@suse.de
|
||||
- pkcsslotd: create PID file in the right place, delete it on
|
||||
exit (bug #164664)
|
||||
* Tue Apr 11 2006 uli@suse.de
|
||||
- added 64-bit patches from IBM (bug #145666)
|
||||
* Mon Apr 10 2006 uli@suse.de
|
||||
- added small change missing from patch for bug #156651
|
||||
* Mon Apr 03 2006 uli@suse.de
|
||||
- fixed location of pkcs11_startup in init script (bug #162372)
|
||||
* Mon Mar 13 2006 uli@suse.de
|
||||
- fixed proc_t structure mixup (bug #156651)
|
||||
* Thu Mar 09 2006 uli@suse.de
|
||||
- initialize head pointer (bug #156229)
|
||||
* Mon Mar 06 2006 uli@suse.de
|
||||
- %%ghost symlinks that are generated in %%post (bug #154961)
|
||||
* Thu Feb 02 2006 uli@suse.de
|
||||
- stuffed memleak (patch by IBM, bug #147036)
|
||||
* Wed Feb 01 2006 uli@suse.de
|
||||
- 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])
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Jan 12 2006 hare@suse.de
|
||||
- Update to 2.2.2-rc2
|
||||
* Wed Jan 11 2006 hare@suse.de
|
||||
- Update to 2.2.1-rc2
|
||||
- Fixed build errors
|
||||
- Cleaned up spec file.
|
||||
* Wed Dec 14 2005 ro@suse.de
|
||||
- copy TFAQ to build directory (fix build)
|
||||
* Mon Dec 12 2005 hare@suse.de
|
||||
- Update to 2.1.6-rc5.
|
||||
- Port fixes from SLES9 SP3.
|
||||
* Tue Nov 15 2005 uli@suse.de
|
||||
- enabled for ARM
|
||||
* Thu Feb 17 2005 od@suse.de
|
||||
- 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
|
||||
* Mon Aug 16 2004 ro@suse.de
|
||||
- run full autoreconf / simplify specfile a little
|
||||
* Tue Apr 27 2004 hare@suse.de
|
||||
- Print correct error message (#37427 again).
|
||||
* Fri Apr 23 2004 hare@suse.de
|
||||
- Check for the correct module on startup (#37427)
|
||||
* Sun Apr 18 2004 olh@suse.de
|
||||
- update to openCryptoki-2.1.5, ppc64 version (#39026)
|
||||
* Wed Feb 18 2004 ro@suse.de
|
||||
- adapt filelist on ppc
|
||||
* Thu Feb 12 2004 kukuk@suse.de
|
||||
- Fix owner/group of files/directories
|
||||
* Fri Dec 05 2003 ro@suse.de
|
||||
- no need to specify "root" as supplementary group for root,
|
||||
it's already primary
|
||||
* Wed Jul 30 2003 hare@suse.de
|
||||
- Update to openCryptoki-2.1.3
|
||||
- Fixed configure errors.
|
||||
* Mon Jun 23 2003 ro@suse.de
|
||||
- added directories to filelist
|
||||
* Tue Jun 03 2003 ro@suse.de
|
||||
- remove CVS subdirs
|
||||
- remove unpackaged files from buildroot
|
||||
* Thu Nov 21 2002 ro@suse.de
|
||||
- removed duplicates from configure.in
|
||||
* Tue Oct 01 2002 froh@suse.de
|
||||
- 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
|
||||
* Tue Sep 24 2002 ro@suse.de
|
||||
- make it even build ...
|
||||
* Tue Sep 24 2002 froh@suse.de
|
||||
- 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.
|
||||
* Fri Sep 20 2002 froh@suse.de
|
||||
- add user root to group pkcs11 to enable root to administrate the
|
||||
crypto hardware support (#19566)
|
||||
* Mon Aug 26 2002 okir@suse.de
|
||||
- misc security fixes (#18377)
|
||||
* Fri Aug 23 2002 froh@suse.de
|
||||
- replaced openCryptoki-tools with openCryptoki-32bit and
|
||||
openCryptoki-64bit
|
||||
* Thu Aug 22 2002 froh@suse.de
|
||||
- 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
|
||||
* Wed Aug 21 2002 ro@suse.de
|
||||
- replaced all i386 occurrences with %%ix86
|
||||
- changed filelist to what's really built
|
||||
* Tue Aug 20 2002 froh@suse.de
|
||||
- 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)
|
||||
* Mon Aug 12 2002 froh@suse.de
|
||||
- added missing %%post before insserv (Bug #17600)
|
||||
* Fri Aug 09 2002 kukuk@suse.de
|
||||
- Fix path in PreReq.
|
||||
* Wed Aug 07 2002 froh@suse.de
|
||||
- add groupadd pkcs11 in %%pre install
|
||||
* Mon Jul 29 2002 froh@suse.de
|
||||
- updated to current version
|
||||
- removed old START_ variable
|
||||
* Thu Jun 13 2002 ro@suse.de
|
||||
- always use macros when calling insserv
|
||||
* Tue Apr 09 2002 bk@suse.de
|
||||
- add lib64 support
|
||||
* Tue Feb 05 2002 froh@suse.de
|
||||
- Added openssl to #neededforbuild, which is needed in addition to
|
||||
openssl-devel
|
||||
* Wed Jan 30 2002 froh@suse.de
|
||||
- initial version
|
||||
|
Loading…
Reference in New Issue
Block a user