Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7051784E8E for ; Fri, 4 Aug 2023 05:22:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id B-V_R5nkrVF4 for ; Fri, 4 Aug 2023 05:22:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E141784D50 for ; Fri, 4 Aug 2023 05:22:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA5ACFBDB; Fri, 4 Aug 2023 05:22:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169112652589300" MIME-Version: 1.0 Date: Fri, 4 Aug 2023 05:22:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django3 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230804052205.DA5ACFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169112652589300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Fri Aug 4 05:22:05 UTC 2023 Modified Files: pkgsrc/www/py-django3: Makefile distinfo Log Message: py-django3: updated to 3.2.20 Django 3.2.20 fixes a security issue with severity “moderate” in 3.2.19. CVE-2023-36053: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator¶ EmailValidator and URLValidator were subject to potential regular expression denial of service attack via a very large number of domain name labels of emails and URLs. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-django3/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-django3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169112652589300 Content-Disposition: inline Content-Length: 1578 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.32 pkgsrc/www/py-django3/Makefile:1.33 --- pkgsrc/www/py-django3/Makefile:1.32 Wed May 10 09:01:46 2023 +++ pkgsrc/www/py-django3/Makefile Fri Aug 4 05:22:05 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2023/05/10 09:01:46 adam Exp $ +# $NetBSD: Makefile,v 1.33 2023/08/04 05:22:05 adam Exp $ -DISTNAME= Django-3.2.19 +DISTNAME= Django-3.2.20 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ Index: pkgsrc/www/py-django3/distinfo diff -u pkgsrc/www/py-django3/distinfo:1.31 pkgsrc/www/py-django3/distinfo:1.32 --- pkgsrc/www/py-django3/distinfo:1.31 Wed May 10 09:01:46 2023 +++ pkgsrc/www/py-django3/distinfo Fri Aug 4 05:22:05 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2023/05/10 09:01:46 adam Exp $ +$NetBSD: distinfo,v 1.32 2023/08/04 05:22:05 adam Exp $ -BLAKE2s (Django-3.2.19.tar.gz) = cbbbb7539703954e9f3e5009240c50806c6ac601e4d669c683e93e3cb8d2d4cb -SHA512 (Django-3.2.19.tar.gz) = 25a611b4479718b866b9f7b9247d6ada1f20c9118d17735f07fe3ae2e7092bee3655c1733c5c244b2e7f5ab04f6d5cc7fab94ca33d2426e281581554a64582dc -Size (Django-3.2.19.tar.gz) = 9832772 bytes +BLAKE2s (Django-3.2.20.tar.gz) = a19b03c9d8b4a7ff7cb2af8618f6efb5cd6a1df0634dbd14bbd16d3757190de4 +SHA512 (Django-3.2.20.tar.gz) = 32555552e3929718c998ecb7ca2f39b94bbce378cd3c2b633d497fdf58e435fc7a0a89e22bdfdfcb8e5e6884d909103c0f4b545ee0c01fe58a0ba9dd6eed992b +Size (Django-3.2.20.tar.gz) = 9831078 bytes --_----------=_169112652589300--