FreeBSD Bugzilla – Attachment 251314 Details for
Bug 279598
[NEW PORT] security/opendoas: port of OpenDoas to FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adding opendoas port [4]
OpenDoas.patch (text/plain), 2.69 KB, created by
Cathal O'Grady
on 2024-06-09 11:55:47 UTC
(
hide
)
Description:
Patch adding opendoas port [4]
Filename:
MIME Type:
Creator:
Cathal O'Grady
Created:
2024-06-09 11:55:47 UTC
Size:
2.69 KB
patch
obsolete
>From fd3b5fda01e93d2db11d9926d79c3b6bb862e87a Mon Sep 17 00:00:00 2001 >From: leath-dub <fierceinbattle@gmail.com> >Date: Sat, 8 Jun 2024 20:40:35 +0100 >Subject: [PATCH] Added OpenDoas port > >--- > security/Makefile | 1 + > security/opendoas/Makefile | 26 ++++++++++++++++++++++++++ > security/opendoas/distinfo | 3 +++ > security/opendoas/pkg-descr | 3 +++ > security/opendoas/pkg-plist | 3 +++ > 5 files changed, 36 insertions(+) > create mode 100644 security/opendoas/Makefile > create mode 100644 security/opendoas/distinfo > create mode 100644 security/opendoas/pkg-descr > create mode 100644 security/opendoas/pkg-plist > >diff --git a/security/Makefile b/security/Makefile >index 9e464693a..b5069078f 100644 >--- a/security/Makefile >+++ b/security/Makefile >@@ -430,6 +430,7 @@ > SUBDIR += openconnect-gui > SUBDIR += opencryptoki > SUBDIR += openct >+ SUBDIR += opendoas > SUBDIR += openfhe > SUBDIR += openfortivpn > SUBDIR += openiked >diff --git a/security/opendoas/Makefile b/security/opendoas/Makefile >new file mode 100644 >index 000000000..3fbf92281 >--- /dev/null >+++ b/security/opendoas/Makefile >@@ -0,0 +1,26 @@ >+PORTNAME= opendoas >+DISTVERSION= 1.0 >+CATEGORIES= security >+DISTNAME= opendoas >+ >+MAINTAINER= fierceinbattle@gmail.com >+COMMENT= Port of OpenDoas: a portable version of OpenBSD's doas >+WWW= https://github.com/leath-dub/OpenDoas >+ >+LICENSE= OPENDOAS >+LICENSE_NAME= OPENDOAS >+LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept >+ >+USES= gmake >+USE_GITHUB= yes >+GH_ACCOUNT= leath-dub >+GH_PROJECT= OpenDoas >+GH_TAGNAME= 0a50b05 >+ >+HAS_CONFIGURE= yes >+CONFIGURE_ARGS= --without-shadow --with-timestamp --sysconfdir=${LOCALBASE}/etc >+ >+MAKEFILE= GNUmakefile >+ >+.include <bsd.port.mk> >diff --git a/security/opendoas/distinfo b/security/opendoas/distinfo >new file mode 100644 >index 000000000..1ddb247ce >--- /dev/null >+++ b/security/opendoas/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1717874143 >+SHA256 (leath-dub-OpenDoas-1.0-0a50b05_GH0.tar.gz) = 039426a9c575f816fa20caaade870ccfb6495a82c12030676e45a910b3c5f0cf >+SIZE (leath-dub-OpenDoas-1.0-0a50b05_GH0.tar.gz) = 32657 >diff --git a/security/opendoas/pkg-descr b/security/opendoas/pkg-descr >new file mode 100644 >index 000000000..4ea00a53f >--- /dev/null >+++ b/security/opendoas/pkg-descr >@@ -0,0 +1,3 @@ >+This is a port of OpenDoas, which in itself is a port of OpenBSD's doas for >+Linux and MacOS. OpenDoas unlike OpenBSD's doas supports persist on FreeBSD >+(and Linux + MacOS). >diff --git a/security/opendoas/pkg-plist b/security/opendoas/pkg-plist >new file mode 100644 >index 000000000..2e8b7cdf8 >--- /dev/null >+++ b/security/opendoas/pkg-plist >@@ -0,0 +1,3 @@ >+bin/doas >+share/man/man1/doas.1.gz >+share/man/man5/doas.conf.5.gz >-- >2.45.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279598
:
251302
|
251303
|
251313
|
251314
|
251322
|
251323
|
251324