View | Details | Raw Unified | Return to bug 279598 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/Makefile (+1 lines)
Lines 430-435 Link Here
430
    SUBDIR += openconnect-gui
430
    SUBDIR += openconnect-gui
431
    SUBDIR += opencryptoki
431
    SUBDIR += opencryptoki
432
    SUBDIR += openct
432
    SUBDIR += openct
433
    SUBDIR += opendoas
433
    SUBDIR += openfhe
434
    SUBDIR += openfhe
434
    SUBDIR += openfortivpn
435
    SUBDIR += openfortivpn
435
    SUBDIR += openiked
436
    SUBDIR += openiked
(-)b/security/opendoas/Makefile (+34 lines)
Added Link Here
1
PORTNAME=	opendoas
2
DISTVERSION=	v6.8.2
3
CATEGORIES=	security
4
DISTNAME=	opendoas
5
6
MAINTAINER=	fierceinbattle@gmail.com
7
COMMENT=	Port of OpenDoas: a portable version of OpenBSD's doas
8
WWW=		https://github.com/leath-dub/OpenDoas
9
10
LICENSE=	OPENDOAS
11
LICENSE_NAME=	OPENDOAS
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
14
15
PATCH_SITES=	https://github.com/Duncaen/OpenDoas/commit/
16
USES=		gmake
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	Duncaen
19
GH_PROJECT=	OpenDoas
20
GH_TAGNAME=	v6.8.2
21
22
# pam: always print pam_conv messages to stderr:
23
# https://github.com/Duncaen/OpenDoas/issues/95
24
PATCHFILES+=    b96106b7e34ac591ae78b1684e9be3a265122463.patch:-p1
25
# Added freebsd support for timestamp (persist):
26
# https://github.com/Duncaen/OpenDoas/pull/127
27
PATCHFILES+=    97218322213274eb24ab633e09478075b2282ab3.patch:-p1
28
29
HAS_CONFIGURE= 	yes
30
CONFIGURE_ARGS=	--without-shadow --with-timestamp --sysconfdir=${LOCALBASE}/etc
31
32
MAKEFILE=	GNUmakefile
33
34
.include <bsd.port.mk>
(-)b/security/opendoas/distinfo (+7 lines)
Added Link Here
1
TIMESTAMP = 1717941299
2
SHA256 (Duncaen-OpenDoas-v6.8.2_GH0.tar.gz) = 6da058a0e70b7543bc60624389b0b00b686189ec933828c522bf8b2600495a67
3
SIZE (Duncaen-OpenDoas-v6.8.2_GH0.tar.gz) = 32430
4
SHA256 (b96106b7e34ac591ae78b1684e9be3a265122463.patch) = fef9f90a5eda5e9b76c507253a843bf7a7a02d4b85c579f27265d9a8c61522e8
5
SIZE (b96106b7e34ac591ae78b1684e9be3a265122463.patch) = 666
6
SHA256 (97218322213274eb24ab633e09478075b2282ab3.patch) = 2017e00deb68a00e7601211037f44c018b88fcf0f7929f9f9cb6fa72fae8febd
7
SIZE (97218322213274eb24ab633e09478075b2282ab3.patch) = 2217
(-)b/security/opendoas/pkg-descr (+3 lines)
Added Link Here
1
This is a port of OpenDoas, which in itself is a port of OpenBSD's doas for
2
Linux and MacOS. OpenDoas unlike OpenBSD's doas supports persist on FreeBSD
3
(and Linux + MacOS).
(-)b/security/opendoas/pkg-plist (-1 / +3 lines)
Added Link Here
0
- 
1
bin/doas
2
share/man/man1/doas.1.gz
3
share/man/man5/doas.conf.5.gz

Return to bug 279598