django security fixes for -stable

2014-04-23 Thread Remi Pointel

Hi,

these are the django security fixes for OpenBSD 5.4 and 5.5.

Any ok?

Remi.
Index: Makefile
===
RCS file: /cvs/ports/www/py-django/Makefile,v
retrieving revision 1.28.2.1
diff -u -p -r1.28.2.1 Makefile
--- Makefile30 Oct 2013 12:47:49 -  1.28.2.1
+++ Makefile23 Apr 2014 06:30:46 -
@@ -2,7 +2,7 @@
 
 COMMENT =  high-level Python web framework
 
-MODPY_EGG_VERSION =1.5.5
+MODPY_EGG_VERSION =1.5.6
 LNAME =django
 DISTNAME = Django-${MODPY_EGG_VERSION}
 PKGNAME =  py-${LNAME}-${MODPY_EGG_VERSION}
Index: distinfo
===
RCS file: /cvs/ports/www/py-django/distinfo,v
retrieving revision 1.17.2.1
diff -u -p -r1.17.2.1 distinfo
--- distinfo30 Oct 2013 12:47:49 -  1.17.2.1
+++ distinfo23 Apr 2014 06:30:46 -
@@ -1,2 +1,2 @@
-SHA256 (Django-1.5.5.tar.gz) = auacHfv8nQxEroDi++SOWbu7tw6N9mrStwKb05lH1x0=
-SIZE (Django-1.5.5.tar.gz) = 8060441
+SHA256 (Django-1.5.6.tar.gz) = m3/LmdICiRiewPHgbR0r7TtHcuOjk/3b+wBup8P5v68=
+SIZE (Django-1.5.6.tar.gz) = 8068359
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/py-django/pkg/PLIST,v
retrieving revision 1.18.2.1
diff -u -p -r1.18.2.1 PLIST
--- pkg/PLIST   30 Oct 2013 12:47:49 -  1.18.2.1
+++ pkg/PLIST   23 Apr 2014 06:30:47 -
@@ -7317,6 +7317,8 @@ share/doc/${LNAME}/releases/1.3.txt
 share/doc/${LNAME}/releases/1.4-alpha-1.txt
 share/doc/${LNAME}/releases/1.4-beta-1.txt
 share/doc/${LNAME}/releases/1.4.1.txt
+share/doc/${LNAME}/releases/1.4.10.txt
+share/doc/${LNAME}/releases/1.4.11.txt
 share/doc/${LNAME}/releases/1.4.2.txt
 share/doc/${LNAME}/releases/1.4.3.txt
 share/doc/${LNAME}/releases/1.4.4.txt
@@ -7332,6 +7334,7 @@ share/doc/${LNAME}/releases/1.5.1.txt
 share/doc/${LNAME}/releases/1.5.2.txt
 share/doc/${LNAME}/releases/1.5.3.txt
 share/doc/${LNAME}/releases/1.5.4.txt
+share/doc/${LNAME}/releases/1.5.5.txt
 share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}.txt
 share/doc/${LNAME}/releases/1.5.txt
 share/doc/${LNAME}/releases/index.txt
Index: Makefile
===
RCS file: /cvs/ports/www/py-django/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile28 Oct 2013 14:37:53 -  1.30
+++ Makefile23 Apr 2014 06:30:34 -
@@ -2,7 +2,7 @@
 
 COMMENT =  high-level Python web framework
 
-MODPY_EGG_VERSION =1.5.5
+MODPY_EGG_VERSION =1.5.6
 LNAME =django
 DISTNAME = Django-${MODPY_EGG_VERSION}
 PKGNAME =  py-${LNAME}-${MODPY_EGG_VERSION}
Index: distinfo
===
RCS file: /cvs/ports/www/py-django/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo28 Oct 2013 14:37:53 -  1.19
+++ distinfo23 Apr 2014 06:30:34 -
@@ -1,2 +1,2 @@
-SHA256 (Django-1.5.5.tar.gz) = auacHfv8nQxEroDi++SOWbu7tw6N9mrStwKb05lH1x0=
-SIZE (Django-1.5.5.tar.gz) = 8060441
+SHA256 (Django-1.5.6.tar.gz) = m3/LmdICiRiewPHgbR0r7TtHcuOjk/3b+wBup8P5v68=
+SIZE (Django-1.5.6.tar.gz) = 8068359
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/py-django/pkg/PLIST,v
retrieving revision 1.20
diff -u -p -r1.20 PLIST
--- pkg/PLIST   28 Oct 2013 14:37:53 -  1.20
+++ pkg/PLIST   23 Apr 2014 06:30:35 -
@@ -7317,6 +7317,8 @@ share/doc/${LNAME}/releases/1.3.txt
 share/doc/${LNAME}/releases/1.4-alpha-1.txt
 share/doc/${LNAME}/releases/1.4-beta-1.txt
 share/doc/${LNAME}/releases/1.4.1.txt
+share/doc/${LNAME}/releases/1.4.10.txt
+share/doc/${LNAME}/releases/1.4.11.txt
 share/doc/${LNAME}/releases/1.4.2.txt
 share/doc/${LNAME}/releases/1.4.3.txt
 share/doc/${LNAME}/releases/1.4.4.txt
@@ -7332,6 +7334,7 @@ share/doc/${LNAME}/releases/1.5.1.txt
 share/doc/${LNAME}/releases/1.5.2.txt
 share/doc/${LNAME}/releases/1.5.3.txt
 share/doc/${LNAME}/releases/1.5.4.txt
+share/doc/${LNAME}/releases/1.5.5.txt
 share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}.txt
 share/doc/${LNAME}/releases/1.5.txt
 share/doc/${LNAME}/releases/index.txt


Re: django security fixes for -stable

2014-04-23 Thread Ryan Boggs
Hi,

Tested on openbsd 5.4 i386 with no problems. Ok.

Thanks for taking the time.
Ryan

On Tue, Apr 22, 2014 at 11:33 PM, Remi Pointel remi.poin...@xiri.fr wrote:

 Hi,

 these are the django security fixes for OpenBSD 5.4 and 5.5.

 Any ok?

 Remi.