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.4.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/373f61e83e16
branches:  trunk
changeset: 610104:373f61e83e16
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 18 12:04:17 2012 +0000

description:
Changes 1.4.2:
Fixed security issues:
* Host header poisoning
* Documentation of HttpOnly cookie option

diffstat:

 www/py-django/Makefile |  4 ++--
 www/py-django/PLIST    |  5 ++++-
 www/py-django/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 2406f4304552 -r 373f61e83e16 www/py-django/Makefile
--- a/www/py-django/Makefile    Thu Oct 18 10:47:56 2012 +0000
+++ b/www/py-django/Makefile    Thu Oct 18 12:04:17 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2012/08/06 15:33:07 adam Exp $
+# $NetBSD: Makefile,v 1.36 2012/10/18 12:04:17 adam Exp $
 
-DJANGOVERS=    1.4.1
+DJANGOVERS=    1.4.2
 DISTNAME=      Django-${DJANGOVERS}
 PKGNAME=       ${PYPKGPREFIX}-django-${DJANGOVERS}
 CATEGORIES=    www python
diff -r 2406f4304552 -r 373f61e83e16 www/py-django/PLIST
--- a/www/py-django/PLIST       Thu Oct 18 10:47:56 2012 +0000
+++ b/www/py-django/PLIST       Thu Oct 18 12:04:17 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2012/04/18 19:23:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2012/10/18 12:04:17 adam Exp $
 bin/django-admin.py
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/django/__init__.py
@@ -5296,6 +5296,9 @@
 ${PYSITELIB}/django/utils/simplejson/tool.py
 ${PYSITELIB}/django/utils/simplejson/tool.pyc
 ${PYSITELIB}/django/utils/simplejson/tool.pyo
+${PYSITELIB}/django/utils/six.py
+${PYSITELIB}/django/utils/six.pyc
+${PYSITELIB}/django/utils/six.pyo
 ${PYSITELIB}/django/utils/synch.py
 ${PYSITELIB}/django/utils/synch.pyc
 ${PYSITELIB}/django/utils/synch.pyo
diff -r 2406f4304552 -r 373f61e83e16 www/py-django/distinfo
--- a/www/py-django/distinfo    Thu Oct 18 10:47:56 2012 +0000
+++ b/www/py-django/distinfo    Thu Oct 18 12:04:17 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2012/08/06 15:33:07 adam Exp $
+$NetBSD: distinfo,v 1.22 2012/10/18 12:04:17 adam Exp $
 
-SHA1 (Django-1.4.1.tar.gz) = 992e0e9c6c3b9167b29946bfe3956406fc747ef4
-RMD160 (Django-1.4.1.tar.gz) = db16156f992630bbe497ab3a4bb2c12997bac991
-Size (Django-1.4.1.tar.gz) = 7656756 bytes
+SHA1 (Django-1.4.2.tar.gz) = ccee9f589b819545f9d71d4aee2c2322e5cc2fd6
+RMD160 (Django-1.4.2.tar.gz) = 5d85811f4c961c6047ded89e5259174f73f5ad27
+Size (Django-1.4.2.tar.gz) = 7722026 bytes



Home | Main Index | Thread Index | Old Index