about summary refs log tree commit diff
path: root/pkgs/tools/security/pcsc-cyberjack
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pcsc-cyberjack: Also install cjflash toolaszlig2018-09-27
| | | | | | | | | | | | | | | | | | | | | | This tool is necessary in order to update the firmware of the secoder. The reason I've added this to a separate output "tools" is because it clearly is not relevant for the PCSC driver itself and it's also very rarely needed. I've also verified wether the closure of the PCSC plugin env still only contains the main output and that's the case. There are also other tools - cjBingoTest and cjgeldkarte, where the former doesn't compile due to cjeca32.h not being found and cjgeldkarte, which does compile but tries to dlopen() the library and subsequently fails. Both of these tools however look like they're just performing tests and are not very useful outside of development, so I opted to not include them. Signed-off-by: aszlig <aszlig@nix.build>
* pcsc-cyberjack: 3.99.5_SP09 -> 3.99.5_SP12aszlig2018-09-27
| | | | | | | | | | | | | | | | | 3.99.5_SP12: * Add support for cyberJack one MF 3.99.5_SP11: * Add support for cyberJack one 3.99.5_SP10: * Add support for SHUReader and SISReader * Update to the Reiner-SCT repository rev cyberJack@1305 Signed-off-by: aszlig <aszlig@nix.build>
* treewide: http -> httpsRyan Mulligan2018-06-23
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* pcsc-cyberjack: Init at 3.99.5_SP09aszlig2016-06-04
It's a driver module for PCSC-Lite, which allows to use the USB readers from REINER SCT, a reader that is very commonly used in Germany for online banking and for reading/writing data from/to the national identity card. Signed-off-by: aszlig <aszlig@redmoonstudios.org>