Date: Mon, 18 Jan 2021 12:29:43 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 252802] net/openntpd: switch to libretls on FreeBSD 12+ Message-ID: <bug-252802-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252802 Bug ID: 252802 Summary: net/openntpd: switch to libretls on FreeBSD 12+ Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch, patch-ready Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: naddy@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: bapt@FreeBSD.org Flags: maintainer-feedback?(naddy@FreeBSD.org) Assignee: naddy@FreeBSD.org Created attachment 221704 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D221704&action= =3Dedit v1 Expose libtls dependency as TLS option. When using LibreSSL use its own lib= tls but when using OpenSSL use libtls from libretls. --- libressl +++ openssl @@ -1,7 +1,7 @@ =3D>> Checking shared library dependencies 0x0000000000000001 NEEDED Shared library: [libc.so.7] - 0x0000000000000001 NEEDED Shared library: [libcrypto.so.46] + 0x0000000000000001 NEEDED Shared library: [libcrypto.so.111] 0x0000000000000001 NEEDED Shared library: [libm.so.5] - 0x0000000000000001 NEEDED Shared library: [libssl.so.48] + 0x0000000000000001 NEEDED Shared library: [libssl.so.111] 0x0000000000000001 NEEDED Shared library: [libthr.so.3] 0x0000000000000001 NEEDED Shared library: [libtls.so.20] On FreeBSD < 12 we have to continue using ugly workaround because security/libretls fails to build. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252802-7788>