Get:1 http://changelogs.ubuntu.com python-pam 0.4.2-13.2ubuntu2 Changelog [12.4 kB]
python-pam (0.4.2-13.2ubuntu2) xenial; urgency=medium

  * No-change rebuild to drop python3.4 support.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 18 Jan 2016 19:39:53 +0000

python-pam (0.4.2-13.2ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - python3 port
    - packaging using dh, dh-python, pybuild and -dbg builds.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 28 Oct 2015 15:48:57 -0700

python-pam (0.4.2-13.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Build using dh-python. Closes: #786291.

 -- Matthias Klose <doko@debian.org>  Tue, 18 Aug 2015 19:00:37 +0200

python-pam (0.4.2-13.1ubuntu4) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 23 Jul 2015 00:03:50 +0000

python-pam (0.4.2-13.1ubuntu3) trusty; urgency=medium

  * No change rebuild to drop python3.3 compiled extension.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Tue, 01 Apr 2014 02:01:37 +0100

python-pam (0.4.2-13.1ubuntu2) trusty; urgency=medium

  * Rebuild for python3.4 as a supported python version.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 04 Jan 2014 18:32:32 +0000

python-pam (0.4.2-13.1ubuntu1) trusty; urgency=low

  * Merge from debian, remaining changes:
    - python3 port
    - packaging using dh, dh-python, pybuild and -dbg builds.

 -- Dmitrijs Ledkovs <xnox@ubuntu.com>  Mon, 21 Oct 2013 16:58:13 +0100

python-pam (0.4.2-13.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control: Change X-Python-Version to >= 2.6 to not explicitly
    request Python 2.6. (Closes: #707531)

 -- Sebastian Ramacher <sramacher@debian.org>  Fri, 05 Jul 2013 02:38:29 +0200

python-pam (0.4.2-13ubuntu6) saucy; urgency=low

  * Rename compiled module to "PAM" from "PAMmodule", thus matching the
    module name passed to PyModule_Create. This unbreaks importing PAM
    with python2.7.

 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Thu, 26 Sep 2013 11:58:16 +0100

python-pam (0.4.2-13ubuntu5) saucy; urgency=low

  * Use dh-python and pybuild, thus getting the extension module correctly
    renamed and become importable in python3.
  * Simplify packaging and drop python*:Versions & Provides stanzas, use
    python*:Depends everywhere instead.

 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Wed, 25 Sep 2013 09:18:57 +0100

python-pam (0.4.2-13ubuntu4) raring; urgency=low

  * Rebuild to drop python3.2 provides.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 07 Nov 2012 23:00:18 +0000

python-pam (0.4.2-13ubuntu3) raring; urgency=low

  * No-change upload to build for python3.3.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 22 Oct 2012 17:32:14 +0200

python-pam (0.4.2-13ubuntu2) quantal; urgency=low

  * Fix up merge breakage that left the python-pam package without a
    description.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 03 Jul 2012 17:07:10 -0700

python-pam (0.4.2-13ubuntu1) quantal; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Port to python3; dead project upstream so not forwarding anywhere.
    - Modernize packaging to dh and debhelper 9.
    - Build the extension for the debug interpreter.
  * Dropped changes, included in Debian:
    - PAMmodule.c: prevent double free in PyPAM_conv().
    - Build using dh_python2 instead of dh_pycentral.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 03 Jul 2012 16:20:31 -0700

python-pam (0.4.2-13) unstable; urgency=high

  * Acknowledged NMUs
  * Fixed a security vulnerability in PyPAM_conv
    (thanks Markus Vervier <markus.vervier@lsexperts.de> 
    for the report and the patch)

 -- Dima Barsky <dima@debian.org>  Tue, 06 Mar 2012 21:48:38 +0000

python-pam (0.4.2-12.3) unstable; urgency=low

  * Non-maintainer upload.
  * Use python-support (closes: #620283).
    + Add build-dependency on python-support.
    + In debian/rules, replace call to dh_python with dh_pysupport.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 08 Apr 2011 21:08:10 +0200

python-pam (0.4.2-12.2ubuntu6) quantal; urgency=low

  * Restore tp_getattro pointer, but use PyObject_GenericGetAttr() in both
    the Python 2 and 3 cases.

 -- Barry Warsaw <barry@ubuntu.com>  Mon, 25 Jun 2012 11:16:03 -0400

python-pam (0.4.2-12.2ubuntu5) quantal; urgency=low

  [ Steve Langasek ]
  * Port to python3; dead project upstream so not forwarding anywhere.
    - replace 'staticforward' with 'static'.
    - replace ob_type with Py_TYPE(ob).
    - drop tp_getattr function, we just need to set tp_methods instead.
    - fix PyTypeObject definition.
    - use PyUnicode_FromString, not PyString_FromString
    - use PyLong_FromLong when building for python3.
    - use PyModule_Create instead of Py_InitModule for python3
    - LP: #1015320
  * Modernize packaging to dh and debhelper 9.

  [ Sapphira Armageddos ]
  * Additional patch to better support Python 2 and Python 3.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 24 May 2012 22:56:26 +0000

python-pam (0.4.2-12.2ubuntu4) precise; urgency=low

  * SECURITY UPDATE: possible code execution via double-free (LP: #949218)
    - PAMmodule.c: prevent double free in PyPAM_conv().
    - Thanks to Markus Vervier for the notification and the patch.
    - CVE-2012-1502

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 08 Mar 2012 08:06:43 -0500

python-pam (0.4.2-12.2ubuntu3) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 31 Dec 2011 02:11:30 +0000

python-pam (0.4.2-12.2ubuntu2) natty; urgency=low

  * No-change rebuild to prefer python2.7.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 22 Dec 2010 09:41:19 +0100

python-pam (0.4.2-12.2ubuntu1) natty; urgency=low

  * Merge with Debian; remaining changes:
    - Build the extension for the debug interpreter.
    - Revert the bogus change of the Debian upload to call setup.py install
      with both --root and --prefix.
  * Build using dh_python2 instead of dh_pycentral.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 24 Nov 2010 16:06:15 +0100

python-pam (0.4.2-12.2) unstable; urgency=low

  * Non-maintainer upload.
  * Remove build-dependency on python2.5-dev. Closes: #596314.

 -- Matthias Klose <doko@debian.org>  Sun, 12 Sep 2010 15:37:47 +0200

python-pam (0.4.2-12.1ubuntu1) lucid; urgency=low

  * Merge with Debian, remaining changes:
    - Build the extension for the debug interpreter.
  * Revert the bogus change of the Debian upload to call setup.py install
    with both --root and --prefix.
  * Drop explicite build dependency on python2.5-dev.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 19 Jan 2010 15:22:59 +0100

python-pam (0.4.2-12.1) unstable; urgency=low

  * Non-maintainer upload.
  * Prepare for the upcoming Python 2.6 transition; thanks to Piotr Ożarowski
    for the bug report and to Kumar Appaiah for the patch; Closes: #556162
    - debian/rules
      + optionally include python.mk, add $(py_setup_install_args) and
        --prefix=/usr when installing

 -- Sandro Tosi <morph@debian.org>  Sun, 15 Nov 2009 21:36:54 +0100

python-pam (0.4.2-12ubuntu3) jaunty; urgency=low

  * Build for python2.6, include symlinks in the package.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 23 Feb 2009 18:23:00 +0100

python-pam (0.4.2-12ubuntu2) hardy; urgency=low

  * Rebuild with recent python-central.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 10 Mar 2008 12:47:11 +0000

python-pam (0.4.2-12ubuntu1) gutsy; urgency=low

  * Merge from debian unstable, remaining changes:
    - Build the extension for the debug interpreter.
      - Build-depend on python-all-dbg (>= 2.5-0ubuntu5)
      - debian/control: New package python-pam-dbg, priority extra.
      - debian/control: python-pam: Suggest python-pam-dbg.
      - debian/rules: Build the extension with the python debug interpreter.
      - debian/rules: python-pam-dbg: symlink to python-pam's docdir.
    - Set Ubuntu maintainer address.

 -- Andrew Mitchell <ajmitch@ubuntu.com>  Wed, 23 May 2007 13:11:15 +1200

python-pam (0.4.2-12) unstable; urgency=low

  * Added Build-Depends: python2.5-dev (Closes: #415377)

 -- Dima Barsky <dima@debian.org>  Mon, 19 Mar 2007 15:51:05 +0000

python-pam (0.4.2-11) unstable; urgency=low

  * Acknowledged NMUs
  * Added 2.5 support (thanks to Harro Verkouter <verkouter@jive.nl>)

 -- Dima Barsky <dima@debian.org>  Sat, 17 Mar 2007 17:46:16 +0000

python-pam (0.4.2-10.4ubuntu2) feisty; urgency=low

  * Add a build dependency on python-central.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 17 Feb 2007 13:10:15 +0100

python-pam (0.4.2-10.4ubuntu1) feisty; urgency=low

  * Build the extension for the debug interpreter.
    - Build-depend on python-all-dbg (>= 2.5-0ubuntu5)
    - debian/control: New package python-pam-dbg, priority extra.
    - debian/control: python-pam: Suggest python-pam-dbg.
    - debian/rules: Build the extension with the python debug interpreter.
    - debian/rules: python-pam-dbg: symlink to python-pam's docdir.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 17 Feb 2007 02:04:09 +0100

python-pam (0.4.2-10.4build1) feisty; urgency=low

  * Rebuild. Ubuntu #69967.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 12 Feb 2007 14:45:03 +0100

python-pam (0.4.2-10.4) unstable; urgency=low

  * Non-maintainer upload.
  * Add the missing Conflicts/Replaces on python2.X-pam.

 -- Raphael Hertzog <hertzog@debian.org>  Thu, 29 Jun 2006 08:46:49 +0200

python-pam (0.4.2-10.3) unstable; urgency=low

  * Non-maintainer upload.
  * Switch to the new Python policy. Closes: #373335

 -- Raphael Hertzog <hertzog@debian.org>  Sun, 25 Jun 2006 17:34:49 +0200

python-pam (0.4.2-10.2) unstable; urgency=low

  * Non-maintainer upload.
  * Stop building module for python2.1 and python2.2. (Closes: #351148)
  * Also support python2.4.

 -- Pierre Habouzit <madcoder@debian.org>  Sun,  9 Apr 2006 19:38:00 +0200

python-pam (0.4.2-10.1) unstable; urgency=low

  * NMU.
  * Change package section to python.
  * Make python dependency more robust.
  * Make python-pam package architecture all.

 -- Matthias Klose <doko@debian.org>  Sun, 28 Sep 2003 17:27:51 +0200

python-pam (0.4.2-10) unstable; urgency=low

  * Python2.3 is the default version now

 -- Dima Barsky <dima@debian.org>  Sat,  9 Aug 2003 19:44:56 +0100

python-pam (0.4.2-9) unstable; urgency=low

  * Removed all calls to dlopen and dlclose. Not sure why they were
    required before, but they only cause problems now. (Closes: #192005)

 -- Dima Barsky <dima@debian.org>  Sat, 10 May 2003 19:37:43 +0100

python-pam (0.4.2-8) unstable; urgency=low

  * python2.2-pam: now conflicts with python-pam (<=0.4.2-6)
    (Closes: #182949)
  * Added userData parameter to pam_conv function in pamtest.py,
    this test was broken in 0.4.2-7

 -- Dima Barsky <dima@debian.org>  Mon, 10 Mar 2003 21:51:02 +0000

python-pam (0.4.2-7) unstable; urgency=low

  * Build three versions of python-pam for all Python
    versions (Closes: #181325)
  * Added user argument to the conversation method, thanks to Benjamin
    Poussin <poussin@codelutin.com> for the patch. (Closes: #170972)

 -- Dima Barsky <dima@debian.org>  Sun, 23 Feb 2003 10:55:15 +0000

python-pam (0.4.2-6) unstable; urgency=low

  * Removed compiled binary examples/pamexample from the package

 -- Dima Barsky <dima@debian.org>  Sat, 26 Oct 2002 02:49:54 +0100

python-pam (0.4.2-5) unstable; urgency=low

  * Added build dependency on libpam0g-dev (Closes: #166365)

 -- Dima Barsky <dima@debian.org>  Fri, 25 Oct 2002 20:38:46 +0100

python-pam (0.4.2-4) unstable; urgency=low

  * Taken over from Gregor Hoffleit
  * Compiled against python 2.2
  * Replaced autoconf/automake by setup.py script
  * Bumped up Standards-Sersion to 3.5.7

 -- Dima Barsky <dima@debian.org>  Wed, 16 Oct 2002 14:45:50 +0100

python-pam (0.4.2-3) unstable; urgency=low

  * Recompiled for unstable (closes: #66359).
  * Fixed buglet in examples/pamtest.py.

 -- Gregor Hoffleit <flight@debian.org>  Sun, 28 Jan 2001 20:35:44 +0100

python-pam (0.4.2-2) unstable; urgency=low

  * FHS transition: move documentation to /usr/share/doc.
  * Bumped up standards-version to 3.1.0.

 -- Gregor Hoffleit <flight@debian.org>  Thu, 13 Jan 2000 00:06:45 +0100

python-pam (0.4.2-1) unstable; urgency=low

  * Initial Release.

 -- Gregor Hoffleit <flight@debian.org>  Sat, 28 Aug 1999 19:20:23 +0200

Fetched 12.4 kB in 0s (146 kB/s)
