Package: yubikey-touch-detector / 1.11.0-2

Metadata

Package Version Patches format
yubikey-touch-detector 1.11.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix mapset newset invocation.patch | (download)

detector/hmac.go | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix compilation with go 1.21

Go 1.21 throws a "cannot infer T" from the creation of the set - fixing
undefined behavior from Go 1.20. Specify the type explicitly.

replace gpgme getdir info.patch | (download)

main.go | 14 13 1 - 0 !
1 file changed, 13 insertions( ), 1 deletion(-)

 import forked gpgmegetdirinfo function

A dependency on a patched github.com/proglottis/gpgme was introduced to access
gpgme_get_dirinfo. This patched version did not release with this change and
the "replace" directive points to some commit on a branch. In order to work
with the gpgme library in Debian and given the trivality of the wrapper
function, I duplicated the functionality here.