Actions
Bug #14606
closedweb/curl update broke pkg tests
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Description
Running the pkg test suite, all the https tests were failing with E_OUT_OF_MEMORY.
After much head scratching and help from andyf, I rolled back web/curl
; pkg list -fav web/curl FMRI IFO pkg://openindiana.org/web/curl@7.82.0-2022.0.0.0:20220313T104038Z i-- pkg://openindiana.org/web/curl@7.81.0-2022.0.0.0:20220107T072819Z --- ... ; sudo pkg change-facet --no-refresh version-lock.web/curl=false ; sudo pkg install pkg://openindiana.org/web/curl@7.81.0-2022.0.0.0:20220107T072819Z
and everything is fine. I don't know if the curl upgrade per-se is at fault, or whether something (pycurl, being an obvious candidate) needed to be rebuilt and was not.
Updated by Andy Fiddaman over 1 year ago
This is a regression in curl 7.82.0
There's a patch at https://github.com/omniosorg/omnios-build/blob/master/build/curl/patches/openssl-cn-bug.patch
Updated by Andreas Wacknitz over 1 year ago
This should be fixed with the patch Andy provided.
Actions