Last Week in Pony April 30, 2023
Keeping an open source project up and running has lots of hidden time that goes into it. This past week was one of those. A few things that happened, our Windows CI and builds related to anything that uses LibreSSL started failing consistently. Turns out that the site we were getting LibreSSL from was down. After digging around for a while, Sean figured out that cdn.openbsd.org
which is what all links on openbsd.org use appears to be far more reliable than the ftp.openbsd.org
that is used for links on the LibreSSL site. And, they both have the same content. So, we got to update a bunch of libraries and applications that rely on LibreSSL on Windows to fix the failures. You’ll see a lot of releases related to that change that happened this week.