pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django Changes 1.5.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21995eb35f92
branches:  trunk
changeset: 625952:21995eb35f92
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 28 20:12:40 2013 +0000

description:
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:

 www/py-django/Makefile |  4 ++--
 www/py-django/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 7ccdcda6dcda -r 21995eb35f92 www/py-django/Makefile
--- a/www/py-django/Makefile    Mon Oct 28 15:41:09 2013 +0000
+++ b/www/py-django/Makefile    Mon Oct 28 20:12:40 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2013/09/17 19:54:49 adam Exp $
+# $NetBSD: Makefile,v 1.45 2013/10/28 20:12:40 adam Exp $
 
-DISTNAME=      Django-1.5.4
+DISTNAME=      Django-1.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 7ccdcda6dcda -r 21995eb35f92 www/py-django/distinfo
--- a/www/py-django/distinfo    Mon Oct 28 15:41:09 2013 +0000
+++ b/www/py-django/distinfo    Mon Oct 28 20:12:40 2013 +0000
@@ -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


Home | Main Index | Thread Index | Old Index