perlPackages.AuthenModAuthPubTkt: disable unstable test

This commit is contained in:
Stig Palmquist 2024-09-07 18:41:32 +02:00
parent f5413cd9d4
commit 816958c88e
No known key found for this signature in database

View File

@ -1418,6 +1418,7 @@ with self; {
# -dss1 doesn't exist for dgst in openssl 1.1, -sha1 can also handle DSA keys now
sed -i 's|-dss1|-sha1|' lib/Authen/ModAuthPubTkt.pm
'';
preCheck = "rm t/04-verify-dsa.t"; # remove unstable test: https://rt.cpan.org/Ticket/Display.html?id=110752
meta = {
description = "Generate Tickets (Signed HTTP Cookies) for mod_auth_pubtkt protected websites";
license = with lib.licenses; [ artistic1 gpl1Plus ];