pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django2



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 12 16:21:02 UTC 2020

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

Log Message:
py-django2: updated to 2.2.11

Django 2.2.11 fixes a security issue and a data loss bug in 2.2.10.

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 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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-django2/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-django2/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-django2/Makefile
diff -u pkgsrc/www/py-django2/Makefile:1.25 pkgsrc/www/py-django2/Makefile:1.26
--- pkgsrc/www/py-django2/Makefile:1.25 Tue Feb  4 17:25:05 2020
+++ pkgsrc/www/py-django2/Makefile      Thu Mar 12 16:21:02 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/02/04 17:25:05 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/03/12 16:21:02 adam Exp $
 
-DISTNAME=      Django-2.2.10
+DISTNAME=      Django-2.2.11
 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.23 pkgsrc/www/py-django2/distinfo:1.24
--- pkgsrc/www/py-django2/distinfo:1.23 Tue Feb  4 17:25:05 2020
+++ pkgsrc/www/py-django2/distinfo      Thu Mar 12 16:21:02 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/02/04 17:25:05 adam Exp $
+$NetBSD: distinfo,v 1.24 2020/03/12 16:21:02 adam Exp $
 
-SHA1 (Django-2.2.10.tar.gz) = 86b0f5160b52cc4330d17cd69090f7f240c9fb47
-RMD160 (Django-2.2.10.tar.gz) = d4eaaa08c02b402e4820a8b5a81abf9a3c88d2fc
-SHA512 (Django-2.2.10.tar.gz) = a7e2be4a6bf8bae0b563915d2c0d5f9108146f0c6b9c03e4d7cbedc598400601b3921474023bb6f65de219d6c8cad58552fa186013d5c2f465b610dcbbd3b944
-Size (Django-2.2.10.tar.gz) = 8865888 bytes
+SHA1 (Django-2.2.11.tar.gz) = fcb4c862f6f769465dc1d2bbb71e7a733db8e134
+RMD160 (Django-2.2.11.tar.gz) = 79efd3b0a37b9d61867b7ca85d706fba645f96db
+SHA512 (Django-2.2.11.tar.gz) = b33ece4606e5a23626caee121018522166a0e1f32bd41ea4eb3d4c1f624943990a07e04c5a4f5d52958e733790178474e9314d346ce1e4d5d6e49ac2a700c857
+Size (Django-2.2.11.tar.gz) = 9010479 bytes



Home | Main Index | Thread Index | Old Index