diff options
author | manu <manu@pkgsrc.org> | 2010-06-29 13:42:10 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2010-06-29 13:42:10 +0000 |
commit | 7316bda6d80f41a04e1578daf2136d66e5ca5fa9 (patch) | |
tree | 763aa942ab5e67babb4150212de9e4db9bb160ae /security/pam-p11/patches | |
parent | 62e52ed16d858f3b80190b1761a0226f44c2cc82 (diff) | |
download | pkgsrc-7316bda6d80f41a04e1578daf2136d66e5ca5fa9.tar.gz |
Roll back commit: this is pkgsrc freeze (sorry, I missed the message)
Diffstat (limited to 'security/pam-p11/patches')
-rw-r--r-- | security/pam-p11/patches/patch-aa | 15 | ||||
-rw-r--r-- | security/pam-p11/patches/patch-ab | 31 |
2 files changed, 0 insertions, 46 deletions
diff --git a/security/pam-p11/patches/patch-aa b/security/pam-p11/patches/patch-aa deleted file mode 100644 index 427a3020e6e..00000000000 --- a/security/pam-p11/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2010/06/29 07:29:32 manu Exp $ ---- src/test.c.orig 2010-06-25 16:25:28.000000000 +0200 -+++ src/test.c 2010-06-25 16:25:39.000000000 +0200 -@@ -1,9 +1,11 @@ - #include <stdio.h> - #include <stdlib.h> - - #include <security/pam_appl.h> -+#ifndef OPENPAM - #include <security/pam_misc.h> -+#endif /* OPENPAM */ - #include <security/pam_modules.h> - - int main(int argc, char **argv) - { diff --git a/security/pam-p11/patches/patch-ab b/security/pam-p11/patches/patch-ab deleted file mode 100644 index e805d6d99b9..00000000000 --- a/security/pam-p11/patches/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2010/06/29 07:29:32 manu Exp $ ---- src/pam_p11.c.orig 2010-06-29 08:56:07.000000000 +0200 -+++ src/pam_p11.c 2010-06-29 09:05:03.000000000 +0200 -@@ -21,10 +21,16 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <unistd.h> - -+#include <openssl/sha.h> -+ - #include <libp11.h> - -+#ifdef __NetBSD__ -+#define NO_STATIC_MODULES -+#endif -+ - /* We have to make this definitions before we include the pam header files! */ - #define PAM_SM_AUTH - #define PAM_SM_ACCOUNT - #define PAM_SM_SESSION -@@ -43,9 +49,9 @@ - - #define LOGNAME "pam_p11" /* name for log-file entries */ - - #define RANDOM_SOURCE "/dev/urandom" --#define RANDOM_SIZE 128 -+#define RANDOM_SIZE SHA_DIGEST_LENGTH - #define MAX_SIGSIZE 256 - - extern int match_user(X509 * x509, const char *login); - |