| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This patch introduces the USE_SYSTEM_LIBNITROKEY environment variable.
If it is set when compiling, the nitrokey-sys crate will not try to
build libnitrokey from source but instead uses the system libnitrokey
version.
|
|
|
|
|
|
| |
To be able to ship crate updates without a new libnitrokey version, the
patch version is decoupled from libnitrokey. This patch updates the
README to describe this policy.
|
|
|
|
| |
In libinitrokey v3.4.1, there are no changes affecting this crate.
|
|
|
|
|
|
| |
Besides the changes listed in the changelog, this patch also changes the
build system to be able to generate the version.cc file containing the
library version.
|
| |
|
| |
|
|
|