Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 00F341A9239 for ; Wed, 19 Jan 2022 09:51:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 114E484DB9; Wed, 19 Jan 2022 09:51:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D1A584D8B for ; Wed, 19 Jan 2022 09:51:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id G-Khm6TqFcBT for ; Wed, 19 Jan 2022 09:51:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C09E284D1D for ; Wed, 19 Jan 2022 09:51:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA722FB24; Wed, 19 Jan 2022 09:51:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164258588587590" MIME-Version: 1.0 Date: Wed, 19 Jan 2022 09:51:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220119095125.BA722FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164258588587590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Wed Jan 19 09:51:25 UTC 2022 Modified Files: pkgsrc/www/py-django3: Makefile distinfo Log Message: py-django3: updated to 3.2.11 Django 3.2.11 fixes one security issue with severity “medium” and two security issues with severity “low” in 3.2.10. - CVE-2021-45115: Denial-of-service possibility in UserAttributeSimilarityValidator - CVE-2021-45116: Potential information disclosure in dictsort template filter - CVE-2021-45452: Potential directory-traversal via Storage.save() To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-django3/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-django3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164258588587590 Content-Disposition: inline Content-Length: 1640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django3/Makefile diff -u pkgsrc/www/py-django3/Makefile:1.25 pkgsrc/www/py-django3/Makefile:1.26 --- pkgsrc/www/py-django3/Makefile:1.25 Wed Jan 5 15:51:59 2022 +++ pkgsrc/www/py-django3/Makefile Wed Jan 19 09:51:25 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/01/05 15:51:59 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2022/01/19 09:51:25 adam Exp $ -DISTNAME= Django-3.2.10 +DISTNAME= Django-3.2.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 2 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ MASTER_SITES+= ${MASTER_SITE_PYPI:=D/Django/} Index: pkgsrc/www/py-django3/distinfo diff -u pkgsrc/www/py-django3/distinfo:1.24 pkgsrc/www/py-django3/distinfo:1.25 --- pkgsrc/www/py-django3/distinfo:1.24 Tue Dec 14 09:00:37 2021 +++ pkgsrc/www/py-django3/distinfo Wed Jan 19 09:51:25 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2021/12/14 09:00:37 adam Exp $ +$NetBSD: distinfo,v 1.25 2022/01/19 09:51:25 adam Exp $ -BLAKE2s (Django-3.2.10.tar.gz) = 716a9b998b5176a9d6d7f86d5e390c4d2de04b98b7385d1d494aa5b6569d8917 -SHA512 (Django-3.2.10.tar.gz) = 6b793a1e544ab988d909d9fc5152d9dbba864c4916bb1f703a07c72f1a945ba93ba53b2f8843b67a16d0e68a736c43faf2f3d8aaa0867de1668c3845c24da7da -Size (Django-3.2.10.tar.gz) = 9811341 bytes +BLAKE2s (Django-3.2.11.tar.gz) = dc23c07a1ddce62e907c11bc589c7e0604921ad1f5b646262f920d3c1869469c +SHA512 (Django-3.2.11.tar.gz) = ea1ca9a76afcd7e20d0ce518efc0497bbd11f4ab7ed20bd4490561bfcfc6c80db8922a22d8aca94c1dc2743e7366b28a0ae76c3d64f55afc142c38a744dd5120 +Size (Django-3.2.11.tar.gz) = 9821958 bytes --_----------=_164258588587590--