From owner-freebsd-python@FreeBSD.ORG Fri Jan 16 23:34:47 2015 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 308C41B1 for ; Fri, 16 Jan 2015 23:34:47 +0000 (UTC) Received: from smtp10.hushmail.com (smtp10a.hushmail.com [65.39.178.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.hushmail.com", Issuer "Self-signed" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1766DF93 for ; Fri, 16 Jan 2015 23:34:45 +0000 (UTC) Received: from smtp10.hushmail.com (smtp10a.hushmail.com [65.39.178.239]) by smtp10.hushmail.com (Postfix) with SMTP id A7701C011C for ; Fri, 16 Jan 2015 22:58:27 +0000 (UTC) Received: from smtp.hushmail.com (w2.hushmail.com [65.39.178.46]) by smtp10.hushmail.com (Postfix) with ESMTP for ; Fri, 16 Jan 2015 22:58:27 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id 6FD54A0685; Fri, 16 Jan 2015 22:58:27 +0000 (UTC) MIME-Version: 1.0 Date: Fri, 16 Jan 2015 17:58:27 -0500 To: python@freebsd.org Subject: python with libressl From: "Corey" Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150116225827.6FD54A0685@smtp.hushmail.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 23:34:47 -0000 Hi python friends. We need to start getting the python ports in shape for Libressl support. Some bug reports were filed and patches are provided, what's the hold up? https://github.com/opnsense/ports/commit/c15af648e9d5fcecf0ae666292e8f41c08979057 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511 Upstream has been fixing it already: https://hg.python.org/cpython/rev/7f82f50fdad0 https://hg.python.org/cpython/rev/eddcb6671a48 This is important for a lot of users, but many things depend on python to build.