summaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
Commit message (Collapse)AuthorAge
...
* gnu: eid-mw: Fix build.Tobias Geerinckx-Rice2018-06-22
| | | | | | * gnu/packages/security-token.scm (eid-mw)[arguments]: Move the ‘bootstrap’ phase to after ‘unpack’. Modify it to run without errors, and call upstream's bootstrap.sh script instead of our own copy.
* gnu: eid-mw: Don't use unstable tarball.Tobias Geerinckx-Rice2018-06-22
| | | | * gnu/packages/security-token.scm (eid-mw)[source]: Use GIT-FETCH.
* gnu: ccid, pcsc-lite: Move away from alioth.debian.org.Tobias Geerinckx-Rice2018-06-04
| | | | | * gnu/packages/security-token.scm (ccid, pcsc-lite)[source, home-page]: Update upstream URI.
* gnu: Add yubico-piv-tool.Chris Marusich2018-05-01
| | | | * gnu/packages/security-token.scm (yubico-piv-tool): New variable.
* gnu: Add opensc.Chris Marusich2018-05-01
| | | | * gnu/packages/security-token.scm (opensc): New variable.
* gnu: ccid: Update to 1.4.29.Marius Bakke2018-02-22
| | | | * gnu/packages/security-token.scm (ccid): Update to 1.4.29.
* gnu: pcsc-lite: Update to 1.8.23.Ricardo Wurmus2017-12-19
| | | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.23. [arguments]: Disable libsystemd check.
* gnu: pcsc-lite: Update to 1.8.23.Marius Bakke2017-12-19
| | | | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.23. [arguments]<#:configure-flags>: Add "--disable-libsystemd". [license]: Adjust to removed sd-daemon files.
* gnu: eid-mw: Update to 4.3.4.Tobias Geerinckx-Rice2017-11-21
| | | | | * gnu/packages/security-token.scm (eid-mw): Update to 4.3.4. Fix up indentation.
* gnu: ccid: Update to 1.4.28.Marius Bakke2017-10-12
| | | | * gnu/packages/security-token.scm (ccid): Update to 1.4.28.
* gnu: Add eid-mw.Thomas Danckaert2017-10-10
| | | | * gnu/packages/security-token.scm (eid-mw): New variable.
* gnu: pcsc-lite: Update to 1.8.22.Marius Bakke2017-06-18
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.22.
* gnu: ccid: Update to 1.4.27.Marius Bakke2017-05-21
| | | | * gnu/packages/security-token.scm (ccid): Update to 1.4.27.
* gnu: pcsc-lite: Update to 1.8.21.Marius Bakke2017-05-20
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.21.
* gnu: ccid: Update to 1.4.26.Marius Bakke2017-01-16
| | | | * gnu/packages/security-token.scm (ccid): Update to 1.4.26.
* gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].Marius Bakke2017-01-03
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20.
* gnu: pcsc-lite: Update to 1.8.19.Marius Bakke2016-12-19
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.19.
* gnu: Add ccid.Marius Bakke2016-10-31
| | | | * gnu/packages/security-token.scm (ccid): New variable.
* gnu: Add pcsc-lite.Mike Gerwitz2016-10-27
| | | | | | * gnu/packages/security-token.scm (pcsc-lite): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: security-token: Use 'license:' prefix.Marius Bakke2016-10-26
| | | | | * gnu/packages/security-token.scm (libyubikey)[license]: Add prefix. (ykclient)[license]: Add prefix.
* gnu: yubico.scm: Rename to security-token.scm.Marius Bakke2016-10-26
* gnu/packages/yubico.scm: Delete file. * gnu/packages/security-token.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.