[Bug 214998] sysutils/py-salt: Fix OpenSSL 1.1 compatibility

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 2 10:25:44 UTC 2016


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

            Bug ID: 214998
           Summary: sysutils/py-salt: Fix OpenSSL 1.1 compatibility
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: m.r.sopacua at gmail.com
                CC: freebsd-ports-bugs at FreeBSD.org

Created attachment 177598
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177598&action=edit
Patch to fix openssl 1.1. compatibilty

Salt does not initialize when compiled against OpenSSL 1.1, due to a call to
OpenSSL_no_config, which changed from a library symbol to a header define,
making it impossible for CPython to call the function.

Obtained from: https://github.com/saltstack/salt/pull/37772

NOTE: this was merged into 2016.3 tree, not into 2016.11 tree unfortunately.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list