Overview
| Comment: | CACKey 0.5.8
 Updated specfile with data from coolkey  | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 0.5.8 | 
| Files: | files | file ages | folders | 
| SHA1: | 
46cd43db95dedec90c44fa9ee7a4f60a | 
| User & Date: | rkeene on 2010-05-22 18:55:03 | 
| Other Links: | manifest | tags | 
Context
| 
   2010-05-22 
 | ||
| 21:31 | 
Updated to set LOGIN_REQUIRED flag when C_Logout is called
 Updated to check all references to a session's slot check-in: a08de24384 user: rkeene tags: trunk | |
| 18:55 | 
CACKey 0.5.8
 Updated specfile with data from coolkey check-in: 46cd43db95 user: rkeene tags: 0.5.8, trunk | |
| 18:46 | 
CACKey 0.5.7
 Corrected typo in specfile check-in: 356be62ad7 user: rkeene tags: 0.5.7, trunk | |
Changes
Modified cackey.spec from [f3d752f8bb] to [44c05e1bea].
1 2 3  | Summary: PC/SC PKCS#11 Provider for Government Smartcards Name: cackey Version: @@VERS@@  | | > >  | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18  | 
Summary: PC/SC PKCS#11 Provider for Government Smartcards
Name: cackey
Version: @@VERS@@
Release: 1
License: Public Domain
Packager: Roy Keene <roy.keene@us.army.mil>
URL: https://software.forge.mil/sf/frs/do/listReleases/projects.community_cac/frs.cackey
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Group: System Environment/Libraries
Requires: pcsc-lite
%description
CACKey provides a standard interface (PKCS#11) for smartcards connected to a
PC/SC compliant reader.  It performs a similar function to "CoolKey", but
only supports Government Smartcards.  It supports all Government Smartcards
that implement the Government Smartcard Interoperability Specification (GSC-IS)
 | 
| ︙ | ︙ | 
Modified configure.ac from [262c910949] to [44966c5982].
  | 
  | |  | 1 2 3 4 5 6 7 8  | AC_INIT(cackey, 0.5.8) AC_CONFIG_HEADERS(config.h) dnl Locate standard tools AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL AC_AIX  | 
| ︙ | ︙ |