pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django3



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 14 09:00:38 UTC 2021

Modified Files:
        pkgsrc/www/py-django3: Makefile distinfo

Log Message:
py-django3: updated to 3.2.10

3.2.10:

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.

Bugfixes

Fixed a regression in Django 3.2 that caused a crash of setUpTestData() with BinaryField on PostgreSQL, which is memoryview-backed


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-django3/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-django3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django3/Makefile
diff -u pkgsrc/www/py-django3/Makefile:1.21 pkgsrc/www/py-django3/Makefile:1.22
--- pkgsrc/www/py-django3/Makefile:1.21 Thu Nov  4 13:37:34 2021
+++ pkgsrc/www/py-django3/Makefile      Tue Dec 14 09:00:37 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/11/04 13:37:34 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/12/14 09:00:37 adam Exp $
 
-DISTNAME=      Django-3.2.9
+DISTNAME=      Django-3.2.10
 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.23 pkgsrc/www/py-django3/distinfo:1.24
--- pkgsrc/www/py-django3/distinfo:1.23 Thu Nov  4 13:37:34 2021
+++ pkgsrc/www/py-django3/distinfo      Tue Dec 14 09:00:37 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2021/11/04 13:37:34 adam Exp $
+$NetBSD: distinfo,v 1.24 2021/12/14 09:00:37 adam Exp $
 
-BLAKE2s (Django-3.2.9.tar.gz) = 00dd131399eebe06affbeea0ff645f10d75eef1e7ffff798ca98c71eb8e41e36
-SHA512 (Django-3.2.9.tar.gz) = 62fb297694a7f5e48465e102dc97e3d1d04b94499bc6d98d37a00d96b438b8c919b6d08055868a1836d62b89ff65ce4fa7dbc9390789dab2eeca0187269b125f
-Size (Django-3.2.9.tar.gz) = 9809157 bytes
+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



Home | Main Index | Thread Index | Old Index