From owner-svn-ports-branches@freebsd.org Thu Mar 12 08:47:25 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D92EC259094; Thu, 12 Mar 2020 08:47:25 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48dMs935ptz4X1t; Thu, 12 Mar 2020 08:47:25 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1023229C1; Thu, 12 Mar 2020 08:47:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02C8lO33041838; Thu, 12 Mar 2020 08:47:24 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02C8lNia041831; Thu, 12 Mar 2020 08:47:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202003120847.02C8lNia041831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 12 Mar 2020 08:47:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r528277 - in branches/2020Q1/www: py-django py-django111 py-django22 py-django30 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2020Q1/www: py-django py-django111 py-django22 py-django30 X-SVN-Commit-Revision: 528277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2020 08:47:25 -0000 Author: wen Date: Thu Mar 12 08:47:23 2020 New Revision: 528277 URL: https://svnweb.freebsd.org/changeset/ports/528277 Log: MFH: r528261 - Update Django to 3.0.4, 2.2.11 and 1.11.29(security release) Security: CVE-2020-9402 Approved by: ports-secteam@(joneum@) Modified: branches/2020Q1/www/py-django/Makefile branches/2020Q1/www/py-django111/Makefile branches/2020Q1/www/py-django111/distinfo branches/2020Q1/www/py-django22/Makefile branches/2020Q1/www/py-django22/distinfo branches/2020Q1/www/py-django30/Makefile branches/2020Q1/www/py-django30/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/py-django/Makefile ============================================================================== --- branches/2020Q1/www/py-django/Makefile Thu Mar 12 08:42:59 2020 (r528276) +++ branches/2020Q1/www/py-django/Makefile Thu Mar 12 08:47:23 2020 (r528277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.11.26 +PORTVERSION= 1.11.29 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2020Q1/www/py-django111/Makefile ============================================================================== --- branches/2020Q1/www/py-django111/Makefile Thu Mar 12 08:42:59 2020 (r528276) +++ branches/2020Q1/www/py-django111/Makefile Thu Mar 12 08:47:23 2020 (r528277) @@ -4,7 +4,7 @@ # Remember to update www/py-django along with this port. PORTNAME= django -PORTVERSION= 1.11.28 +PORTVERSION= 1.11.29 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2020Q1/www/py-django111/distinfo ============================================================================== --- branches/2020Q1/www/py-django111/distinfo Thu Mar 12 08:42:59 2020 (r528276) +++ branches/2020Q1/www/py-django111/distinfo Thu Mar 12 08:47:23 2020 (r528277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580837913 -SHA256 (python/Django-1.11.28.tar.gz) = b33ce35f47f745fea6b5aa3cf3f4241069803a3712d423ac748bd673a39741eb -SIZE (python/Django-1.11.28.tar.gz) = 7852525 +TIMESTAMP = 1583938198 +SHA256 (python/Django-1.11.29.tar.gz) = 4200aefb6678019a0acf0005cd14cfce3a5e6b9b90d06145fcdd2e474ad4329c +SIZE (python/Django-1.11.29.tar.gz) = 7977916 Modified: branches/2020Q1/www/py-django22/Makefile ============================================================================== --- branches/2020Q1/www/py-django22/Makefile Thu Mar 12 08:42:59 2020 (r528276) +++ branches/2020Q1/www/py-django22/Makefile Thu Mar 12 08:47:23 2020 (r528277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 2.2.10 +PORTVERSION= 2.2.11 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2020Q1/www/py-django22/distinfo ============================================================================== --- branches/2020Q1/www/py-django22/distinfo Thu Mar 12 08:42:59 2020 (r528276) +++ branches/2020Q1/www/py-django22/distinfo Thu Mar 12 08:47:23 2020 (r528277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580837915 -SHA256 (python/Django-2.2.10.tar.gz) = 1226168be1b1c7efd0e66ee79b0e0b58b2caa7ed87717909cd8a57bb13a7079a -SIZE (python/Django-2.2.10.tar.gz) = 8865888 +TIMESTAMP = 1583933729 +SHA256 (python/Django-2.2.11.tar.gz) = 65e2387e6bde531d3bb803244a2b74e0253550a9612c64a60c8c5be267b30f50 +SIZE (python/Django-2.2.11.tar.gz) = 9010479 Modified: branches/2020Q1/www/py-django30/Makefile ============================================================================== --- branches/2020Q1/www/py-django30/Makefile Thu Mar 12 08:42:59 2020 (r528276) +++ branches/2020Q1/www/py-django30/Makefile Thu Mar 12 08:47:23 2020 (r528277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2020Q1/www/py-django30/distinfo ============================================================================== --- branches/2020Q1/www/py-django30/distinfo Thu Mar 12 08:42:59 2020 (r528276) +++ branches/2020Q1/www/py-django30/distinfo Thu Mar 12 08:47:23 2020 (r528277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580837917 -SHA256 (python/Django-3.0.3.tar.gz) = 2f1ba1db8648484dd5c238fb62504777b7ad090c81c5f1fd8d5eb5ec21b5f283 -SIZE (python/Django-3.0.3.tar.gz) = 8932015 +TIMESTAMP = 1583735692 +SHA256 (python/Django-3.0.4.tar.gz) = 50b781f6cbeb98f673aa76ed8e572a019a45e52bdd4ad09001072dfd91ab07c8 +SIZE (python/Django-3.0.4.tar.gz) = 9060331