Bug#1061660: liblwp-protocol-https-perl: Fail to verify certificates

gregor herrmann gregoa at debian.org
Mon Jan 29 19:58:32 GMT 2024


On Mon, 29 Jan 2024 08:53:45 +0100, Christian Marillat wrote:

> >> This issue doesn't exist with 6.11-1. I've seen this bug when 6.12 has
> >> been installed.
> > What doesn't help is that I've uploaded libio-socket-ssl-perl 2.085-1
> > as well … (Although with minimal changes as well.)
> Could you try to reprocduce this bug with the svt-av1 package ?

Sure. Running `uscan --report' in the version from dmo gives no
output at all, in the version currently in testing and unstable tells
me about the new upstream version:

% uscan --report            
Newest version of svt-av1 on remote site is 1.8.0, local version is 1.7.0
       (mangled local version is 1.7.0)
 => Newer package available from:
        => https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.8.0/SVT-AV1-v1.8.0.tar.bz2

In both cases no errors or whatever.
 
> >> The attached patch isn't clean :
> > Sorry, that was a diff of the upstream git tags.
> This diff fix this issue.

Thanks for checking.
Alright, so we know that 
1) something is different between your and my environment, and
2) one of the two small changes between 6.11 and 6.12 causes errors
   for you

Could you try which of the two hunks is the culprit? My very random
guess is that it's the first one [0]; for some reason my laptop
prefers IPv4 although I also have IPv6 …


Cheers,
gregor

[0]

@@ -56,7 +56,7 @@
         }
     }
     $self->{ssl_opts} = \%ssl_opts;
-    return (%ssl_opts, $self->SUPER::_extra_sock_opts);
+    return (%ssl_opts, MultiHomed => 1, $self->SUPER::_extra_sock_opts);
 }
 
 # This is a subclass of LWP::Protocol::http.




-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: Digital Signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-perl-maintainers/attachments/20240129/f2265cb6/attachment.sig>


More information about the pkg-perl-maintainers mailing list