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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7208fe428970
branches:  trunk
changeset: 317347:7208fe428970
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 04 21:53:17 2019 +0000

description:
py-django2: updated to 2.1.5

Django 2.1.5 fixes a security issue and several bugs in 2.1.4.

CVE-2019-3498: Content spoofing possibility in the default 404 page

Bugfixes:
Fixed compatibility with mysqlclient 1.3.14.
Fixed a schema corruption issue on SQLite 3.26+. You might have to drop and rebuild your SQLite database if you applied a migration while using an older version of Django with SQLite 3.26 or later.
Prevented SQLite schema alterations while foreign key checks are enabled to avoid the possibility of schema corruption.
Fixed a regression in Django 2.1.4 (which enabled keep-alive connections) where request body data isn?t properly consumed for such connections.
Fixed a regression in Django 2.1.4 where InlineModelAdmin.has_change_permission() is incorrectly called with a non-None obj argument during an object add

diffstat:

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

diffs (27 lines):

diff -r 6fd334b2a3af -r 7208fe428970 www/py-django2/Makefile
--- a/www/py-django2/Makefile   Fri Jan 04 21:50:31 2019 +0000
+++ b/www/py-django2/Makefile   Fri Jan 04 21:53:17 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/12/03 19:04:16 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/04 21:53:17 adam Exp $
 
-DISTNAME=      Django-2.1.4
+DISTNAME=      Django-2.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 6fd334b2a3af -r 7208fe428970 www/py-django2/distinfo
--- a/www/py-django2/distinfo   Fri Jan 04 21:50:31 2019 +0000
+++ b/www/py-django2/distinfo   Fri Jan 04 21:53:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/12/03 19:04:16 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/01/04 21:53:17 adam Exp $
 
-SHA1 (Django-2.1.4.tar.gz) = bfb1a983bbefbd71ca60a1aff230101b10623f65
-RMD160 (Django-2.1.4.tar.gz) = d963b54f5a7967e173209139960f8ad2ad11ed23
-SHA512 (Django-2.1.4.tar.gz) = a2dc6fb7514f8d79aff98aeb0bd0edb1ede36ed2368e553fded8b58765092d6a2efcf2e9429bb9c7d2c16d466e46a9ff18aaf5911a7dd868f42569c1e82831aa
-Size (Django-2.1.4.tar.gz) = 8611886 bytes
+SHA1 (Django-2.1.5.tar.gz) = 67297b08e31b9f4562bb6813cc28b897fdcc49a5
+RMD160 (Django-2.1.5.tar.gz) = 6d56e98368b28053935e9fa0f18bd24f83ef184b
+SHA512 (Django-2.1.5.tar.gz) = 0a8c72e131867787d475feb0ccd7896fe2aefbbda60d85450fc5ce336eb1f1b7c77d7a17ba0a89e4bac84b7fc87f6c22d7afa356443958e30e958eeec7d3ee6d
+Size (Django-2.1.5.tar.gz) = 8612384 bytes



Home | Main Index | Thread Index | Old Index