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.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/0dba1df19425
branches: trunk
changeset: 329602:0dba1df19425
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 12 13:16:07 2019 +0000
description:
py-django2: updated to 2.1.7
2.1.7:
Bugfixes
Corrected packaging error from 2.1.6
2.1.6:
CVE-2019-6975: Memory exhaustion in django.utils.numberformat.format()?
If django.utils.numberformat.format() ? used by contrib.admin as well as the the floatformat, filesizeformat, and intcomma templates filters ? received a Decimal with a large number of digits or a
large exponent, it could lead to significant memory usage due to a call to '{:f}'.format().
To avoid this, decimals with more than 200 digits are now formatted using scientific notation.
Bugfixes
Made the obj argument of InlineModelAdmin.has_add_permission() optional to restore backwards compatibility with third-party code that doesn?t provide it
diffstat:
www/py-django2/Makefile | 4 ++--
www/py-django2/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r d946f92410bd -r 0dba1df19425 www/py-django2/Makefile
--- a/www/py-django2/Makefile Tue Feb 12 13:11:56 2019 +0000
+++ b/www/py-django2/Makefile Tue Feb 12 13:16:07 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/01/04 21:53:17 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/02/12 13:16:07 adam Exp $
-DISTNAME= Django-2.1.5
+DISTNAME= Django-2.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r d946f92410bd -r 0dba1df19425 www/py-django2/distinfo
--- a/www/py-django2/distinfo Tue Feb 12 13:11:56 2019 +0000
+++ b/www/py-django2/distinfo Tue Feb 12 13:16:07 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/01/04 21:53:17 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/02/12 13:16:07 adam Exp $
-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
+SHA1 (Django-2.1.7.tar.gz) = e1529c46fd643346e6ff8c7f3ba57c398223201f
+RMD160 (Django-2.1.7.tar.gz) = 7fe9041fedab75dc6175af7ca42dfdd95ab7696f
+SHA512 (Django-2.1.7.tar.gz) = bacbd52c834a14267588f7bcf57f52c246beb9971352e60eb780e28872884e0dd3701256dcd9600ae0faad29f42460391ea973e9fbb3338c2c08baf0d5ca2fe8
+Size (Django-2.1.7.tar.gz) = 8608548 bytes
Home |
Main Index |
Thread Index |
Old Index