forked from Lainports/freebsd-ports
security/pam_yubico: Update to 2.27
While here, sort Makefile and make portclippy happy
PR: 266100
Approved by: maintainer timeout (> 1 month)
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
38cc9f001f
commit
dfb074b085
2 changed files with 11 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pam_yubico
|
||||
PORTVERSION= 2.26
|
||||
PORTVERSION= 2.27
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://developers.yubico.com/yubico-pam/Releases/
|
||||
|
||||
|
|
@ -13,26 +13,28 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libykclient.so:security/ykclient \
|
||||
libyubikey.so:security/libyubikey
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool localbase pkgconfig
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
TEST_TARGET= check
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_FILES= lib/security/pam_yubico.so \
|
||||
man/man8/pam_yubico.8.gz
|
||||
SUB_FILES= pkg-message
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= CR LDAP DOCS STATIC
|
||||
CR_DESC= Include Challenge/response support
|
||||
OPTIONS_DEFAULT= CR
|
||||
|
||||
CR_CONFIGURE_WITH= cr
|
||||
CR_DESC= Include Challenge/response support
|
||||
|
||||
CR_LIB_DEPENDS= libykpers-1.so:security/ykpers
|
||||
CR_CONFIGURE_WITH= cr
|
||||
CR_PLIST_FILES= bin/ykpamcfg \
|
||||
man/man1/ykpamcfg.1.gz
|
||||
|
||||
LDAP_CONFIGURE_WITH= ldap
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
LDAP_CONFIGURE_WITH= ldap
|
||||
|
||||
STATIC_CONFIGURE_ENABLE= static
|
||||
STATIC_PLIST_FILES= lib/security/pam_yubico.a
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1542244102
|
||||
SHA256 (pam_yubico-2.26.tar.gz) = 2de96495963fefd72b98243952ca5d5ec513e702c596e54bc667ef6b5e252966
|
||||
SIZE (pam_yubico-2.26.tar.gz) = 423451
|
||||
TIMESTAMP = 1661782736
|
||||
SHA256 (pam_yubico-2.27.tar.gz) = 63d02788852644d871746e1a7a1d16c272c583c226f62576f5ad232a6a44e18c
|
||||
SIZE (pam_yubico-2.27.tar.gz) = 454512
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue