Comment # 22 on bug 1205042 from
(In reply to Pedro Monreal Gonzalez from comment #21)
> (In reply to Adam Majer from comment #20)
> > (In reply to Pedro Monreal Gonzalez from comment #19)
> > > php7 buildfailure against openssl-3 was also fixed by Petr.
> > > Only packages that need adaption are openssh and nodejs18/19.
> > 
> > For the record, nodejs18 and nodejs19 are compiled upstream with vendored
> > OpenSSL 3.0 and their unit tests take this into account. So problems here
> > are incompatibilities between how we build openssl vs. how they build it
> > (and probably how others build it too) What I'm seeing in the tests that
> > that there is some unregistered scheme that we are not building. Looks like
> > file:// scheme is not supported?
> > 
> > [...]
> 
> Adam, thanks for the details. I could find this recently reported issue in
> openssl upstream for nodejs in [0] and that it has been fixed in commit [1].
> I'll commit the patch soon and see if there is something else, OK?
> 
> [0] https://github.com/openssl/openssl/pull/12901
> [1]
> https://github.com/openssl/openssl/commit/
> c60b5723194952d2e4bbfc1e4a3eb07b7581edd9

OK, that one is already in. I'm looking into this one:
  * https://github.com/openssl/openssl/pull/16452


You are receiving this mail because: