Bug#1052331: libcrypt-openssl-pkcs12-perl

Sebastian Andrzej Siewior sebastian at breakpoint.cc
Wed Sep 20 17:15:51 BST 2023


Package: libcrypt-openssl-pkcs12-perl
Version: 1.9-2
severity: serious

I reported FTBFS against openssl 3.0 in #1006386 and now it kind of
falls apart again. The check in patch is
|   $major eq "3.1" and $minor <= 2) or ($major eq "3.0" and $minor <= 10)

and I have now 3.1.3 in experimental and 3.0.11 in unstable leading to
ci failures and FTBFS for libcrypt-openssl-pkcs12-perl itself.

Could we please extend the version check to all major 3.0 and 3.1
versions?
It looks unlikely that the password thingy will be changed within
3.0/3.1 series based on the linked bug report. And maybe even add 3.2
because from what I see in the current alpha version is, that it is ABI
compatible with the current 3.0/3.1 releases.

But then maybe limit the test to less than 3.0 series of openssl and
enable it again once it is known that it works again. Whatever feels
like less work ;)

Sebastian



More information about the pkg-perl-maintainers mailing list