pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Oct 21 02:19:46 UTC 2016

Modified Files:
        pkgsrc/www/py-django: Makefile distinfo

Log Message:
Update to 1.9.10(security update)

Upstream changes:
Django 1.9.10 release notes

September 26, 2016

Django 1.9.10 fixes a security issue in 1.9.9.
CSRF protection bypass on a site with Google Analytics

An interaction between Google Analytics and Django's cookie parsing could allow an attacker to set arbitrary cookies leading to a bypass of CSRF protection.

The parser for request.COOKIES is simplified to better match the behavior of browsers and to mitigate this attack. request.COOKIES may now contain cookies that are invalid according to RFC 6265 but 
are possible to set via document.cookie.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/py-django/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django/Makefile
diff -u pkgsrc/www/py-django/Makefile:1.76 pkgsrc/www/py-django/Makefile:1.77
--- pkgsrc/www/py-django/Makefile:1.76  Sun Aug 28 15:48:36 2016
+++ pkgsrc/www/py-django/Makefile       Fri Oct 21 02:19:46 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2016/08/28 15:48:36 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2016/10/21 02:19:46 wen Exp $
 
-DISTNAME=      Django-1.9.9
+DISTNAME=      Django-1.9.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.58 pkgsrc/www/py-django/distinfo:1.59
--- pkgsrc/www/py-django/distinfo:1.58  Thu Aug  4 08:23:11 2016
+++ pkgsrc/www/py-django/distinfo       Fri Oct 21 02:19:46 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.58 2016/08/04 08:23:11 adam Exp $
+$NetBSD: distinfo,v 1.59 2016/10/21 02:19:46 wen Exp $
 
-SHA1 (Django-1.9.9.tar.gz) = 2f971cfb115681cb30be5d9496a6e3f3369679cd
-RMD160 (Django-1.9.9.tar.gz) = 905417d93145fa3f5d1c58bd8d08ae07d0e18760
-SHA512 (Django-1.9.9.tar.gz) = 5f8e353ad3143a17dac95bf913838b6c265c9540d6d9b8345538ca551a4086c4458e16f550ff7ef2ea447119dfa14a4230c30ec122068698c442a9846cf1794a
-Size (Django-1.9.9.tar.gz) = 7493187 bytes
+SHA1 (Django-1.9.10.tar.gz) = ec0acd8b5a8367c871ef715c9d2f4b66010b3c8d
+RMD160 (Django-1.9.10.tar.gz) = 4cdb76aba3bf4364b44b6f549bbb6497bb74870f
+SHA512 (Django-1.9.10.tar.gz) = b8ad1c0904f019dc186589e163649265d3fdf21bb634823d869c58902f69a7b8fcc2e8937cc6a8cb5497889962f52498b30115a5add56cb065ac74e56dc3f2c0
+Size (Django-1.9.10.tar.gz) = 7494610 bytes



Home | Main Index | Thread Index | Old Index