From owner-svn-ports-all@FreeBSD.ORG Mon Jun 22 20:51:03 2015 Return-Path: Delivered-To: svn-ports-all@nevdull.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 575FA87A; Mon, 22 Jun 2015 20:51:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 448CD80D; Mon, 22 Jun 2015 20:51:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5MKp3Gn098556; Mon, 22 Jun 2015 20:51:03 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5MKp2FP098554; Mon, 22 Jun 2015 20:51:02 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506222051.t5MKp2FP098554@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 22 Jun 2015 20:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390329 - head/devel/ipython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 20:51:03 -0000 Author: olgeni Date: Mon Jun 22 20:51:02 2015 New Revision: 390329 URL: https://svnweb.freebsd.org/changeset/ports/390329 Log: Upgrade to version 3.2.0. IPython 3.2 contains important security fixes. Users are strongly encouraged to upgrade immediately. Highlights: - A security improvement that set the secure attribute to login cookie to prevent them to be sent over http - Revert the face color of matplotlib axes in the inline backend to not be transparent. - Enable mathjax safe mode by default - Fix XSS vulnerability in JSON error messages - Various widget-related fixes CVEs still pending. Modified: head/devel/ipython/Makefile head/devel/ipython/distinfo (contents, props changed) Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Mon Jun 22 20:49:39 2015 (r390328) +++ head/devel/ipython/Makefile Mon Jun 22 20:51:02 2015 (r390329) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/ipython/distinfo ============================================================================== --- head/devel/ipython/distinfo Mon Jun 22 20:49:39 2015 (r390328) +++ head/devel/ipython/distinfo Mon Jun 22 20:51:02 2015 (r390329) @@ -1,2 +1,2 @@ -SHA256 (ipython-3.1.0.tar.gz) = 532092d3f06f82b1d8d1e5c37097eae19fcf025f8f6a4b670dd49c3c338d5624 -SIZE (ipython-3.1.0.tar.gz) = 10915828 +SHA256 (ipython-3.2.0.tar.gz) = 8e64b441e16298c08025b826126b2d7bc5c1776d2d2f071672166f615f327887 +SIZE (ipython-3.2.0.tar.gz) = 10883925