From df02fd934aa2214062a7d3f33119290cc6417668 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 13 Jan 2021 10:24:38 -0600 Subject: [PATCH] modules/hotp-verification: Update module to latest version Update nitrokey-hotp-verification to upstream master, which pulls in 2 changes: - update OTP secret length from 20 bytes to 40 bytes - fixes handling for branding strings containing spaces Test: build/boot Librem 13v4, verify LK verification working Signed-off-by: Matt DeVillier --- modules/hotp-verification | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hotp-verification b/modules/hotp-verification index d424f1b8..59228352 100644 --- a/modules/hotp-verification +++ b/modules/hotp-verification @@ -2,11 +2,11 @@ modules-$(CONFIG_HOTPKEY) += hotp-verification hotp-verification_depends := libusb $(musl_dep) -hotp-verification_version := c0956cfa085bcfc2500c1085dad350a440ccbe40 +hotp-verification_version := b2b924eabd4d713f73bfaa298cc4c759421caf8f hotp-verification_dir := hotp-verification-$(hotp-verification_version) hotp-verification_tar := nitrokey-hotp-verification-$(hotp-verification_version).tar.gz hotp-verification_url := https://github.com/Nitrokey/nitrokey-hotp-verification/archive/$(hotp-verification_version).tar.gz -hotp-verification_hash := c06e9751bc45bf8e57ddb39f15352442eda07530f6fe0e8e1ed3e54274fc165f +hotp-verification_hash := 424d3e0b0d35d3d9ce16d68fae7d19f23bc0d4317f5ccc879c04e18c3f9bdfc1 hotp-verification_target := \ $(MAKE_JOBS) \