On 2016-08-02, "Joe Holden" <[email protected]> wrote: > That is not a fix since it breaks at least nginx in the official repo, > because nginx depends on openssl and openntpd depends on libre. > > Either the entire tree should move to a library supported by everything, or > the openntpd port gets split into meta packages so that we don't need to > return to a stage where everyone is building ports. > > Was this not even considered or tested?
I put the blame on the people who thought it a good idea to have FIVE only partially compatible SSL libraries in the tree: OpenSSL in base, openssl, openssl-devel, libressl, libressl-devel. Bernard Spil (brnrd) has worked hard on moving the entire tree to LibreSSL, but the political will is missing. Like other software coming out of OpenBSD, OpenNTPD now requires libtls for its https functionality. That's a new library with a new API that doesn't exist in OpenSSL. The constraints check is a standard feature of OpenNTPD. If you run OpenNTPD, you expect it to be available. I have no intention of disabling this by default and it requires libtls. > (Cc naddy) Sorry, I somehow didn't get this. -- Christian "naddy" Weisgerber [email protected] _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
