diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-15 07:45:15 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-15 07:45:15 +0000 |
commit | 6928abc43e245aae98a620afa35a1c76c7e55417 (patch) | |
tree | cf1570ab2690681d6101b8b752f1871250c85dd8 /testing/py-pam/pypam-0.5.0-stricter.patch | |
parent | 0648d40beb7f4599fae6376eb7e1eda69a6b0266 (diff) | |
download | aports-6928abc43e245aae98a620afa35a1c76c7e55417.tar.bz2 aports-6928abc43e245aae98a620afa35a1c76c7e55417.tar.xz |
testing/py-pam: new aport
Diffstat (limited to 'testing/py-pam/pypam-0.5.0-stricter.patch')
-rw-r--r-- | testing/py-pam/pypam-0.5.0-stricter.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/py-pam/pypam-0.5.0-stricter.patch b/testing/py-pam/pypam-0.5.0-stricter.patch new file mode 100644 index 0000000000..4079f6ff71 --- /dev/null +++ b/testing/py-pam/pypam-0.5.0-stricter.patch @@ -0,0 +1,15 @@ +=== modified file 'PAMmodule.c' +--- a/PAMmodule.c 2007-05-28 17:50:59 +0000 ++++ b/PAMmodule.c 2007-05-28 18:13:33 +0000 +@@ -9,8 +9,9 @@ + ++#include <Python.h> + #include <security/pam_appl.h> + #include <security/pam_misc.h> +-#include <Python.h> + #include <stdio.h> ++#include <string.h> + #include <dlfcn.h> + + static PyObject *PyPAM_Error; + |