Bug#1008349: python-securesystemslib: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned exit code 13

2022-03-28 Thread Lukas Puehringer
I created an issue in the upstream ticket tracker, including a likely explanation and possible solutions: https://github.com/secure-systems-lab/securesystemslib/issues/397 TLDR: The cause of the error seems to be a race

Bug#966972: [in-toto-dev] Bug#966972: in-toto: FTBFS: ValueError: SSH supports only 1024 bit DSA keys

2020-08-27 Thread Lukas Puehringer
/ On 11.08.2020 4:54 PM, Lukas Puehringer wrote: > FYI: We just bumped upstream to include the fix: > https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.16.0 > > Will prepare a downstream release later this week. > > > On 06.08.2020 2:21 PM, Holger Levse

Bug#966972: [in-toto-dev] Bug#966972: in-toto: FTBFS: ValueError: SSH supports only 1024 bit DSA keys

2020-08-11 Thread Lukas Puehringer
FYI: We just bumped upstream to include the fix: https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.16.0 Will prepare a downstream release later this week. On 06.08.2020 2:21 PM, Holger Levsen wrote: > hey Lukas, > > On Thu, Aug 06, 2020 at 02:03:00PM +02

Bug#966972: [in-toto-dev] Bug#966972: in-toto: FTBFS: ValueError: SSH supports only 1024 bit DSA keys

2020-08-06 Thread Lukas Puehringer
FYI: https://github.com/secure-systems-lab/securesystemslib/pull/264 fixes the issue upstream. On 04.08.2020 3:11 PM, Lukas Puehringer wrote: > Thanks for the report! > > It looks like a recent update to pyca/cryptography v3.0 causes our test code > (only) to break. I just fi

Bug#966972: [in-toto-dev] Bug#966972: in-toto: FTBFS: ValueError: SSH supports only 1024 bit DSA keys

2020-08-04 Thread Lukas Puehringer
Thanks for the report! It looks like a recent update to pyca/cryptography v3.0 causes our test code (only) to break. I just filed an issue upstream, because I am not fully sure if the change was made intentionally: https://github.com/pyca/cryptography/issues/5373 If it was, I will update our