-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libnitrokey to latest / v3.7-RC2
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libnitrokey
updated
12 files
+75 −0 | .gitlab-ci.yml | |
+31 −0 | ci-script/build.sh | |
+42 −0 | ci-script/package.sh | |
+2 −0 | data/41-nitrokey.rules | |
+2 −0 | data/41-nitrokey_old.rules | |
+7 −2 | libnitrokey.pro | |
+3 −0 | unittest/conftest.py | |
+36 −3 | unittest/constants.py | |
+52 −2 | unittest/test_issues.py | |
+15 −4 | unittest/test_pro.py | |
+19 −1 | unittest/test_pro_bootloader.py | |
+6 −0 | version.cc |