Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Mar 2024 01:41:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277520] security/py-cryptography refuses to link with proper SSL library
Message-ID:  <bug-277520-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277520

            Bug ID: 277520
           Summary: security/py-cryptography refuses to link with proper
                    SSL library
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: dave@jetcafe.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

In my make.conf I have:

DEFAULT_VERSIONS+=3D ...  ssl=3Dlibressl python=3D3.9 ...

The py-cryptography package is built due to dependencies, and it is linked =
to
base openssl instead of ports libressl:

# tar xf packages/All/py39-cryptography-41.0.4,1.pkg
tar: Removing leading '/' from member names
# ldd
usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust.ab=
i3.so
        libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x24f070421000)
        libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x24f07147d000)
...

--=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-277520-7788>