Bug 273275 - [NEW PORT] security/portacl-rc: RC script for mac_portacl(4)
Summary: [NEW PORT] security/portacl-rc: RC script for mac_portacl(4)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/Freaky/portacl-rc/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-22 02:06 UTC by Thomas Hurst
Modified: 2023-09-12 15:01 UTC (History)
1 user (show)

See Also:


Attachments
Git patch for security/portacl-rc (2.18 KB, application/mbox)
2023-08-22 02:06 UTC, Thomas Hurst
no flags Details
Git patch for security/portacl-rc (2.18 KB, patch)
2023-08-22 02:17 UTC, Thomas Hurst
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.