libapache-mod-python (2:2.7.11-2) unstable; urgency=low * Re-enable -DEAPI option in src/Makefile.in, see debian/patches/01_makefiles-configure.dpatch (closes: #387647). -- Jeremie Corbier Fri, 15 Sep 2006 21:06:08 +0200 libapache-mod-python (2:2.7.11-1) unstable; urgency=medium * New maintainer (closes: #379680). * New upstream release. * Acknowledge non-maintainer upload 2:2.7.10-4.1 (closes: #362473). * New python policy transition (closes: #373562). * Remove README (useless compilation instructions) from binary packages (closes: #298101). * Bump compatibility level to 5. * Bump Standards version to 3.7.2.1 (no changes). -- Jeremie Corbier Fri, 25 Aug 2006 16:48:15 +0200 libapache-mod-python (2:2.7.10-4.1) unstable; urgency=low * Non-maintainer upload. * Drop support for python2.1 and python2.2, add libapache-mod-python2.4. Thanks to Stefan Huehner. Closes: #362473. * Remove useless python depends from libapache-mod-python. * Update the debhelper compatibility version in debian/rules. * Replace dh_installmanpages by dh_installman into debian/rules. -- Arnaud Fontaine Thu, 20 Apr 2006 00:54:21 +0200 libapache-mod-python (2:2.7.10-4) unstable; urgency=high * Security bug fix for information leak vulnerability CVE CAN-2005-0088 -- Peter Hawkins Fri, 11 Feb 2005 22:35:59 +1100 libapache-mod-python (2:2.7.10-3) unstable; urgency=low * debian/control: Added python to the build dependencies. (closes: #259135) * debian/README.Debian: Added note to Debian readme suggesting the removal of the text/x-python mime-type from /etc/apache/mime.types if necessary. (closes: #233124) -- Peter Hawkins Tue, 13 Jul 2004 17:04:47 +1000 libapache-mod-python (2:2.7.10-2) unstable; urgency=low * Fix file upload when using python 2.3 (the python __methods__ attribute on an object appears to have been removed, upstream patch from version 3.0 was applied, thanks to Jeff Bailey). (closes: #228198) -- Peter Hawkins Mon, 19 Jan 2004 12:09:01 +1100 libapache-mod-python (2:2.7.10-1) unstable; urgency=low * New upstream release fixes segmentation faults on empty query string components. (closes: #222828) * dh_python is now used to compile the python scripts. * modules-config is now used to enable apache modules rather than apacheconfig (closes: #218975) * Remove spaces from around the authentication realm sent by the publisher handler (closes: #220197) * Provide a default lookup for index.py, if available. (closes: #217229) -- Peter Hawkins Tue, 9 Dec 2003 14:06:45 +1100 libapache-mod-python (2:2.7.8-8) unstable; urgency=low * Updated standards version to 3.6.1. * Applied a patch from Jeff Bailey which makes the publisher handler default to adding /index to the end of a python file name, instead of the server error which is the current default. This shouldn't break anything and makes the end result a bit more user-friendly. (closes: #216407). * Acknowledge previous NMU (closes: #206660). * Split the building of architecture dependent and independent packages. -- Peter Hawkins Sun, 19 Oct 2003 09:33:17 +1000 libapache-mod-python (2:2.7.8-7.1) unstable; urgency=low * NMU * Use python2.3 as the default python version (closes: #206660). -- Matthias Klose Tue, 26 Aug 2003 07:42:03 +0200 libapache-mod-python (2:2.7.8-7) unstable; urgency=low * debian/*.postrm: Added 'exit 0' to the end of the postinst to fix problems on purge (closes: #193810). * Since this is a new upload, the package will be rebuilt, fixing #194738. It would still be nice to know what went wrong here, but maybe it isn't worth chasing down. (closes: #194738) * Updated Standards Version to 3.5.10. * Removed Build-Depend on libdb2-dev (since apache now uses libdb4.1 instead, and the Build-Dep on apache-dev will pull this in). * Fixed postinst scripts so they don't die when apache is not installed. -- Peter Hawkins Tue, 10 Jun 2003 19:20:42 +1000 libapache-mod-python (2:2.7.8-6) unstable; urgency=low * debian/control: Made libapache-mod-python's dependency on libapache-mod-python2.2 versioned (closes: #171703) * debian/control: Updated standards version to 3.5.8. -- Peter Hawkins Thu, 5 Dec 2002 18:04:22 +1100 libapache-mod-python (2:2.7.8-5) unstable; urgency=low * Linked against new libpython2.?-pic.a libraries to fix build problems on some archictectures. Bumped build dependency versions. This also fixes a broken python2.1-dev package on ia64. (closes: #163478, #164629) -- Peter Hawkins Wed, 16 Oct 2002 10:19:12 +1000 libapache-mod-python (2:2.7.8-4) unstable; urgency=low * Statically linked to python library to fix segfaults. There was some fairly deranged wierdness happening due to linking Python as a shared library. No-one really knew what was going on upstream, so I have made the linking static until such time as this bug can be properly fixed. (closes: #135346, #152750) * Updated Standards version to 3.5.7 -- Peter Hawkins Sun, 6 Oct 2002 09:32:31 +1000 libapache-mod-python (2:2.7.8-3) unstable; urgency=low * Changed default python version to 2.2. * Added python 2.3 version. * Added extra Conflicts: lines to make dpkg really happy. -- Peter Hawkins Sat, 14 Sep 2002 10:30:02 +1000 libapache-mod-python (2:2.7.8-2) unstable; urgency=low * New maintainer (peterh@debian.org) with Kevin's permission. * Recompiled with new libc6 (closes: #156619) * The new upstream version in the NMU has fixed some bugs (at least, I assume so, because I can't reproduce them). (closes: #135346) * Provided multiple versions of package for different python versions (closes: #136081) -- Peter Hawkins Sat, 17 Aug 2002 12:29:53 +1000 libapache-mod-python (2:2.7.8-0.1) unstable; urgency=high * NMU, with security fix * New upstream release - Fixes "indirect import" security hole (closes: #143949) * Fixed dist-clean target in Makefile.in to delete src/Makefile and Doc/Makefile so the source cleans properly -- Adam Conrad Sat, 27 Apr 2002 10:12:55 -0600 libapache-mod-python (2:2.7.6-1) unstable; urgency=low * Made it compile with shared lib. Closes: #127213 * Recompiled with latest python2.1 which has a patch which fixed problems with mod-python. Closes: #126164 * Also fixed the versioning a bit. Not sure why I used 2.7.6.1 and not 2.7.6-1. Its all in the fruit loops. -- Kevin Lindsay Wed, 16 Jan 2002 06:55:38 +0000 libapache-mod-python (1:2.7.6.1) unstable; urgency=low * New minor version. * Updated package to work with new python 2.1 base packages. * Fixed scripts. Closes: #118269, #107274, #112643, #115803 -- Kevin Lindsay Sat, 10 Nov 2001 09:08:08 +0000 libapache-mod-python (1:2.7.5-1) unstable; urgency=low * Bug Fix Release. * Fixed maintainer scripts. Closes: #98543 * Can't duplicate bug #99736 but I have a good suspicion that the above fix will fix it. If not please reopen. Closes: #99736 -- Kevin Lindsay Wed, 4 Jul 2001 17:46:37 -0700 libapache-mod-python (1:2.7.3-1) unstable; urgency=low * Bug Fix Release. -- Kevin Lindsay Mon, 21 May 2001 15:25:26 -0700 libapache-mod-python (1:2.7.2-4) unstable; urgency=low * Added libdb2-dev to build depends * Adding commas to by closes list. Closes: #86543, #58582, #48804, #66707 -- Kevin Lindsay Mon, 19 Feb 2001 01:25:59 -0800 libapache-mod-python (1:2.7.2-3) unstable; urgency=low * Now byte compiles module with /usr/bin/python2 instead of /usr/bin/python. Closes: #85849 * Closing bug from last change (1:2.7.2-2) Closes: #85790 * Closing bugs because of module content change. This is no longer pyapache as of 1:2.7.1-1. Closes: #62413 #58582 #48804 #66707 -- Kevin Lindsay Thu, 15 Feb 2001 23:32:17 -0800 libapache-mod-python (1:2.7.2-2) unstable; urgency=low * Made configure check for /usr/bin/python2 instead of /usr/bin/python since it requires python2 not python 1.5. -- Kevin Lindsay Wed, 14 Feb 2001 23:59:33 -0800 libapache-mod-python (1:2.7.2-1) unstable; urgency=low * New Version. -- Kevin Lindsay Mon, 12 Feb 2001 01:15:59 -0800 libapache-mod-python (1:2.7.1-3) unstable; urgency=low * Fixed a build-depends. changes python2-base to python2-dev -- Kevin Lindsay Mon, 12 Feb 2001 01:15:41 -0800 libapache-mod-python (1:2.7.1-2) unstable; urgency=low * Fixed some lintian warnings and errors. It still reports and error regarding the mod_python.so not being compiled with pic code. Each object file is compiled with -fPIC so it should be fine. If someone finds the reason, please let me know. -- Kevin Lindsay Tue, 30 Jan 2001 00:56:06 -0800 libapache-mod-python (1:2.7.1-1) unstable; urgency=low * Adopted from . * Contents of package changed from PyApache to mod_python. * Closes: #83417 -- Kevin Lindsay Fri, 19 Jan 2001 15:47:33 -0800 Local variables: mode: debian-changelog End: