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 5914E1A9239 for ; Tue, 14 Dec 2021 08:57:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A66A984D4B; Tue, 14 Dec 2021 08:57:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCE9384D15 for ; Tue, 14 Dec 2021 08:57:48 +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 HafU5KyAyWO9 for ; Tue, 14 Dec 2021 08:57:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F3AE84D04 for ; Tue, 14 Dec 2021 08:57:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39FCBFAEC; Tue, 14 Dec 2021 08:57:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163947226821750" MIME-Version: 1.0 Date: Tue, 14 Dec 2021 08:57:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211214085748.39FCBFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163947226821750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 14 08:57:48 UTC 2021 Modified Files: pkgsrc/www/py-django2: Makefile distinfo Log Message: py-django2: updated to 2.2.25 2.2.25: CVE-2021-44420: Potential bypass of an upstream access control based on URL paths HTTP requests for URLs with trailing newlines could bypass an upstream access control based on URL paths. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-django2/Makefile \ pkgsrc/www/py-django2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163947226821750 Content-Disposition: inline Content-Length: 1576 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django2/Makefile diff -u pkgsrc/www/py-django2/Makefile:1.36 pkgsrc/www/py-django2/Makefile:1.37 --- pkgsrc/www/py-django2/Makefile:1.36 Sat Jun 5 07:24:55 2021 +++ pkgsrc/www/py-django2/Makefile Tue Dec 14 08:57:48 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2021/06/05 07:24:55 adam Exp $ +# $NetBSD: Makefile,v 1.37 2021/12/14 08:57:48 adam Exp $ -DISTNAME= Django-2.2.24 +DISTNAME= Django-2.2.25 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ Index: pkgsrc/www/py-django2/distinfo diff -u pkgsrc/www/py-django2/distinfo:1.36 pkgsrc/www/py-django2/distinfo:1.37 --- pkgsrc/www/py-django2/distinfo:1.36 Tue Oct 26 11:30:34 2021 +++ pkgsrc/www/py-django2/distinfo Tue Dec 14 08:57:48 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2021/10/26 11:30:34 nia Exp $ +$NetBSD: distinfo,v 1.37 2021/12/14 08:57:48 adam Exp $ -BLAKE2s (Django-2.2.24.tar.gz) = f26bc9a082265c7fa1a3ab012e5bee5a951b22c2cac2caf52fad41dbf10b7d75 -SHA512 (Django-2.2.24.tar.gz) = 5a3ee79500ad458bfc5220b9b68248bec59bf6d2304d58ca280111854d6a5f7e25784680e949487e8b59c1de0b329a53cf0676d2ee4bb2b88463918c4b0b6085 -Size (Django-2.2.24.tar.gz) = 9211396 bytes +BLAKE2s (Django-2.2.25.tar.gz) = e36ecf01dce63154767e67022e29d888bb1038371ec333fa7b563887aeafa6fd +SHA512 (Django-2.2.25.tar.gz) = c3d377c8d1ce54c93477615cff1cc74fc21791bc9db6b059787e07d0bc25b4d0c1a5804bf781d45ebba1f5f5c280957cff2bba063fea4fc005a1e945b9a7fa8f +Size (Django-2.2.25.tar.gz) = 9185326 bytes --_----------=_163947226821750--