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:           Mon Dec  2 11:46:56 UTC 2019

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

Log Message:
py-django2: updated to 2.2.8

2.2.8:
* CVE-2019-19118: Privilege escalation in the Django admin.
* Fixed a data loss possibility in the admin changelist view when a custom formset’s prefix contains regular expression special characters, e.g. ‘$’.
* Fixed a regression in Django 2.2.1 that caused a crash when migrating permissions for proxy models with a multiple database setup if the default entry was empty.
* Fixed a data loss possibility in the select_for_update(). When using 'self' in the of argument with multi-table inheritance, a parent model was locked instead of the queryset’s model


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-django2/Makefile
cvs rdiff -u -r1.20 -r1.21 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.22 pkgsrc/www/py-django2/Makefile:1.23
--- pkgsrc/www/py-django2/Makefile:1.22 Tue Nov  5 07:44:24 2019
+++ pkgsrc/www/py-django2/Makefile      Mon Dec  2 11:46:56 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/11/05 07:44:24 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/12/02 11:46:56 adam Exp $
 
-DISTNAME=      Django-2.2.7
+DISTNAME=      Django-2.2.8
 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.20 pkgsrc/www/py-django2/distinfo:1.21
--- pkgsrc/www/py-django2/distinfo:1.20 Tue Nov  5 07:44:24 2019
+++ pkgsrc/www/py-django2/distinfo      Mon Dec  2 11:46:56 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/11/05 07:44:24 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/12/02 11:46:56 adam Exp $
 
-SHA1 (Django-2.2.7.tar.gz) = ef69a17d8547070880aba9171f2471eb4b921fed
-RMD160 (Django-2.2.7.tar.gz) = b409cddadc12709761ee15b1b4d1a52cdef0adda
-SHA512 (Django-2.2.7.tar.gz) = b7e44449a885ddf8af3a9fdd8bc4715336173b7ba101ea316f57e7c177f6338930f4a3e5fa4a83fa8a9aec5c25714acefe0f16c38e5732a771147ccfae1b40ec
-Size (Django-2.2.7.tar.gz) = 8999415 bytes
+SHA1 (Django-2.2.8.tar.gz) = 0a631fe2237fea6a60cdd5d02b618632b6e49a1b
+RMD160 (Django-2.2.8.tar.gz) = ae25304c6a33c48abaddc4670b8e46de9fe675b3
+SHA512 (Django-2.2.8.tar.gz) = b704c6def495e76651cf8a031ffc2e7bd7d0ac73c68efba903053cd379bcdd7e98f2083d8e1e121bb5a4da7ef8a126d442b12aad33f85f1059b1defcc48d843b
+Size (Django-2.2.8.tar.gz) = 8870662 bytes



Home | Main Index | Thread Index | Old Index