Package: mod-wsgi / 3.3-4+deb7u1

Metadata

Package Version Patches format
mod-wsgi 3.3-4+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python 3.2 compat.patch | (download)

mod_wsgi.c | 140 133 + 7 - 0 !
1 file changed, 133 insertions(+), 7 deletions(-)

 patch to allow python 3.2 to be used. 
 May be incompatible with using mod_python at the same time so upstream patch
 modified locally to apply changes only when compiling against python 3.2.
CVE 2014 0240.patch | (download)

mod_wsgi.c | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 [patch] local privilege escalation when using daemon mode.
 (CVE-2014-0240)


CVE 2014 0242.patch | (download)

mod_wsgi.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix bug where content type returned for response could be
 corrupted when using embedded mode.