File openCryptoki.changes of Package openCryptoki

-------------------------------------------------------------------
Fri Oct 20 02:25:46 CEST 2006 - ro@suse.de

- fix missing return values from non-void funcs 

-------------------------------------------------------------------
Fri Apr 21 13:06:00 CEST 2006 - uli@suse.de

- pkcsslotd: create PID file in the right place, delete it on
  exit (bug #164664)

-------------------------------------------------------------------
Tue Apr 11 13:29:07 CEST 2006 - uli@suse.de

- added 64-bit patches from IBM (bug #145666)

-------------------------------------------------------------------
Mon Apr 10 13:30:50 CEST 2006 - uli@suse.de

- added small change missing from patch for bug #156651 

-------------------------------------------------------------------
Mon Apr  3 13:57:52 CEST 2006 - uli@suse.de

- fixed location of pkcs11_startup in init script (bug #162372)

-------------------------------------------------------------------
Mon Mar 13 15:05:17 CET 2006 - uli@suse.de

- fixed proc_t structure mixup (bug #156651) 

-------------------------------------------------------------------
Thu Mar  9 17:18:33 CET 2006 - uli@suse.de

- initialize head pointer (bug #156229)

-------------------------------------------------------------------
Mon Mar  6 13:20:21 CET 2006 - uli@suse.de

- %ghost symlinks that are generated in %post (bug #154961)

-------------------------------------------------------------------
Thu Feb  2 13:15:13 CET 2006 - uli@suse.de

- stuffed memleak (patch by IBM, bug #147036)

-------------------------------------------------------------------
Wed Feb  1 13:31:05 CET 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 21:38:59 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Thu Jan 12 10:25:37 CET 2006 - hare@suse.de

- Update to 2.2.2-rc2

-------------------------------------------------------------------
Wed Jan 11 17:11:58 CET 2006 - hare@suse.de

- Update to 2.2.1-rc2
- Fixed build errors
- Cleaned up spec file.

-------------------------------------------------------------------
Wed Dec 14 01:32:20 CET 2005 - ro@suse.de

- copy TFAQ to build directory (fix build) 

-------------------------------------------------------------------
Mon Dec 12 15:35:22 CET 2005 - hare@suse.de

- Update to 2.1.6-rc5.
- Port fixes from SLES9 SP3.

-------------------------------------------------------------------
Tue Nov 15 18:03:22 CET 2005 - uli@suse.de

- enabled for ARM

-------------------------------------------------------------------
Thu Feb 17 12:58:00 CET 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 12:52:01 CEST 2004 - ro@suse.de

- run full autoreconf / simplify specfile a little

-------------------------------------------------------------------
Tue Apr 27 08:26:46 CEST 2004 - hare@suse.de

- Print correct error message (#37427 again).

-------------------------------------------------------------------
Fri Apr 23 08:18:14 CEST 2004 - hare@suse.de

- Check for the correct module on startup (#37427)

-------------------------------------------------------------------
Sun Apr 18 17:57:30 CEST 2004 - olh@suse.de

- update to openCryptoki-2.1.5, ppc64 version (#39026)

-------------------------------------------------------------------
Wed Feb 18 01:29:07 CET 2004 - ro@suse.de

- adapt filelist on ppc

-------------------------------------------------------------------
Thu Feb 12 14:27:08 CET 2004 - kukuk@suse.de

- Fix owner/group of files/directories

-------------------------------------------------------------------
Fri Dec  5 12:28:30 CET 2003 - ro@suse.de

- no need to specify "root" as supplementary group for root,
  it's already primary

-------------------------------------------------------------------
Wed Jul 30 18:12:32 CEST 2003 - hare@suse.de

- Update to openCryptoki-2.1.3
- Fixed configure errors.

-------------------------------------------------------------------
Mon Jun 23 02:12:34 CEST 2003 - ro@suse.de

- added directories to filelist 

-------------------------------------------------------------------
Wed Jun  4 00:31:28 CEST 2003 - ro@suse.de

- remove CVS subdirs
- remove unpackaged files from buildroot 

-------------------------------------------------------------------
Thu Nov 21 01:34:11 CET 2002 - ro@suse.de

- removed duplicates from configure.in 

-------------------------------------------------------------------
Tue Oct  1 10:51:18 CEST 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 20:18:36 CEST 2002 - ro@suse.de

- make it even build ... 

-------------------------------------------------------------------
Tue Sep 24 14:25:51 CEST 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 13:37:22 CEST 2002 - froh@suse.de

- add user root to group pkcs11 to enable root to administrate the
  crypto hardware support (#19566)

-------------------------------------------------------------------
Mon Aug 26 17:24:21 CEST 2002 - okir@suse.de

- misc security fixes (#18377)

-------------------------------------------------------------------
Fri Aug 23 17:14:45 CEST 2002 - froh@suse.de

- replaced openCryptoki-tools with openCryptoki-32bit and
  openCryptoki-64bit

-------------------------------------------------------------------
Thu Aug 22 10:45:35 CEST 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 12:06:21 CEST 2002 - ro@suse.de

- replaced all i386 occurrences with %ix86 
- changed filelist to what's really built

-------------------------------------------------------------------
Tue Aug 20 12:24:50 CEST 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 11:01:37 CEST 2002 - froh@suse.de

- added missing %post before insserv (Bug #17600)

-------------------------------------------------------------------
Fri Aug  9 13:03:05 CEST 2002 - kukuk@suse.de

- Fix path in PreReq.

-------------------------------------------------------------------
Wed Aug  7 12:36:09 CEST 2002 - froh@suse.de

- add groupadd pkcs11 in %pre install

-------------------------------------------------------------------
Mon Jul 29 17:21:49 CEST 2002 - froh@suse.de

- updated to current version
- removed old START_ variable

-------------------------------------------------------------------
Fri Jun 14 00:07:03 CEST 2002 - ro@suse.de

- always use macros when calling insserv
 
-------------------------------------------------------------------
Tue Apr  9 21:06:49 CEST 2002 - bk@suse.de

- add lib64 support

-------------------------------------------------------------------
Tue Feb  5 11:01:16 CET 2002 - froh@suse.de

- Added openssl to #neededforbuild, which is needed in addition to
  openssl-devel

-------------------------------------------------------------------
Wed Jan 30 16:20:48 CET 2002 - froh@suse.de

- initial version

-------------------------------------------------------------------
openSUSE Build Service is sponsored by