Your message dated Sat, 23 Aug 2008 18:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#496067: fixed in mod-wsgi 2.3-1
has caused the Debian Bug report #496067,
regarding libapache2-mod-wsgi: please upgrade to 2.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
496067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496067
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libapache2-mod-wsgi
Version: 2.1-2
Severity: normal

Somes serious bug fixes in the minor release 2.2 :

http://code.google.com/p/modwsgi/wiki/ChangesInVersion0202

copy-paste of this page :

Changes In Version 2.2

Version 2.2 of mod_wsgi can be obtained from:

    http://modwsgi.googlecode.com/files/mod_wsgi-2.2.tar.gz 

Features Changed

1. Use official way of setting process names on FreeBSD, NetBSD and OpenBSD. 
For details see:

    http://code.google.com/p/modwsgi/issues/detail?id=90 

This is a backport of change from version 3.0 of mod_wsgi. 

1. Fix bug whereby if mod_python is loaded at same time as mod_wsgi the 
WSGIImportScript directive can cause Apache child processes to crash.

For further details see:

    http://code.google.com/p/modwsgi/issues/detail?id=91 

2. Fix bug where mod_wsgi daemon process startup could fail due to old stale 
UNIX listener socket file as described in:

    http://code.google.com/p/modwsgi/issues/detail?id=77 

3. Fix bug where listener socket file descriptors for daemon processes were 
being leaked in Apache parent process on a graceful restart. Also fixes problem 
where UNIX listener socket was left in filesystem on both graceful restart and 
graceful shutdown. For details see:

    http://code.google.com/p/modwsgi/issues/detail?id=95 

4. Fix bug where response was truncated when a null character appeared as first 
character in block of data being returned from wsgi.file_wrapper. Only occurred 
when code fell back to using iteration over supplied file like object, rather 
than optimised method such as sendfile().

    http://code.google.com/p/modwsgi/issues/detail?id=100

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-mod-wsgi depends on:
ii  apache2                       2.2.9-7    Apache HTTP Server metapackage
ii  apache2-mpm-worker [apache2]  2.2.9-7    Apache HTTP Server - high speed th
ii  apache2.2-common              2.2.9-7    Apache HTTP Server common files
ii  libc6                         2.7-13     GNU C Library: Shared libraries
ii  python                        2.5.2-1    An interactive high-level object-o

libapache2-mod-wsgi recommends no packages.

Versions of packages libapache2-mod-wsgi suggests:
ii  apache2-mpm-worker            2.2.9-7    Apache HTTP Server - high speed th

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: mod-wsgi
Source-Version: 2.3-1

We believe that the bug you reported is fixed in the latest version of
mod-wsgi, which is due to be installed in the Debian FTP archive:

libapache2-mod-wsgi_2.3-1_amd64.deb
  to pool/main/m/mod-wsgi/libapache2-mod-wsgi_2.3-1_amd64.deb
mod-wsgi_2.3-1.diff.gz
  to pool/main/m/mod-wsgi/mod-wsgi_2.3-1.diff.gz
mod-wsgi_2.3-1.dsc
  to pool/main/m/mod-wsgi/mod-wsgi_2.3-1.dsc
mod-wsgi_2.3.orig.tar.gz
  to pool/main/m/mod-wsgi/mod-wsgi_2.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernd Zeimetz <[EMAIL PROTECTED]> (supplier of updated mod-wsgi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 23 Aug 2008 19:27:48 +0200
Source: mod-wsgi
Binary: libapache2-mod-wsgi
Architecture: source amd64
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Bernd Zeimetz <[EMAIL PROTECTED]>
Description: 
 libapache2-mod-wsgi - Python WSGI adapter module for Apache
Closes: 496067
Changes: 
 mod-wsgi (2.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #496067). This upload covers the changes of
     mod-wsgi 2.2 and 2.3.
     mod-wsgi 2.2 is mainly bugfix-releases. The only exception is a backport
     of one function from 3.0 which allows the setting of process names on *BSD
     - this does not affect Linux.
     mod-wsgi 2.3 fixes regressions which were introduced in 2.2.
 .
     Here follows a list of the bugfixes in 2.2:
       1. Fix bug whereby if mod_python is loaded at same time as mod_wsgi the
          WSGIImportScript directive can cause Apache child processes to crash.
          For details see: http://code.google.com/p/modwsgi/issues/detail?id=91
 .
       2. Fix bug where mod_wsgi daemon process startup could fail due to old
          stale UNIX listener socket file as described in:
          http://code.google.com/p/modwsgi/issues/detail?id=77
 .
       3. Fix bug where listener socket file descriptors for daemon processes
          were being leaked in Apache parent process on a graceful restart.
          Also fixes problem where UNIX listener socket was left in filesystem
          on both graceful restart and graceful shutdown. For details see:
          http://code.google.com/p/modwsgi/issues/detail?id=95
 .
       4. Fix bug where response was truncated when a null character appeared
          as first character in block of data being returned from
          wsgi.file_wrapper.
          Only occurred when code fell back to using iteration over supplied
          file like object, rather than optimised method such as sendfile().
          http://code.google.com/p/modwsgi/issues/detail?id=100
 .
     The following regressions/bugs of 2.2 were fixed in 2.3:
 .
       1. Fixed problem introduced in version 2.2 of mod_wsgi whereby use of
          daemon mode would cause CGI scripts to fail. It is quite possible
          that the bug could also have caused failures with other Apache
          modules that relied on registering of cleanup functions against
          Apache configuration memory pool.
 .
       2. (does not affect Linux)
          When using setproctitle() on BSD systems, first argument should be
          a printf style format string with values to fill out per format as
          additional arguments. Code was supplying value to be displayed as
          format string which meant that if it contained any printf type format
          sequences, could cause process to crash as corresponding arguments
          wouldn't have ben provided.
Checksums-Sha1: 
 69425055c16f0e8172c65975cf118fb3873f4e0e 1299 mod-wsgi_2.3-1.dsc
 7a28710b1ce02a48e4dc77189e37dcbffa0ed26b 96872 mod-wsgi_2.3.orig.tar.gz
 7ee0f5d27a537d5c9a4cb50d00addf5b4b995ec9 7471 mod-wsgi_2.3-1.diff.gz
 25e6616433f2e5f957024bbe5d45a7d9d7c61e96 114298 
libapache2-mod-wsgi_2.3-1_amd64.deb
Checksums-Sha256: 
 4c558dbce16646338f8abdefaa9672dcf9da190a51ed2822e4235529c049e02a 1299 
mod-wsgi_2.3-1.dsc
 760f03e4d96dd0560717b06448af95bd79e91b59d31930171775a53bb7ec2375 96872 
mod-wsgi_2.3.orig.tar.gz
 4b1ec02a40dec55ce908496764b6c7d1dd2f7e7bd052d73e431b8a37e6fceca4 7471 
mod-wsgi_2.3-1.diff.gz
 c34097c1402809563a1614597323700196be66bc8e834010404b512963845ba9 114298 
libapache2-mod-wsgi_2.3-1_amd64.deb
Files: 
 c3be0fb38b22d429c9f9b397978e599b 1299 python optional mod-wsgi_2.3-1.dsc
 c686e1c498dbe5753fe491c3cf61cff4 96872 python optional mod-wsgi_2.3.orig.tar.gz
 5085364c448e6f8d5cd0be7c59fdccbd 7471 python optional mod-wsgi_2.3-1.diff.gz
 fee582ef578ecd97bc74f9846a1583e7 114298 python optional 
libapache2-mod-wsgi_2.3-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiwTTgACgkQBnqtBMk7/3kpbACfRgf4CEknsTM1Y7rsQoVUDUEj
uOIAn0MGYgMXz0zjFN3g0r0ahqHucP4E
=Z3qL
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to