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: | 46cd43db95dedec90c44fa9ee7a4f60adaab1da1 |
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: trunk, 0.5.8 | |
18:46 |
CACKey 0.5.7
Corrected typo in specfile check-in: 356be62ad7 user: rkeene tags: trunk, 0.5.7 | |
Changes
Modified cackey.spec from [f3d752f8bb] to [44c05e1bea].
1 1 Summary: PC/SC PKCS#11 Provider for Government Smartcards 2 2 Name: cackey 3 3 Version: @@VERS@@ 4 -Release: 1aceit 4 +Release: 1 5 5 License: Public Domain 6 6 Packager: Roy Keene <roy.keene@us.army.mil> 7 7 URL: https://software.forge.mil/sf/frs/do/listReleases/projects.community_cac/frs.cackey 8 8 Source: %{name}-%{version}.tar.gz 9 9 BuildRoot: %{_tmppath}/%{name}-%{version}-root 10 +Group: System Environment/Libraries 11 +Requires: pcsc-lite 10 12 11 13 12 14 %description 13 15 CACKey provides a standard interface (PKCS#11) for smartcards connected to a 14 16 PC/SC compliant reader. It performs a similar function to "CoolKey", but 15 17 only supports Government Smartcards. It supports all Government Smartcards 16 18 that implement the Government Smartcard Interoperability Specification (GSC-IS)
Modified configure.ac from [262c910949] to [44966c5982].
1 -AC_INIT(cackey, 0.5.7) 1 +AC_INIT(cackey, 0.5.8) 2 2 AC_CONFIG_HEADERS(config.h) 3 3 4 4 dnl Locate standard tools 5 5 AC_PROG_CC 6 6 AC_PROG_MAKE_SET 7 7 AC_PROG_INSTALL 8 8 AC_AIX