[Bug 252802] net/openntpd: switch to libretls on FreeBSD 12+

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 18 12:29:43 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252802

            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 at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: bapt at FreeBSD.org
             Flags: maintainer-feedback?(naddy at FreeBSD.org)
          Assignee: naddy at FreeBSD.org

Created attachment 221704
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221704&action=edit
v1

Expose libtls dependency as TLS option. When using LibreSSL use its own libtls
but when using OpenSSL use libtls from libretls.

--- libressl
+++ openssl
@@ -1,7 +1,7 @@
 =>> 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list