From owner-freebsd-python@FreeBSD.ORG Sat Jan 17 00:21:03 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 31CDBBB9 for ; Sat, 17 Jan 2015 00:21:03 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F149466C for ; Sat, 17 Jan 2015 00:21:02 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id v10so4217716pde.3 for ; Fri, 16 Jan 2015 16:21:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=+DUzQ6KN23s6QzuzjqzQTS5pi1+cW43tzB8nV7hPHbs=; b=enjTAjp5mMxdIbOC5JGTyfpw1wiAS2vfWwws9ZWh3woA217Yzm6Svftm+kW1HCsIKc 4GlbcoFiNxvCLED47BrR64r3j5FaKNx1pP0HZKeQdwAViZNO+mbForjTyuYZaXIiuIJq GYje8omi7rqDncmwcY+RLlxPWBUx5bKbGA6WyILCGo5zQtyRnqoI9CvHGwvi9zV7FAFm Z57VpNg4fNFAKI7pfZMPmo8rxmH+hS4zqiD3GcHgbvgp3fcIHExvqIL3kMNamfquzuPa PRNj2LnzRzxfMjwA+wHs5dp8Z/SnSDSz5aCro3mOFijBhXEfnCXuo/+m7HKW4WgPRlCM ma/A== X-Received: by 10.68.225.100 with SMTP id rj4mr26736932pbc.80.1421454062449; Fri, 16 Jan 2015 16:21:02 -0800 (PST) Received: from [192.168.1.109] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id pm2sm5070292pbb.81.2015.01.16.16.21.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Jan 2015 16:21:01 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54B9AAE3.2070801@FreeBSD.org> Date: Sat, 17 Jan 2015 11:20:51 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: Corey , python@freebsd.org Subject: Re: python with libressl References: <20150116225827.6FD54A0685@smtp.hushmail.com> In-Reply-To: <20150116225827.6FD54A0685@smtp.hushmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Sat, 17 Jan 2015 00:21:03 -0000 On 17/01/2015 9:58 AM, Corey wrote: > 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. > > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > I'm the hold up along with thorough QA testing :) They will land soon. Thanks for the bump Corey. -- koobs