diff options
author | adam <adam@pkgsrc.org> | 2013-10-28 20:12:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-10-28 20:12:40 +0000 |
commit | 886eb59a70a1d1398487b82e99ca089dab9163e8 (patch) | |
tree | cafb8ff23a3036e548bdf0bc7b54195a577271af /www/py-django/distinfo | |
parent | bc691bf8184cec8ac1f7dab1e4f1ab117f311259 (diff) | |
download | pkgsrc-886eb59a70a1d1398487b82e99ca089dab9163e8.tar.gz |
Changes 1.5.5:
Django 1.5.5 fixes a couple security-related bugs and several other bugs in the 1.5 series.
Readdressed denial-of-service via password hashers
Django 1.5.4 imposes a 4096-byte limit on passwords in order to mitigate a denial-of-service attack through submission of bogus but extremely large passwords. In Django 1.5.5, we’ve reverted this change and instead improved the speed of our PBKDF2 algorithm by not rehashing the key on every iteration.
Properly rotate CSRF token on login
This behaviour introduced as a security hardening measure in Django 1.5.2 did not work properly and is now fixed.
Bugfixes
Fixed a data corruption bug with datetime_safe.datetime.combine.
Fixed a Python 3 incompatability in django.utils.text.unescape_entities().
Fixed a couple data corruption issues with QuerySet edge cases under Oracle and MySQL.
Fixed crashes when using combinations of annotate(), select_related(), and only()
Diffstat (limited to 'www/py-django/distinfo')
-rw-r--r-- | www/py-django/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-django/distinfo b/www/py-django/distinfo index 64580fbedbe..aac29c98dae 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2013/09/17 19:54:49 adam Exp $ +$NetBSD: distinfo,v 1.30 2013/10/28 20:12:40 adam Exp $ -SHA1 (Django-1.5.4.tar.gz) = 18fcab95cebb8588ba827469837e7a81ad976cb9 -RMD160 (Django-1.5.4.tar.gz) = 3b276727c1880082a96057e12374fa223e425047 -Size (Django-1.5.4.tar.gz) = 8050758 bytes +SHA1 (Django-1.5.5.tar.gz) = 20f06f2209be25eb4b7911112a403ea180d5dd30 +RMD160 (Django-1.5.5.tar.gz) = c8755fa4bd8a366c19a5dd8c7641720edc2abcb0 +Size (Django-1.5.5.tar.gz) = 8060441 bytes |