summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormanu <manu>2010-06-29 13:42:10 +0000
committermanu <manu>2010-06-29 13:42:10 +0000
commitae3701a3bbb953042f448879534d3e5ab83076bd (patch)
tree763aa942ab5e67babb4150212de9e4db9bb160ae /security
parenta719af4a55d47cd7ea8effb91df3f118c702d5cd (diff)
downloadpkgsrc-ae3701a3bbb953042f448879534d3e5ab83076bd.tar.gz
Roll back commit: this is pkgsrc freeze (sorry, I missed the message)
Diffstat (limited to 'security')
-rw-r--r--security/Makefile3
-rw-r--r--security/pam-p11/DESCR9
-rw-r--r--security/pam-p11/Makefile25
-rw-r--r--security/pam-p11/PLIST3
-rw-r--r--security/pam-p11/distinfo7
-rw-r--r--security/pam-p11/patches/patch-aa15
-rw-r--r--security/pam-p11/patches/patch-ab31
7 files changed, 1 insertions, 92 deletions
diff --git a/security/Makefile b/security/Makefile
index 88908bfb45a..04469e87c72 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.385 2010/06/29 07:31:28 manu Exp $
+# $NetBSD: Makefile,v 1.386 2010/06/29 13:42:10 manu Exp $
#
COMMENT= Security tools
@@ -240,7 +240,6 @@ SUBDIR+= pam-fprint
SUBDIR+= pam-ldap
SUBDIR+= pam-mkhomedir
SUBDIR+= pam-mysql
-SUBDIR+= pam-p11
SUBDIR+= pam-passwdqc
SUBDIR+= pam-pwauth_suid
SUBDIR+= pam-radius
diff --git a/security/pam-p11/DESCR b/security/pam-p11/DESCR
deleted file mode 100644
index fdd3eff0e47..00000000000
--- a/security/pam-p11/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-Pam_p11 is a plugable authentication module (PAM) package for using
-crpytographic PKCS#11 tokens such as smart cards and usb crypto
-tokens for local authentication.
-
-Pam_p11 implements two authentication modules:
-* pam_p11_openssh authenticates the user against public keys found
-in OpenSSH ~/.ssh/authorized_keys file.
-* pam_p11_opensc authenticates the user against certificates found
-in ~/.eid/authorized_certificates.
diff --git a/security/pam-p11/Makefile b/security/pam-p11/Makefile
deleted file mode 100644
index 31711d5f75b..00000000000
--- a/security/pam-p11/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/06/29 07:29:32 manu Exp $
-#
-
-DISTNAME= pam_p11-0.1.5
-CATEGORIES= security
-MASTER_SITES= http://www.opensc-project.org/files/pam_p11/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.opensc-project.org/files/pam_p11/
-COMMENT= Smart card PAM module
-LICENSE= gnu-lgpl-v2.1
-
-PKG_DESTDIR_SUPPORT= user-destdir
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../security/libp11/buildlink3.mk"
-.include "../../mk/pam.buildlink3.mk"
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/pam-p11/PLIST b/security/pam-p11/PLIST
deleted file mode 100644
index f70026ff5d7..00000000000
--- a/security/pam-p11/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/29 07:29:32 manu Exp $
-lib/security/pam_p11_openssh.so
-lib/security/pam_p11_opensc.so
diff --git a/security/pam-p11/distinfo b/security/pam-p11/distinfo
deleted file mode 100644
index b5ffa9054fe..00000000000
--- a/security/pam-p11/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/06/29 07:29:32 manu Exp $
-
-SHA1 (pam_p11-0.1.5.tar.gz) = 4ff838140e452c84143445dcf6a3f158009b83b0
-RMD160 (pam_p11-0.1.5.tar.gz) = 57930c4b93182dd36cd2a1c81231638f813b47d2
-Size (pam_p11-0.1.5.tar.gz) = 348181 bytes
-SHA1 (patch-aa) = c82f6de3fdb094601f5250280c7a5727d41d983d
-SHA1 (patch-ab) = 701f8e878f928c98f0037b363099f9c12ece429e
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);
-