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:           Fri Jan  4 21:53:17 UTC 2019

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-django2/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/www/py-django2/Makefile:1.13
--- pkgsrc/www/py-django2/Makefile:1.12 Mon Dec  3 19:04:16 2018
+++ pkgsrc/www/py-django2/Makefile      Fri Jan  4 21:53:17 2019
@@ -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}/

Index: pkgsrc/www/py-django2/distinfo
diff -u pkgsrc/www/py-django2/distinfo:1.11 pkgsrc/www/py-django2/distinfo:1.12
--- pkgsrc/www/py-django2/distinfo:1.11 Mon Dec  3 19:04:16 2018
+++ pkgsrc/www/py-django2/distinfo      Fri Jan  4 21:53:17 2019
@@ -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