FreeBSD Bugzilla – Attachment 251322 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 [5]
OpenDoas.patch (text/plain), 3.44 KB, created by
Cathal O'Grady
on 2024-06-09 15:01:42 UTC
(
hide
)
Description:
Patch adding opendoas port [5]
Filename:
MIME Type:
Creator:
Cathal O'Grady
Created:
2024-06-09 15:01:42 UTC
Size:
3.44 KB
patch
obsolete
>From 770fd8be335afabf57e2d817d22d62f2009ff044 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 | 34 ++++++++++++++++++++++++++++++++++ > security/opendoas/distinfo | 7 +++++++ > security/opendoas/pkg-descr | 3 +++ > security/opendoas/pkg-plist | 3 +++ > 5 files changed, 48 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..82fceec66 >--- /dev/null >+++ b/security/opendoas/Makefile >@@ -0,0 +1,34 @@ >+PORTNAME= opendoas >+DISTVERSION= v6.8.2 >+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 >+ >+PATCH_SITES= https://github.com/Duncaen/OpenDoas/commit/ >+USES= gmake >+USE_GITHUB= yes >+GH_ACCOUNT= Duncaen >+GH_PROJECT= OpenDoas >+GH_TAGNAME= v6.8.2 >+ >+# pam: always print pam_conv messages to stderr: >+# https://github.com/Duncaen/OpenDoas/issues/95 >+PATCHFILES+= b96106b7e34ac591ae78b1684e9be3a265122463.patch:-p1 >+# Added freebsd support for timestamp (persist): >+# https://github.com/Duncaen/OpenDoas/pull/127 >+PATCHFILES+= 97218322213274eb24ab633e09478075b2282ab3.patch:-p1 >+ >+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..cd9e532de >--- /dev/null >+++ b/security/opendoas/distinfo >@@ -0,0 +1,7 @@ >+TIMESTAMP = 1717941299 >+SHA256 (Duncaen-OpenDoas-v6.8.2_GH0.tar.gz) = 6da058a0e70b7543bc60624389b0b00b686189ec933828c522bf8b2600495a67 >+SIZE (Duncaen-OpenDoas-v6.8.2_GH0.tar.gz) = 32430 >+SHA256 (b96106b7e34ac591ae78b1684e9be3a265122463.patch) = fef9f90a5eda5e9b76c507253a843bf7a7a02d4b85c579f27265d9a8c61522e8 >+SIZE (b96106b7e34ac591ae78b1684e9be3a265122463.patch) = 666 >+SHA256 (97218322213274eb24ab633e09478075b2282ab3.patch) = 2017e00deb68a00e7601211037f44c018b88fcf0f7929f9f9cb6fa72fae8febd >+SIZE (97218322213274eb24ab633e09478075b2282ab3.patch) = 2217 >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