FreeBSD Bugzilla – Attachment 251324 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 [6]
OpenDoas.patch (text/plain), 3.45 KB, created by
Cathal O'Grady
on 2024-06-09 15:46:54 UTC
(
hide
)
Description:
Patch adding opendoas port [6]
Filename:
MIME Type:
Creator:
Cathal O'Grady
Created:
2024-06-09 15:46:54 UTC
Size:
3.45 KB
patch
obsolete
>From b096734c8c1d97a383b4ed3fed1f9e4a701368df 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 | 36 ++++++++++++++++++++++++++++++++++++ > security/opendoas/distinfo | 7 +++++++ > security/opendoas/pkg-descr | 3 +++ > security/opendoas/pkg-plist | 3 +++ > 5 files changed, 50 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..4ff797911 >--- /dev/null >+++ b/security/opendoas/Makefile >@@ -0,0 +1,36 @@ >+PORTNAME= opendoas >+DISTVERSIONPREFIX= v >+DISTVERSION= 6.8.2 >+CATEGORIES= security >+DISTNAME= opendoas >+ >+PATCH_SITES= https://github.com/Duncaen/OpenDoas/commit/ >+# 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 >+ >+MAINTAINER= fierceinbattle@gmail.com >+COMMENT= Port of OpenDoas: a portable version of OpenBSD's doas >+WWW= https://github.com/Duncaen/OpenDoas >+ >+LICENSE= OPENDOAS >+LICENSE_NAME= OPENDOAS >+LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept >+ >+USES= gmake tar:xz >+USE_GITHUB= yes >+GH_ACCOUNT= Duncaen >+GH_PROJECT= OpenDoas >+ >+HAS_CONFIGURE= yes >+CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \ >+ --with-timestamp \ >+ --without-shadow >+ >+MAKEFILE= GNUmakefile >+ >+.include <bsd.port.mk> >diff --git a/security/opendoas/distinfo b/security/opendoas/distinfo >new file mode 100644 >index 000000000..fa6742070 >--- /dev/null >+++ b/security/opendoas/distinfo >@@ -0,0 +1,7 @@ >+TIMESTAMP = 1717943964 >+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