-
python-pam (0.4.2-13ubuntu2) quantal; urgency=low
* Fix up merge breakage that left the python-pam package without a
description.
-- Steve Langasek <email address hidden> 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.
python-pam (0.4.2-13) unstable; urgency=high
* Acknowledged NMUs
* Fixed a security vulnerability in PyPAM_conv
(thanks Markus Vervier <email address hidden>
for the report and the patch)
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.
-- Steve Langasek <email address hidden> Tue, 03 Jul 2012 16:20:31 -0700
-
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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Thu, 08 Mar 2012 08:06:43 -0500