Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166727118
D37963.id114793.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D37963.id114793.diff
View Options
Index: security/Makefile
===================================================================
--- security/Makefile
+++ 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
Index: security/opie/Makefile
===================================================================
--- /dev/null
+++ security/opie/Makefile
@@ -0,0 +1,29 @@
+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
+GH_TAGNAME= ${PORTVERSION}
+
+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>
Index: security/opie/distinfo
===================================================================
--- /dev/null
+++ 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
Index: security/opie/pkg-descr
===================================================================
--- /dev/null
+++ security/opie/pkg-descr
@@ -0,0 +1 @@
+Provides utilities and PAM modules for OPIE one-time passwords.
Index: security/opie/pkg-plist
===================================================================
--- /dev/null
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 16, 9:33 PM (3 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36841321
Default Alt Text
D37963.id114793.diff (2 KB)
Attached To
Mode
D37963: security/opie: New port: One-time Passwords In Everything
Attached
Detach File
Event Timeline
Log In to Comment