From owner-svn-ports-all@freebsd.org Tue Dec 3 03:08:11 2019 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 4F9F61C53CE; Tue, 3 Dec 2019 03:08:11 +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 47Rn3v1Q8Xz3HgC; Tue, 3 Dec 2019 03:08:11 +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 EDAFE93CC; Tue, 3 Dec 2019 03:08:10 +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 xB338A5W001743; Tue, 3 Dec 2019 03:08:10 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB338A4O001739; Tue, 3 Dec 2019 03:08:10 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201912030308.xB338A4O001739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 3 Dec 2019 03:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r518905 - in branches/2019Q4/www: py-django21 py-django22 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2019Q4/www: py-django21 py-django22 X-SVN-Commit-Revision: 518905 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.29 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: Tue, 03 Dec 2019 03:08:11 -0000 Author: wen Date: Tue Dec 3 03:08:09 2019 New Revision: 518905 URL: https://svnweb.freebsd.org/changeset/ports/518905 Log: MFH: r518847 - Update py-django22 to 2.2.8 and py-django21 to 2.1.15 (security fix: CVE-2019-19118) Approved by: portmgr@(miwi@) Modified: branches/2019Q4/www/py-django21/Makefile branches/2019Q4/www/py-django21/distinfo branches/2019Q4/www/py-django22/Makefile branches/2019Q4/www/py-django22/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/www/py-django21/Makefile ============================================================================== --- branches/2019Q4/www/py-django21/Makefile Tue Dec 3 03:05:15 2019 (r518904) +++ branches/2019Q4/www/py-django21/Makefile Tue Dec 3 03:08:09 2019 (r518905) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 2.1.14 +PORTVERSION= 2.1.15 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2019Q4/www/py-django21/distinfo ============================================================================== --- branches/2019Q4/www/py-django21/distinfo Tue Dec 3 03:05:15 2019 (r518904) +++ branches/2019Q4/www/py-django21/distinfo Tue Dec 3 03:08:09 2019 (r518905) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573006316 -SHA256 (python/Django-2.1.14.tar.gz) = d9159141fc354c4c28cc2b2586d55ba6d5e1531f5470218bb56a75be03d67398 -SIZE (python/Django-2.1.14.tar.gz) = 8763129 +TIMESTAMP = 1575292354 +SHA256 (python/Django-2.1.15.tar.gz) = a794f7a2f4b7c928eecfbc4ebad03712ff27fb545abe269bf01aa8500781eb1c +SIZE (python/Django-2.1.15.tar.gz) = 8621769 Modified: branches/2019Q4/www/py-django22/Makefile ============================================================================== --- branches/2019Q4/www/py-django22/Makefile Tue Dec 3 03:05:15 2019 (r518904) +++ branches/2019Q4/www/py-django22/Makefile Tue Dec 3 03:08:09 2019 (r518905) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2019Q4/www/py-django22/distinfo ============================================================================== --- branches/2019Q4/www/py-django22/distinfo Tue Dec 3 03:05:15 2019 (r518904) +++ branches/2019Q4/www/py-django22/distinfo Tue Dec 3 03:08:09 2019 (r518905) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573003519 -SHA256 (python/Django-2.2.7.tar.gz) = 16040e1288c6c9f68c6da2fe75ebde83c0a158f6f5d54f4c5177b0c1478c5b86 -SIZE (python/Django-2.2.7.tar.gz) = 8999415 +TIMESTAMP = 1575292100 +SHA256 (python/Django-2.2.8.tar.gz) = a4ad4f6f9c6a4b7af7e2deec8d0cbff28501852e5010d6c2dc695d3d1fae7ca0 +SIZE (python/Django-2.2.8.tar.gz) = 8870662