aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pam/pypam-0.5.0-stricter.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-12-15 07:45:15 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-12-15 07:45:15 +0000
commit6928abc43e245aae98a620afa35a1c76c7e55417 (patch)
treecf1570ab2690681d6101b8b752f1871250c85dd8 /testing/py-pam/pypam-0.5.0-stricter.patch
parent0648d40beb7f4599fae6376eb7e1eda69a6b0266 (diff)
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.patch15
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 00000000000..4079f6ff719
--- /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;
+