From owner-freebsd-ports-bugs@freebsd.org Fri Sep 23 07:24:17 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9DE1BE6684 for ; Fri, 23 Sep 2016 07:24:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F78EEDF for ; Fri, 23 Sep 2016 07:24:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8N7OH6O067884 for ; Fri, 23 Sep 2016 07:24:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212916] security/py-cryptography refuses to work with base openssl in stable/9 Date: Fri, 23 Sep 2016 07:24:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ardovm@yahoo.it X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 07:24:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212916 Bug ID: 212916 Summary: security/py-cryptography refuses to work with base openssl in stable/9 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: koobs@FreeBSD.org Reporter: ardovm@yahoo.it Flags: maintainer-feedback?(koobs@FreeBSD.org) Assignee: koobs@FreeBSD.org The OpenSSL version currently provided in 9-STABLE is 0.9.8-zh. The port security/py-cryptography refuses to work if linked to base OpenSSL. IMHO, the port should not build unless DEFAULT_VERSIONS+=3Dssl=3Dopenssl is= set. $ uname -a FreeBSD myhost 9.3-STABLE FreeBSD 9.3-STABLE #170 r305957M: Mon Sep 19 10:2= 6:37 CEST 2016 $ openssl version OpenSSL 0.9.8zh-freebsd 3 Dec 2015 $ python Python 2.7.12 (default, Sep 22 2016, 12:28:09)=20 [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. >>> from cryptography.hazmat.backends import default_backend >>> default_backend() Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/site-packages/cryptography/hazmat/backends/__init= __.py", line 35, in default_backend _default_backend =3D MultiBackend(_available_backends()) File "/usr/local/lib/python2.7/site-packages/cryptography/hazmat/backends/__init= __.py", line 22, in _available_backends "cryptography.backends" File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", = line 2235, in resolve module =3D __import__(self.module_name, fromlist=3D['__name__'], level= =3D0) File "/usr/local/lib/python2.7/site-packages/cryptography/hazmat/backends/openss= l/__init__.py", line 7, in from cryptography.hazmat.backends.openssl.backend import backend File "/usr/local/lib/python2.7/site-packages/cryptography/hazmat/backends/openss= l/backend.py", line 47, in from cryptography.hazmat.bindings.openssl import binding File "/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/openss= l/binding.py", line 250, in _verify_openssl_version(Binding.lib.SSLeay()) File "/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/openss= l/binding.py", line 230, in _verify_openssl_version "You are linking against OpenSSL 0.9.8, which is no longer " RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer sup= port by the OpenSSL project. You need to upgrade to a newer version of OpenSSL. --=20 You are receiving this mail because: You are the assignee for the bug.=