Bug 273275

Summary: [NEW PORT] security/portacl-rc: RC script for mac_portacl(4)
Product: Ports & Packages Reporter: Thomas Hurst <tom>
Component: Individual Port(s)Assignee: Robert Clausecker <fuz>
Status: Closed FIXED    
Severity: Affects Only Me CC: fuz
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/Freaky/portacl-rc/releases/tag/v0.9.0
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273208
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273181
Attachments:
Description Flags
Git patch for security/portacl-rc
none
Git patch for security/portacl-rc none

Description Thomas Hurst 2023-08-22 02:06:48 UTC
Created attachment 244273 [details]
Git patch for security/portacl-rc

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.

----

Passes poudriere testport, portlint, portfmt, and portclippy.  Tested on 13.2-RELEASE.
Comment 1 Thomas Hurst 2023-08-22 02:17:47 UTC
Created attachment 244274 [details]
Git patch for security/portacl-rc

Minor fix for misattributed copyright in the man page.
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-09-11 00:21:35 UTC
LGTM.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-09-12 14:58:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82f6916a4dac34ee3b4d235e74fce9e0eb6bedb4

commit 82f6916a4dac34ee3b4d235e74fce9e0eb6bedb4
Author:     Thomas Hurst <tom@hur.st>
AuthorDate: 2023-08-22 01:36:42 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-12 14:55:19 +0000

    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

 security/Makefile                   |  1 +
 security/portacl-rc/Makefile (new)  | 26 ++++++++++++++++++++++++++
 security/portacl-rc/distinfo (new)  |  3 +++
 security/portacl-rc/pkg-descr (new) |  3 +++
 4 files changed, 33 insertions(+)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-09-12 15:01:12 UTC
Thank you for your contribution.