summaryrefslogtreecommitdiff
path: root/www/py-django
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-10-28 20:12:40 +0000
committeradam <adam@pkgsrc.org>2013-10-28 20:12:40 +0000
commit2784e466dbd78b51c03bc99ffb30703ba0bb0d89 (patch)
treecafb8ff23a3036e548bdf0bc7b54195a577271af /www/py-django
parent7b5966893c2b47a5f7baba008dd57b29a3233c6e (diff)
downloadpkgsrc-2784e466dbd78b51c03bc99ffb30703ba0bb0d89.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')
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index 957828bc453..db749861679 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -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 --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