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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bc9c62468a3
branches:  trunk
changeset: 323902:5bc9c62468a3
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 02 08:09:27 2018 +0000

description:
py-django2: updated to 2.1.2

Django 2.1.2:
CVE-2018-16984: Password hash disclosure to ?view only? admin users
Fixed a regression where nonexistent joins in F() no longer raised FieldError
Fixed a regression where files starting with a tilde or underscore weren?t ignored by the migrations loader
Made migrations detect changes to Meta.default_related_name
Added compatibility for cx_Oracle 7
Fixed a regression in Django 2.0 where unique index names weren?t quoted
Fixed a regression where sliced queries with multiple columns with the same name crashed on Oracle 12.1
Fixed a crash when a user with the view (but not change) permission made a POST request to an admin user change form

diffstat:

 www/py-django2/Makefile |   4 ++--
 www/py-django2/PLIST    |   7 ++++++-
 www/py-django2/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r b35781842a0b -r 5bc9c62468a3 www/py-django2/Makefile
--- a/www/py-django2/Makefile   Tue Oct 02 08:06:44 2018 +0000
+++ b/www/py-django2/Makefile   Tue Oct 02 08:09:27 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/09/04 00:12:28 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2018/10/02 08:09:27 adam Exp $
 
-DISTNAME=      Django-2.1.1
+DISTNAME=      Django-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r b35781842a0b -r 5bc9c62468a3 www/py-django2/PLIST
--- a/www/py-django2/PLIST      Tue Oct 02 08:06:44 2018 +0000
+++ b/www/py-django2/PLIST      Tue Oct 02 08:09:27 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/08/07 09:53:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/10/02 08:09:27 adam Exp $
 bin/django-admin${PYVERSSUFFIX}
 bin/django-admin${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -3038,6 +3038,8 @@
 ${PYSITELIB}/django/contrib/postgres/jinja2/postgres/widgets/split_array.html
 ${PYSITELIB}/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/az/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/az/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/be/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo
@@ -4234,6 +4236,9 @@
 ${PYSITELIB}/django/db/backends/oracle/client.py
 ${PYSITELIB}/django/db/backends/oracle/client.pyc
 ${PYSITELIB}/django/db/backends/oracle/client.pyo
+${PYSITELIB}/django/db/backends/oracle/compiler.py
+${PYSITELIB}/django/db/backends/oracle/compiler.pyc
+${PYSITELIB}/django/db/backends/oracle/compiler.pyo
 ${PYSITELIB}/django/db/backends/oracle/creation.py
 ${PYSITELIB}/django/db/backends/oracle/creation.pyc
 ${PYSITELIB}/django/db/backends/oracle/creation.pyo
diff -r b35781842a0b -r 5bc9c62468a3 www/py-django2/distinfo
--- a/www/py-django2/distinfo   Tue Oct 02 08:06:44 2018 +0000
+++ b/www/py-django2/distinfo   Tue Oct 02 08:09:27 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/09/03 12:24:51 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/10/02 08:09:27 adam Exp $
 
-SHA1 (Django-2.1.1.tar.gz) = c15e7100ab23ec8c33083aa67fada82f362fa224
-RMD160 (Django-2.1.1.tar.gz) = 5c5dedef306f1f2e645314adc21bc4a042c2dfc8
-SHA512 (Django-2.1.1.tar.gz) = e29180097cda0de35eb3dac77b7f7f3f31771257b9bfcd6d3fd37d421c572e1226bb1760635ccedee357cee7ca3dcb302de6126a771007a2cdef82970a596813
-Size (Django-2.1.1.tar.gz) = 8595422 bytes
+SHA1 (Django-2.1.2.tar.gz) = 1be0feba9cb817f422a116f6b3bddbe1bd353ca7
+RMD160 (Django-2.1.2.tar.gz) = 55589b984707e46eeed247f4ba0e4063f5d063ca
+SHA512 (Django-2.1.2.tar.gz) = 3510f872762e75c7e66987857616d958d15bef91ce2d9e1656abcf4e0221b1c6ff72c59fd29643aa0b0288118db76d58023cffe48f401e7cdcd03d71822a282d
+Size (Django-2.1.2.tar.gz) = 8611286 bytes



Home | Main Index | Thread Index | Old Index