Faidon Liambotis

Results 130 comments of Faidon Liambotis

Yeah that sounds very sensible. I'll add that to the next upload.

> Yeah that sounds very sensible. I'll add that to the next upload. This is implemented as of 6.1.0-1, uploaded today. Note, for the casual reader, that this a Debian...

It's probably repeatable, since what I think is the same stacktrace seems to be reported by other users in Ubuntu's bug tracker: https://bugs.launchpad.net/ubuntu/+source/xiccd/+bug/1965531 The stacktraces there are more extensive and...

> `PKCS11_MODULE` should point to the `.so` file needed to access the HSM e.g. `/usr/lib/softhsm/libsofthsm2.so` > > For reference you can find how `check()` is done on Alpine here: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/py3-pkcs11/APKBUILD#L41...

+1, and this addresses a test failure on Debian as well. One semi-related note is that the comment right below this line says to use "Ed25519" once https://github.com/wbond/asn1crypto/pull/134 is merged,...

That's great, thanks! 1. `generate.sh` seems to have gained a Bashism (i.e. it fails when /bin/sh is set to e.g. dash). This fixes it: ```diff --- a/doc/generate.sh +++ b/doc/generate.sh @@...

> The content of the HTML file is related to ldp.dsl, can you point me to the one used in Debian package? https://packages.debian.org/sid/ldp-docbook-dsssl -> https://packages.debian.org/sid/all/ldp-docbook-dsssl/download -> http://ftp.de.debian.org/debian/pool/main/l/ldp-docbook-stylesheets/ldp-docbook-dsssl_0.0.20040321-3.1_all.deb ...and extract using...

But what happens if ipv6calc.spec is out of date and needs to be regenerated? Isn't that a chicken-and-egg loop? To be more specific about the issue I'm trying to address:...

Hah, case in point: I think with cf02e4d075b1269b85aae9391a6e5d98358a1a87 you accidentally committed ipv6calc.spec with a dirty diff (no apxs installed).

This is a couple of months old but I just noticed it: https://github.com/python/cpython/pull/103181