Date: Mon, 22 Jun 2015 20:51:02 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390329 - head/devel/ipython Message-ID: <201506222051.t5MKp2FP098554@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506222051.t5MKp2FP098554>