1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

security/portacl-rc: Add new port

portacl-rc is an rc(8) script for mac_portacl(4), allowing administrators
to limit or permit binding to local UDP and TCP ports that would otherwise
be privileged to the superuser.

PR:		273275
This commit is contained in:
Thomas Hurst 2023-08-22 01:36:42 +00:00 committed by Robert Clausecker
parent b76776338b
commit 82f6916a4d
4 changed files with 33 additions and 0 deletions

View File

@ -828,6 +828,7 @@
SUBDIR += plasma5-kwallet-pam
SUBDIR += please
SUBDIR += poly1305aes
SUBDIR += portacl-rc
SUBDIR += proftpd-mod_clamav
SUBDIR += proxycheck
SUBDIR += proxytunnel

View File

@ -0,0 +1,26 @@
PORTNAME= portacl-rc
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
CATEGORIES= security net
MAINTAINER= tom@hur.st
COMMENT= RC script for mac_portacl(4)
WWW= https://github.com/Freaky/portacl
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= Freaky
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= etc/rc.d/portacl \
man/man5/portacl.5.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portacl ${STAGEDIR}${PREFIX}/etc/rc.d
${INSTALL_MAN} ${WRKSRC}/portacl.5 ${STAGEDIR}${MANPREFIX}/man/man5
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1692670526
SHA256 (Freaky-portacl-rc-v0.9.0_GH0.tar.gz) = 28603e78b33001a9b7edcc7bbf76c8894a71f32bab9d7af57751bf9d8c44507c
SIZE (Freaky-portacl-rc-v0.9.0_GH0.tar.gz) = 57186

View File

@ -0,0 +1,3 @@
portacl-rc is an rc(8) script for mac_portacl(4), allowing administrators
to limit or permit binding to local UDP and TCP ports that would otherwise
be privileged to the superuser.