diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 15:22:48 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 15:22:48 -0300 |
commit | d955b157fb52332b8cae8dabc86bfbcbfc6fe6db (patch) | |
tree | 75814f339905777ff32605661ca54272f1998314 /testing/py3-pam/pypam-0.5.0-stricter.patch | |
parent | 28f37a31742bb536b88aca4fff68bcb66d8eca26 (diff) | |
download | aports-d955b157fb52332b8cae8dabc86bfbcbfc6fe6db.tar.bz2 aports-d955b157fb52332b8cae8dabc86bfbcbfc6fe6db.tar.xz |
testing/py3-pam: rename from py-pam
Diffstat (limited to 'testing/py3-pam/pypam-0.5.0-stricter.patch')
-rw-r--r-- | testing/py3-pam/pypam-0.5.0-stricter.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/py3-pam/pypam-0.5.0-stricter.patch b/testing/py3-pam/pypam-0.5.0-stricter.patch new file mode 100644 index 0000000000..4079f6ff71 --- /dev/null +++ b/testing/py3-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; + |