Skip to content

Commit

Permalink
security/pam_yubico: Update to 2.27
Browse files Browse the repository at this point in the history
While here, sort Makefile and make portclippy happy

PR:		266100
Approved by:	maintainer timeout (> 1 month)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
rbgarga committed Oct 4, 2022
1 parent 38cc9f0 commit dfb074b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions security/pam_yubico/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pam_yubico
PORTVERSION= 2.26
PORTVERSION= 2.27
CATEGORIES= security
MASTER_SITES= https://developers.yubico.com/yubico-pam/Releases/

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions security/pam_yubico/distinfo
@@ -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

0 comments on commit dfb074b

Please sign in to comment.