Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Dec 2016 10:25:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214998] sysutils/py-salt: Fix OpenSSL 1.1 compatibility
Message-ID:  <bug-214998-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: m.r.sopacua@gmail.com
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 177598
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177598&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214998-13>