pkgsrc/security/pam-u2f/Makefile
tnn 1cac5067bb pam-u2f: update to 1.2.0
Added support for EdDSA keys.
Added support for SSH ed25519-sk keys.
Added authenticator filtering based on user verification options.
Fixed an issue with privilege restoration on MacOS.
Fixed an issue where credentials created with pamu2fcfg 1.0.8 or earlier
were not handled correctly if their origin and appid differed.
Miscellaneous improvements to the documentation.
Miscellaneous minor bug fixes found by fuzzing.
2022-04-12 22:30:55 +00:00

24 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/04/12 22:30:55 tnn Exp $
DISTNAME= pam_u2f-1.2.0
PKGNAME= ${DISTNAME:S/pam_/pam-/}
CATEGORIES= security
MASTER_SITES= https://developers.yubico.com/pam-u2f/Releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://developers.yubico.com/pam-u2f/
COMMENT= PAM module for U2F over FIDO2 authentication
LICENSE= 2-clause-bsd
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-pam-dir=${PREFIX:Q}/lib/security
.include "../../mk/pam.buildlink3.mk"
.include "../../security/libfido2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"