update to oath-toolkit-2.6.7

This commit is contained in:
sthen 2021-05-24 17:54:10 +00:00
parent 7443d85cd5
commit a5a3672b69
3 changed files with 7 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2021/02/20 01:06:48 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2021/05/24 17:54:10 sthen Exp $
COMMENT-main= toolkit for OATH/HOTP and TOTP
COMMENT-pskc= toolkit for RFC 6030 Portable Symmetric Key Container
V= 2.6.6
V= 2.6.7
DISTNAME= oath-toolkit-$V
PKGNAME-main= oath-toolkit-$V
PKGNAME-pskc= oath-toolkit-pskc-$V
@ -21,16 +21,16 @@ PERMIT_PACKAGE= Yes
MULTI_PACKAGES= -main -pskc
WANTLIB-main= c pam
WANTLIB-main= c
WANTLIB-pskc= c iconv ltdl lzma m pthread xml2 xmlsec1 xslt z
LIB_DEPENDS-main= security/openpam
LIB_DEPENDS-pskc= security/xmlsec \
converters/libiconv
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_ARGS= --enable-pam=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,2 +1,2 @@
SHA256 (oath-toolkit-2.6.6.tar.gz) = /WizFccbodtHvMbmf1mFaNtBMa/DOr0j7WghcOPLlGw=
SIZE (oath-toolkit-2.6.6.tar.gz) = 5571980
SHA256 (oath-toolkit-2.6.7.tar.gz) = Nu3fzo8vNjR/slfb+Hi6AwOi6q/iTqoHHVzTAiYQRqk=
SIZE (oath-toolkit-2.6.7.tar.gz) = 5625279

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.5 2020/11/21 17:29:44 sthen Exp $
@comment $OpenBSD: PLIST-main,v 1.6 2021/05/24 17:54:10 sthen Exp $
@pkgpath security/oath-toolkit
@bin bin/oathtool
include/liboath/
@ -9,7 +9,6 @@ lib/liboath.la
lib/pkgconfig/liboath.pc
@comment lib/security/pam_oath.a
@comment lib/security/pam_oath.la
@so lib/security/pam_oath.so
@man man/man1/oathtool.1
@man man/man3/oath_authenticate_usersfile.3
@man man/man3/oath_base32_decode.3