python2.2 (2.2.1-4.8) oldstable-security; urgency=high * Non-maintainer upload by the Security Team * Applied maintainer patch to fix recent PCRE buffer overflow in local copy [debian/patches/pcre-security_CAN-2005-2491.dpatch, CAN-2005-2491] -- Martin Schulze Wed, 14 Sep 2005 21:42:10 +0200 python2.2 (2.2.1-4.7) stable-security; urgency=high * Non-maintainer upload by the Security Team * Applied upstream patch to fix a design flaw in the XML/RPC Server implementation [Lib/SimpleXMLRPCServer.py, CAN-2005-0089, security_CAN-2005-0089_xml.dpatch] -- Martin Schulze Wed, 2 Feb 2005 20:59:32 +0100 python2.2 (2.2.1-4.6) stable-security; urgency=high * Revert patch suggested for #248946. Closes: #269548. * Apply upstream patch to fix #248946. * Note: In previous security updates, ipv6 was enabled on some architectures, depending on the uploaded package. It's now explicitely disabled on all architectures. -- Matthias Klose Sun, 5 Sep 2004 10:19:30 +0000 python2.2 (2.2.1-4.5) stable-security; urgency=high * Non-maintainer upload by the Security Team * Added ``--disable-ipv6'' to the configure call in order to turn off IPv6 on all architectures instead of only on half of them, approved by the maintainer, Matthias Klose -- Martin Schulze Wed, 25 Aug 2004 08:35:33 +0200 python2.2 (2.2.1-4.4) stable-security; urgency=high * Apply updated patch to fix overflow with getaddrinfo and IPv6. Closes: #248946. -- Matthias Klose Wed, 18 Aug 2004 01:31:23 +0200 python2.2 (2.2.1-4.3) stable-security; urgency=high * Non-maintainer upload by the Security Team * Apply patch from Sebastian Schmidt to fix overflow with getaddrinfo and IPv6 (CAN-2004-0150) -- Matt Zimmerman Fri, 27 Feb 2004 16:48:22 -0800 python2.2 (2.2.1-4.2) stable-security; urgency=low * Fix bug introduced with the security fix (Zack Weinberg). -- Matthias Klose Sat, 7 Sep 2002 11:21:30 +0200 python2.2 (2.2.1-4.1) stable-security; urgency=high * Non-maintainer upload by security team * Applied upstream os._execvpe security fix. -- Martin Schulze Fri, 23 Aug 2002 11:00:32 +0200 python2.2 (2.2.1-4) unstable; urgency=high * Fix indentation errors introduced in last upload (closes: #143809). -- Matthias Klose Sun, 21 Apr 2002 01:00:14 +0200 python2.2 (2.2.1-3) unstable; urgency=high * Add Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev. Closes: #143534 (build a working _tkinter module, on machines, where 8.0's tk.h gets included). * CVS updates of the release22-maint branch upto 2002-04-20. -- Matthias Klose Sat, 20 Apr 2002 09:22:37 +0200 python2.2 (2.2.1-2) unstable; urgency=low * Forgot to copy the dlmodule patch from the 2.1.3 package. Really closes: #141681. -- Matthias Klose Sat, 13 Apr 2002 01:28:05 +0200 python2.2 (2.2.1-1) unstable; urgency=high * Final 2.2.1 release. * According to report #131813, the python interpreter is much faster on some architectures, when beeing linked statically with the python library (25%). Gregor and me tested on i386, m68k and alpha, but we could not reproduce such a speedup (generally between 5% and 10%). But we are linking the python executable now statically ... * Build info docs from the tex source, merge the python-doc-info package into the python-doc package. * Always build the dl module. Failure in case of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open is called. Closes: #141681. -- Matthias Klose Thu, 11 Apr 2002 00:19:19 +0200 python2.2 (2.2.0.92-0) unstable; urgency=low * Package CVS sources, omit cvs-updates.dpatch (closes: #140977). -- Matthias Klose Wed, 3 Apr 2002 08:20:52 +0200 python2.2 (2.2-6) unstable; urgency=medium * Update to python-2.2.1 release candidate 2 (final release scheduled for April 10). * Enable dl module (closes: #138992). * Build doc files with python binary from package (closes: #139657). * Build _tkinter module with BLT and Tix support. * python2.2-elisp: Conflict with python2-elisp (closes: #138970). * string.split docs updated in python-2.2.1 (closes: #129272). -- Matthias Klose Mon, 1 Apr 2002 13:52:36 +0200 python2.2 (2.2-5) unstable; urgency=low * CVS updates of the release22-maint branch upto 20020310 (aproaching the first 2.2.1 release candidate). * Stolen from HEAD: check argument of locale.nl_langinfo (closes: #137371). -- Matthias Klose Fri, 15 Mar 2002 01:05:59 +0100 python2.2 (2.2-4) unstable; urgency=medium * Include test/{__init__.py,README,pystone.py} in package (closes: #129013). * Fix python-elisp conflict (closes: #129046). * Don't compress stylesheets (closes: #133179). * CVS updates of the release22-maint branch upto 20020310. -- Matthias Klose Sun, 10 Mar 2002 23:32:28 +0100 python2.2 (2.2-3) unstable; urgency=medium * Updates from the CVS python22-maint branch up to 20020107. webbrowser.py: properly escape url's. * The Hurd does not have large file support: disabled. -- Matthias Klose Mon, 7 Jan 2002 21:55:57 +0100 python2.2 (2.2-2) unstable; urgency=medium * CVS updates of the release22-maint branch upto 20011229. Fixes: - Include TCP_CORK flag in plat-linux2 headers (fixes: #84340). - Update CDROM.py module (fixes: #125785). * Add missing chunk of the GNU/Hurd patch (therefore urgency medium). * Send anonymous password when using anonftp (closes: #126814). -- Matthias Klose Sat, 29 Dec 2001 20:18:26 +0100 python2.2 (2.2-1) unstable; urgency=low * New upstream version: 2.2. * Bugs fixed upstream: - Docs for os.kill reference the signal module for constants. - Documentation strings in the tutorial end with a period (closes: #94770). - Tk: grid_location method moved from Grid to Misc (closes: #98338). - mhlib.SubMessage.getbodytext takes decode parameter (closes: #31876). - Strings in modules are locale aware (closes: #51444). - Printable 8-bit characters in strings are correctly printed (closes: #64354). - Dictionary can be updated with abstract mapping object (closes: #46566). * Make site.py a config files. -- Matthias Klose Sat, 22 Dec 2001 00:51:46 +0100 python2.2 (2.1.99c1-1) unstable; urgency=low * New upstream version: 2.2c1 (release candidate). * Do not provide python2.2-base anymore. * Install correct README.Debian for python2.2 package. Include hint where to find Makefile.pre.in. * Suggest installation of python-ssl. * Remove idle config files on purge. * Remove empty /usr/lib/python2.2 directory on purge. -- Matthias Klose Sat, 15 Dec 2001 17:56:27 +0100 python2.2 (2.1.99beta2-1) unstable; urgency=high * debian/rules: Reflect removal of regrtest package (closes: #122278). Resulted in build failures on all architectures. * Build -doc package from source. -- Matthias Klose Sat, 8 Dec 2001 00:38:41 +0100 python2.2 (2.1.99beta2-0.1) unstable; urgency=low * Non maintainer upload. * New upstream version (this is 2.2beta2). * Do not build the python-regrtest package anymore; keep the test framework components test/regrtest.py and test/test_support.py in the python package (closes: #119408). -- Gregor Hoffleit Tue, 27 Nov 2001 09:53:26 +0100 python2.2 (2.1.99beta1-4) unstable; urgency=low * Configure with --with-fpectl (closes: #118125). * setup.py: Remove broken check for _curses_panel module (#116081). * idle: Move config-* files to /etc and mark as conffiles (#106390). * Move idle packages to section `devel'. -- Matthias Klose Wed, 31 Oct 2001 10:56:45 +0100 python2.2 (2.1.99beta1-3) unstable; urgency=low * Fix shlibs file (was still referring to 2.1). Closes: #116810. * README.Debian: point to draft of python-policy in the python package. -- Matthias Klose Wed, 31 Oct 2001 10:56:45 +0100 python2.2 (2.1.99beta1-2) unstable; urgency=medium * Fix shlibs file (was still referring to 2.1). Closes: #116810. * Rename package python2.2-base to python2.2. -- Matthias Klose Wed, 24 Oct 2001 23:00:50 +0200 python2.2 (2.1.99beta1-1) unstable; urgency=low * New upstream version (beta). Call the package version 2.1.99beta1-1. * New maintainer until the final 2.2 release. * Updated the debian patches. -- Matthias Klose Sat, 20 Oct 2001 18:56:26 +0200 python2.1 (2.1.1-1.2) unstable; urgency=low * Really remove the python alternative. -- Matthias Klose Sat, 20 Oct 2001 15:16:56 +0200 python2.1 (2.1.1-1.1) unstable; urgency=low * README FOR PACKAGE MAINTAINERS: It is planned to remove the python2-XXX packages from unstable and move on to python2.1. If you repackage/adapt your modules for python2.1, don't build python2-XXX and python2.1-XXX packages from the same source package, so that the python2-XXX package can be removed without influencing the python2.1-XXX package. See the debian-python mailing list at http://lists.debian.org/devel.html for details and the current discussion and a draft for a debian-python policy (August to October 2001). * Remove alternative for /usr/bin/python. The python-base package now provides the default python version. * Regenerate control file to fix build dependencies (closes: #116190). * Remove alternative for /usr/bin/{python,pydoc}. * Provide a libpython2.1.so symlink in /usr/lib/python2.1/config, so that the shared library is found when -L/usr/lib/python2.1/config is specified. * Conflict with old package versions, where /usr/bin/python is a real program (closes: #115943). * python2.1-elisp conflicts with python-elisp (closes: #115895). * We now have 2.1 (closes: #96851, #107849, #110243). -- Matthias Klose Fri, 19 Oct 2001 17:34:41 +0200 python2.1 (2.1.1-1) unstable; urgency=low * Incorporated Matthias' modifications. -- Gregor Hoffleit Thu, 11 Oct 2001 00:16:42 +0200 python2.1 (2.1.1-0.2) unstable; urgency=low * New upstream 2.1.1. * GPL compatible licence (fixes #84080, #102949, #110643). * Fixed upstream (closes: #99692, #111340). * Build in separate build directory. * Split Debian patches into debian/patches directory. * Build dependencies: Add libgmp3-dev, libexpat1-dev, tighten debhelper dependency. * debian/rules: Updated a "bit". * python-elisp: Remove custom dependency (closes: #87783), fix emacs path (closes: #89712), remove emacs19 dependency (#82694). * Mention distutils in python-dev package description (closes: #108170). * Update README.Debian (closes: #85430). * Run versioned python in postinsts (closes: #113349). * debian/sample.{postinst,prerm}: Change to version independent scripts. * Use '/usr/bin/env python2.1' as interpreter for all python scripts. * Add libssl-dev to Build-Conflicts. * python-elisp: Add support for emacs21 (closes: #98635). * Do not compress .py files in doc directories. * Don't link explicitely with libc. -- Matthias Klose Wed, 3 Oct 2001 09:53:08 +0200 python2.1 (2.1.1-0.1) unstable; urgency=low * New upstream version (CVS branch release21-maint, will become 2.1.1): This CVS branch will be released as 2.1.1 under a GPL compatible license. -- Gregor Hoffleit Wed, 27 Jun 2001 22:47:58 +0200 python2 (2.1-0.1) unstable; urgency=low * Fixed Makefile.pre.in. * Fixed the postinst files in order to use 2.1 (instead of 2.0). * Mention the immanent release of 2.0.1 and 2.1.1, with a GPL compatible license. -- Gregor Hoffleit Sun, 17 Jun 2001 21:05:25 +0200 python2 (2.1-0) unstable; urgency=low * New upstream version. * Experimental packages. -- Gregor Hoffleit Thu, 10 May 2001 00:20:04 +0200 python2 (2.0-7) unstable; urgency=low * Rebuilt with recent tcl8.3-dev/tk8.3-dev in order to fix a dependency problem with python2-tk (closes: #87793, #92962). * Change postinst to create and update /usr/local/lib/python2.0 and site-python with permissions and owner as mandated by policy: 2775 and root:staff (closes: #89047). * Fix to compileall.py: A superfluous argument made compileall without options fail (cf. #92990 for python). * Move the distutils module into python2-dev. It needs Makefile.pre.in in order to work (closes: #89900). * Remove build-dependency on libgdbm2-dev (which isn't built anyway). * Add a build-dependency on libdb2-dev (cf. #90220 for python). -- Gregor Hoffleit Sat, 14 Apr 2001 21:07:51 +0200 python2 (2.0-6) unstable; urgency=low * Remove python-zlib package; merge it into python-base. * Mark that README.python2 is not yet updated. -- Gregor Hoffleit Wed, 21 Feb 2001 12:34:18 +0100 python2 (2.0-5) unstable; urgency=low * Recompile with tcl/tk8.3 (closes: #82088). * Modifications to README.why-python2 (closes: #82116). * Add menu hint to idle2 menu entry. * idle2 is renamed idle-python2 and now build correctly (closes: #82218). * Add build-dependency on autoconf (closes: #85339). * Build bsddbmodule as shared module (Modules/Setup.config.in), and link libpython2.so with -lm in Makefile (closes: #86027). * various cleanups in debian/rules, e.g. removing dh_suidregister. * Make pdb available as /usr/bin/pdb-python2 in python2-dev (cf. #79870 in python-base). * Remove libgmp3 from build-dependencies, since we currently can't build the mpzmodule for Python2 due to license problems. -- Gregor Hoffleit Sun, 18 Feb 2001 00:12:17 +0100 python2 (2.0-4) unstable; urgency=low * control: make python2-elisp conflict with python-elisp (it doesn't make sense to have both of them installed, does it ?) * include build-depend on libxmltok1-dev. * again, build with tcl/tk8.0. -- Gregor Hoffleit Wed, 10 Jan 2001 23:37:01 +0100 python2 (2.0-3) unstable; urgency=low * Modules/Setup.in: Added a missing \ that made _tkinter be built incorrectly. * rules: on the fly, change all '#!' python scripts to use python2. -- Gregor Hoffleit Wed, 13 Dec 2000 20:07:24 +0100 python2 (2.0-2) unstable; urgency=low * Aaargh. Remove conflicts/provides/replaces on python-base to make parallel installation of python-base and python2-base possible. * Install examples into /usr/share/doc/python2 (not python) and fix symlink to python2.0 (thanks to Rick Younie for pointing out this). * Rename man page to python2.1. -- Gregor Hoffleit Wed, 13 Dec 2000 09:31:05 +0100 python2 (2.0-1) unstable; urgency=low * New upstream version. Initial release for python2. -- Gregor Hoffleit Mon, 11 Dec 2000 22:39:46 +0100