diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-p11/DESCR | 2 | ||||
-rw-r--r-- | security/pam-p11/Makefile | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/security/pam-p11/DESCR b/security/pam-p11/DESCR index fdd3eff0e47..8f014a7ca8f 100644 --- a/security/pam-p11/DESCR +++ b/security/pam-p11/DESCR @@ -7,3 +7,5 @@ Pam_p11 implements two authentication modules: in OpenSSH ~/.ssh/authorized_keys file. * pam_p11_opensc authenticates the user against certificates found in ~/.eid/authorized_certificates. + +This project is no longer maintained upstream. diff --git a/security/pam-p11/Makefile b/security/pam-p11/Makefile index 7c6c1b47523..32c6ed43738 100644 --- a/security/pam-p11/Makefile +++ b/security/pam-p11/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2015/09/09 22:02:03 gdt Exp $ +# $NetBSD: Makefile,v 1.10 2015/09/11 20:17:17 gdt Exp $ # DISTNAME= pam_p11-0.1.5 PKGREVISION= 3 CATEGORIES= security -MASTER_SITES= http://www.opensc-project.org/files/pam_p11/ +# This has a bad name and doesn't have generated auto* files. +#MASTER_SITES= https://github.com/OpenSC/pam_p11/archive/ +MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://opensc-project.org/opensc/wiki/pam_p11 |