diff options
author | gdt <gdt@pkgsrc.org> | 2015-09-11 20:17:17 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-09-11 20:17:17 +0000 |
commit | c04fc86eae5422bf733885004c84bb9d353fbdda (patch) | |
tree | f873f1fcf655e496107adad183c7b46bd2cf8e19 /security | |
parent | 1ba39c899933ef6e6ab49f251ee67aa5315be483 (diff) | |
download | pkgsrc-c04fc86eae5422bf733885004c84bb9d353fbdda.tar.gz |
Note new distfile location, but use nbftp for now.
The new distfile has a bad name and doesn't have the auto* generated
files. Given that it's on github, these issues are not likely to be
fixed. There has been no upstream release since 2008, so there's
really no point in dealing with that until there is. For now, just
use MASTER_SITE_BACKUP to avoid the old URL giving errors.
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 |