diff options
author | adam <adam@pkgsrc.org> | 2019-02-12 13:11:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-02-12 13:11:56 +0000 |
commit | d8a59c53cc041c20bcac18e427fa9f79a4a1258d (patch) | |
tree | f1c332dd9240a496d2f8801a3c174aa66c30514c /www/py-django | |
parent | bceb36679d87ee5e0a792ae8eed5a20a70622f82 (diff) | |
download | pkgsrc-d8a59c53cc041c20bcac18e427fa9f79a4a1258d.tar.gz |
py-django: updated to 1.11.20
1.11.20:
Bugfixes
Corrected packaging error from 1.11.19
1.11.19:
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.
Diffstat (limited to 'www/py-django')
-rw-r--r-- | www/py-django/Makefile | 4 | ||||
-rw-r--r-- | www/py-django/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile index cee99ef9c7e..7035a65ea99 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.104 2019/01/04 22:07:35 adam Exp $ +# $NetBSD: Makefile,v 1.105 2019/02/12 13:11:56 adam Exp $ -DISTNAME= Django-1.11.18 +DISTNAME= Django-1.11.20 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ diff --git a/www/py-django/distinfo b/www/py-django/distinfo index 54b4a48d74c..3082e9e93d1 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.83 2019/01/04 22:07:35 adam Exp $ +$NetBSD: distinfo,v 1.84 2019/02/12 13:11:56 adam Exp $ -SHA1 (Django-1.11.18.tar.gz) = 705d631e290ba20e19c574f8bb2f2c26d281ddb1 -RMD160 (Django-1.11.18.tar.gz) = 2c6819231edb9c6a9049096e84c320f361fb5bbf -SHA512 (Django-1.11.18.tar.gz) = 35c885e835c5e85257774c65c11bf851e710c745df3366487159f21f90e092236dd8d2cee86e8165945e57fc710989b0ea2747682fa4ce37d5e93d4f664b76c1 -Size (Django-1.11.18.tar.gz) = 7847617 bytes +SHA1 (Django-1.11.20.tar.gz) = bad59a5672e6abe394ed03b9fd6d592d874bd750 +RMD160 (Django-1.11.20.tar.gz) = 73acd2b9dd8896f1abeb32ef01aef38c7e394875 +SHA512 (Django-1.11.20.tar.gz) = 5a0fff6c9b90a08e98dee6d4d090047adb900a8f6a061f98e685e8998bfe3d97fe7a90aa7d4d2feae67026fb6e4441393d50cb5ab295604ed362a080b987f062 +Size (Django-1.11.20.tar.gz) = 7846576 bytes |