summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-11Update to nitrocli v0.4.0Robin Krahl
2021-02-14Update to nitrocli 0.3.5nico
2020-09-06Update to nitrocli v0.3.4Robin Krahl
2020-07-14Update to nitrocli v0.3.3Robin Krahl
This patch updates the nitrocli package to version 0.3.3 and adds a rule to install the new bash completion script.
2020-01-04Update to nitrocli v0.3.1Robin Krahl
2019-12-19Update to nitrocli v0.3.0Robin Krahl
2019-06-30Update to nitrocli v0.2.4Robin Krahl
2019-04-19Remove --frozen flag from cargo invocationRobin Krahl
I used to call cargo with the --frozen flag to avoid unnecessary queries to crates.io. Unforunately, this does only work if you previously queried crates.io (thanks to Unb0rn for the bug report). Therefore this patch removes the --frozen flag and bumps the package version to 0.2.3-2.
2019-01-28Update to nitrocli v0.2.3Robin Krahl
Additionally, this patch adds cargo configuration to avoid writing the srcdir into the binary. It also removes the use-system-libary.patch and uses the USE_SYSTEM_LIBNITROKEY environment variable instead.
2019-01-14Update to nitrocli v0.2.2Robin Krahl
2019-01-08Update to nitrocli v0.2.1Robin Krahl
2019-01-04Use packaged libnitrokey instead of compiling from sourceRobin Krahl
Per default, nitrokey-sys compiles libnitrokey from source. This commit patches nitrokey-sys to use the packaged libnitrokey instead. Firstly, this makes the build process easier. Secondly, this guarantees that the udev rules required to use the Nitrokey devices are already in place (as they are shipped with the libnitrokey package).
2019-01-02Add gnupg as a dependencyRobin Krahl
This patch adds gnupg as a dependency to nitrocli as the gpg-connect-agent is required to enter the passphrase for certain operations.
2019-01-02Update to nitrocli v0.2.0Robin Krahl
2018-12-17Package nitrocli v0.1.3Robin Krahl