Page MenuHomeFreeBSD

D37963.diff
No OneTemporary

D37963.diff

diff --git a/security/Makefile b/security/Makefile
--- a/security/Makefile
+++ b/security/Makefile
@@ -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
diff --git a/security/opie/Makefile b/security/opie/Makefile
new file mode 100644
--- /dev/null
+++ b/security/opie/Makefile
@@ -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>
diff --git a/security/opie/distinfo b/security/opie/distinfo
new file mode 100644
--- /dev/null
+++ b/security/opie/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1673008144
+SHA256 (freebsd-opie-1.20230106_GH0.tar.gz) = 614a7b61d6e301e87512e43b0f447c20c241d0da1791673f70b520f3d99cf7f7
+SIZE (freebsd-opie-1.20230106_GH0.tar.gz) = 164408
diff --git a/security/opie/pkg-descr b/security/opie/pkg-descr
new file mode 100644
--- /dev/null
+++ b/security/opie/pkg-descr
@@ -0,0 +1 @@
+Provides utilities and PAM modules for OPIE one-time passwords.
diff --git a/security/opie/pkg-plist b/security/opie/pkg-plist
new file mode 100644
--- /dev/null
+++ b/security/opie/pkg-plist
@@ -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

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 13, 4:16 PM (12 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26935331
Default Alt Text
D37963.diff (2 KB)

Event Timeline