security/opie: New port: One-time Passwords In Everything

Differential Revision: https://reviews.freebsd.org/D37963
This commit is contained in:
Dag-Erling Smørgrav 2023-01-06 12:09:13 +00:00
parent 769e272527
commit 3d4de6dad5
5 changed files with 58 additions and 0 deletions

View File

@ -417,6 +417,7 @@
SUBDIR += openvpn-auth-radius
SUBDIR += openvpn-auth-script
SUBDIR += openvpn-devel
SUBDIR += opie
SUBDIR += ophcrack
SUBDIR += ossec-hids
SUBDIR += ossec-hids-agent

28
security/opie/Makefile Normal file
View File

@ -0,0 +1,28 @@
PORTNAME= opie
PORTVERSION= 1.20230106
CATEGORIES= security
MAINTAINER= des@FreeBSD.org
COMMENT= One-time Passwords In Everything
LICENSE= TINV2 BSD3CLAUSE
LICENSE_COMB= multi
LICENSE_NAME_TINV2= The Inner Net License, Version 2
LICENSE_FILE_TINV2= ${WRKSRC}/opie/License.TIN
LICENSE_PERMS_TINV2= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= opie
MAKE_ARGS= BINDIR=${PREFIX}/bin \
INCLUDEDIR=${PREFIX}/include \
LIBDIR=${PREFIX}/lib \
MANDIR=${MANPREFIX}/man/man
IGNORE_FreeBSD_12= FreeBSD 12 has OPIE in base
IGNORE_FreeBSD_13= FreeBSD 13 has OPIE in base
.include <bsd.port.mk>

3
security/opie/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1673008144
SHA256 (freebsd-opie-1.20230106_GH0.tar.gz) = 614a7b61d6e301e87512e43b0f447c20c241d0da1791673f70b520f3d99cf7f7
SIZE (freebsd-opie-1.20230106_GH0.tar.gz) = 164408

1
security/opie/pkg-descr Normal file
View File

@ -0,0 +1 @@
Provides utilities and PAM modules for OPIE one-time passwords.

25
security/opie/pkg-plist Normal file
View File

@ -0,0 +1,25 @@
bin/opieinfo
bin/opiekey
bin/opiepasswd
bin/otp-md4
bin/otp-md5
bin/otp-sha1
include/opie.h
lib/libopie.a
lib/libopie.so
lib/libopie.so.8
lib/pam_opie.so
lib/pam_opie.so.6
lib/pam_opieaccess.so
lib/pam_opieaccess.so.6
man/man1/opieinfo.1.gz
man/man1/opiekey.1.gz
man/man1/opiepasswd.1.gz
man/man1/otp-md4.1.gz
man/man1/otp-md5.1.gz
man/man1/otp-sha1.1.gz
man/man4/opie.4.gz
man/man5/opieaccess.5.gz
man/man5/opiekeys.5.gz
man/man8/pam_opie.8.gz
man/man8/pam_opieaccess.8.gz