pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django2 py-django2: updated to 2.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b637f9933ed
branches:  trunk
changeset: 399296:6b637f9933ed
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 06 09:33:00 2019 +0000

description:
py-django2: updated to 2.2.4

Django 2.2.4:
* CVE-2019-14232: Denial-of-service possibility in django.utils.text.Truncator
* CVE-2019-14233: Denial-of-service possibility in strip_tags()
* CVE-2019-14234: SQL injection possibility in key and index lookups for JSONField/HStoreField
* CVE-2019-14235: Potential memory exhaustion in django.utils.encoding.uri_to_iri()
* Fixed a regression in Django 2.2 when ordering a QuerySet.union(), intersection(), or difference() by a field type present more than once results in the wrong ordering being used
* Fixed a migration crash on PostgreSQL when adding a check constraint with a contains lookup on DateRangeField or DateTimeRangeField, if the right hand side of an expression is the same type
* Fixed a regression in Django 2.2 where auto-reloader crashes if a file path contains nulls characters ('\x00')
* Fixed a regression in Django 2.2 where auto-reloader crashes if a translation directory cannot be resolved

diffstat:

 www/py-django2/Makefile |   4 ++--
 www/py-django2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r affd0f86af12 -r 6b637f9933ed www/py-django2/Makefile
--- a/www/py-django2/Makefile   Tue Aug 06 09:30:46 2019 +0000
+++ b/www/py-django2/Makefile   Tue Aug 06 09:33:00 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/07/01 18:26:22 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/08/06 09:33:00 adam Exp $
 
-DISTNAME=      Django-2.2.3
+DISTNAME=      Django-2.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r affd0f86af12 -r 6b637f9933ed www/py-django2/distinfo
--- a/www/py-django2/distinfo   Tue Aug 06 09:30:46 2019 +0000
+++ b/www/py-django2/distinfo   Tue Aug 06 09:33:00 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/07/01 18:26:22 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/08/06 09:33:00 adam Exp $
 
-SHA1 (Django-2.2.3.tar.gz) = 1d4eca8884b601e8e7dc06705b9644fb579c57f9
-RMD160 (Django-2.2.3.tar.gz) = 8a1085468ba7bf73d9a5cf67398e03f96f06f3dc
-SHA512 (Django-2.2.3.tar.gz) = 2ce65adcc6cacf6c011c7cb075660026d8c68ca4d5a96ecf63f1986f1f2115bfa42faab9b6a62f1820bc2612a2438ee505cd5be46ad5c879d3923f31987b2bac
-Size (Django-2.2.3.tar.gz) = 8992109 bytes
+SHA1 (Django-2.2.4.tar.gz) = 42640e8381bbf041bb2e09400251cd53694902a8
+RMD160 (Django-2.2.4.tar.gz) = 78cbb76a86247ad2902f52772aaab11aeb974059
+SHA512 (Django-2.2.4.tar.gz) = 72b7def60a69d65a23f98fa94528aa10f889c5e485d09441a594e46cd805a10f2e7dc786f302ef15ce8afba6165075df479febd2c8c6a34adb95311907212f3a
+Size (Django-2.2.4.tar.gz) = 8856979 bytes



Home | Main Index | Thread Index | Old Index