From owner-svn-ports-all@freebsd.org Fri Feb 5 23:21:19 2021 Return-Path: Delivered-To: svn-ports-all@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 7570A52CE66; Fri, 5 Feb 2021 23:21:19 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DXWdC2y3Pz4h74; Fri, 5 Feb 2021 23:21:19 +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 583DD273BB; Fri, 5 Feb 2021 23:21:19 +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 115NLJZq027728; Fri, 5 Feb 2021 23:21:19 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 115NLIEa027722; Fri, 5 Feb 2021 23:21:18 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202102052321.115NLIEa027722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 5 Feb 2021 23:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r564165 - in branches/2021Q1/www: py-django22 py-django30 py-django31 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2021Q1/www: py-django22 py-django30 py-django31 X-SVN-Commit-Revision: 564165 X-SVN-Commit-Repository: ports 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.34 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: Fri, 05 Feb 2021 23:21:19 -0000 Author: wen Date: Fri Feb 5 23:21:17 2021 New Revision: 564165 URL: https://svnweb.freebsd.org/changeset/ports/564165 Log: MFH: r564115 - Update Django to 3.1.6, 3.0.12 and 2.2.18 (include security fix of CVE-2021-3281) Modified: branches/2021Q1/www/py-django22/Makefile branches/2021Q1/www/py-django22/distinfo branches/2021Q1/www/py-django30/Makefile branches/2021Q1/www/py-django30/distinfo branches/2021Q1/www/py-django31/Makefile branches/2021Q1/www/py-django31/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/py-django22/Makefile ============================================================================== --- branches/2021Q1/www/py-django22/Makefile Fri Feb 5 23:16:55 2021 (r564164) +++ branches/2021Q1/www/py-django22/Makefile Fri Feb 5 23:21:17 2021 (r564165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 2.2.17 +PORTVERSION= 2.2.18 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2021Q1/www/py-django22/distinfo ============================================================================== --- branches/2021Q1/www/py-django22/distinfo Fri Feb 5 23:16:55 2021 (r564164) +++ branches/2021Q1/www/py-django22/distinfo Fri Feb 5 23:21:17 2021 (r564165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604387344 -SHA256 (python/Django-2.2.17.tar.gz) = cf5370a4d7765a9dd6d42a7b96b53c74f9446cd38209211304b210fe0404b861 -SIZE (python/Django-2.2.17.tar.gz) = 8885492 +TIMESTAMP = 1612514435 +SHA256 (python/Django-2.2.18.tar.gz) = c9c994f5e0a032cbd45089798b52e4080f4dea7241c58e3e0636c54146480bb4 +SIZE (python/Django-2.2.18.tar.gz) = 9180844 Modified: branches/2021Q1/www/py-django30/Makefile ============================================================================== --- branches/2021Q1/www/py-django30/Makefile Fri Feb 5 23:16:55 2021 (r564164) +++ branches/2021Q1/www/py-django30/Makefile Fri Feb 5 23:21:17 2021 (r564165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 3.0.11 +PORTVERSION= 3.0.12 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2021Q1/www/py-django30/distinfo ============================================================================== --- branches/2021Q1/www/py-django30/distinfo Fri Feb 5 23:16:55 2021 (r564164) +++ branches/2021Q1/www/py-django30/distinfo Fri Feb 5 23:21:17 2021 (r564165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604387678 -SHA256 (python/Django-3.0.11.tar.gz) = 96436d3d2f744d26e193bfb5a1cff3e01b349f835bb0ea16f71743accf9c6fa9 -SIZE (python/Django-3.0.11.tar.gz) = 8958879 +TIMESTAMP = 1612514364 +SHA256 (python/Django-3.0.12.tar.gz) = fd63e2c7acca5f2e7ad93dfb53d566e040d871404fc0f684a3e720006d221f9a +SIZE (python/Django-3.0.12.tar.gz) = 9255277 Modified: branches/2021Q1/www/py-django31/Makefile ============================================================================== --- branches/2021Q1/www/py-django31/Makefile Fri Feb 5 23:16:55 2021 (r564164) +++ branches/2021Q1/www/py-django31/Makefile Fri Feb 5 23:21:17 2021 (r564165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 3.1.5 +PORTVERSION= 3.1.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2021Q1/www/py-django31/distinfo ============================================================================== --- branches/2021Q1/www/py-django31/distinfo Fri Feb 5 23:16:55 2021 (r564164) +++ branches/2021Q1/www/py-django31/distinfo Fri Feb 5 23:21:17 2021 (r564165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609768885 -SHA256 (python/Django-3.1.5.tar.gz) = 2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7 -SIZE (python/Django-3.1.5.tar.gz) = 9257571 +TIMESTAMP = 1612514286 +SHA256 (python/Django-3.1.6.tar.gz) = c6c0462b8b361f8691171af1fb87eceb4442da28477e12200c40420176206ba7 +SIZE (python/Django-3.1.6.tar.gz) = 9645871