On Mon, Oct 14, 2019 at 11:34:32AM -0700, Peter Ezetta wrote: > Hello ports@, > > Attached is a new Zola port, updated to v0.9.0. > > v0.9.0 Changelog: > https://github.com/getzola/zola/blob/master/CHANGELOG.md#090-2019-09-28 > > I have removed the patches that I had in the 0.8.0 version, as they were > merged upstream. the libc crate is bumped to support SPARC64, and the > openssl-sys crate is bumped to support LibreSSL 3.0.1.
Unfortunately, we're already at LibreSSL 3.0.2 in -current, so the build fails with the usual panic in openssl-sys. A PR to support LibreSSL 3.0.x was merged, but there's no release containing it at the moment: https://github.com/sfackler/rust-openssl/pull/1176 I think it's not a good idea to mention a specific LibreSSL version in the Makefile, as it will be outdated rather quickly. How are going to cope with the failing build in -current that is bound to happen once bcook@ bumps to LibreSSL 3.1.0 at some point during this release cycle?
