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:           Thu Mar 12 16:18:54 UTC 2020

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

Log Message:
py-django3: updated to 3.0.4

Django 3.0.4 fixes a security issue and several bugs in 3.0.3.

CVE-2020-9402: Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle

GIS functions and aggregates on Oracle were subject to SQL injection, using a suitably crafted tolerance.

Bugfixes

Fixed a data loss possibility when using caching from async code.
Fixed a regression in Django 3.0 that caused a file response using a temporary file to be closed incorrectly.
Fixed a data loss possibility in the select_for_update(). When using related fields or parent link fields with Multi-table inheritance in the of argument, the corresponding models were not locked.
Fixed a regression in Django 3.0 that caused misplacing parameters in logged SQL queries on Oracle.
Fixed a regression in Django 3.0.3 that caused misplacing parameters of SQL queries when subtracting DateField or DateTimeField expressions on MySQL.
Fixed a regression in Django 3.0 that didn’t include subqueries spanning multivalued relations in the GROUP BY clause


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django3/Makefile \
    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.1 pkgsrc/www/py-django3/Makefile:1.2
--- pkgsrc/www/py-django3/Makefile:1.1  Mon Feb 17 20:23:21 2020
+++ pkgsrc/www/py-django3/Makefile      Thu Mar 12 16:18:54 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/02/17 20:23:21 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/12 16:18:54 adam Exp $
 
-DISTNAME=      Django-3.0.3
+DISTNAME=      Django-3.0.4
 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.1 pkgsrc/www/py-django3/distinfo:1.2
--- pkgsrc/www/py-django3/distinfo:1.1  Mon Feb 17 20:23:21 2020
+++ pkgsrc/www/py-django3/distinfo      Thu Mar 12 16:18:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/02/17 20:23:21 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/03/12 16:18:54 adam Exp $
 
-SHA1 (Django-3.0.3.tar.gz) = a5704bb9bbdf1a441f9f5d9752d229c1f861c391
-RMD160 (Django-3.0.3.tar.gz) = 5cc57e590e9fb514dbccf8ec7ec67aa572640abf
-SHA512 (Django-3.0.3.tar.gz) = c9c432fe8bafec1883522d9fb6fb2caa70b57788a9079f3b89e0455166b096f4b537e41d3a5170a829566bb51a70e824ff09f065866656c1d0b351383e8f468f
-Size (Django-3.0.3.tar.gz) = 8932015 bytes
+SHA1 (Django-3.0.4.tar.gz) = 97030f70e8f385c2f1cea031fb1e17a32e93f9cf
+RMD160 (Django-3.0.4.tar.gz) = 73b7ffe766cfcf2bad698769a3e5f23d37ee1dcd
+SHA512 (Django-3.0.4.tar.gz) = f08bea35d67ed6c0a4df3252abc55bcab80195de7201c51bb3c94ca9068907771751b64ebbd1ffc0c4577473d948df1b48cda7a33c97c2b48c615e094eeb5ae6
+Size (Django-3.0.4.tar.gz) = 9060331 bytes



Home | Main Index | Thread Index | Old Index