[Bug 277517] net/socat linked to wrong SSL library

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Mar 2024 23:55:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277517

            Bug ID: 277517
           Summary: net/socat linked to wrong SSL library
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ehaupt@FreeBSD.org
          Reporter: dave@jetcafe.org
          Assignee: ehaupt@FreeBSD.org
             Flags: maintainer-feedback?(ehaupt@FreeBSD.org)

In my make.conf I have:

DEFAULT_VERSIONS+= ...  ssl=libressl ...

So when I build net/socat vi poudriere I get this:

# tar xf packages/All/socat-1.7.4.4.pkg
tar: Removing leading '/' from member names
# ldd usr/local/bin/socat 
usr/local/bin/socat:
        ...
        libssl.so.111 => /usr/lib/libssl.so.111 (0x3326e035d000)
        libcrypto.so.111 => /lib/libcrypto.so.111 (0x3326e1e45000)

This was quite surprising. I have checked this on ports revisions Q4 2023
and Q1 2024 and it's the same result.

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