Page MenuHomeFreeBSD

pkgbase: Create a FreeBSD-tcpd package
ClosedPublic

Authored by manu on Dec 14 2021, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 7:56 PM
Unknown Object (File)
Nov 19 2024, 2:42 PM
Unknown Object (File)
Nov 13 2024, 2:12 PM
Unknown Object (File)
Oct 25 2024, 3:29 PM
Unknown Object (File)
Sep 21 2024, 12:49 PM
Unknown Object (File)
Sep 12 2024, 6:22 PM
Unknown Object (File)
Sep 12 2024, 4:14 PM
Unknown Object (File)
Sep 11 2024, 2:01 PM

Details

Summary

And put the tcp-wrapper utilities in it.

MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43342
Build 40230: arc lint + arc unit

Event Timeline

manu requested review of this revision.Dec 14 2021, 3:44 PM
emaste added a subscriber: emaste.

on a related note I'd like to figure out how to handle libwrap too, or in the general case how to support libraries as optional pkgbase components

This revision is now accepted and ready to land.Dec 14 2021, 3:56 PM

on a related note I'd like to figure out how to handle libwrap too, or in the general case how to support libraries as optional pkgbase components

libwrap will be in runtime now. It's either this or create a FreeBSD-libwrap package.
This is every binary that needs libwrap :
/usr/sbin/bsnmpd
/usr/sbin/inetd
/usr/sbin/rpcbind
/usr/sbin/sshd
/usr/sbin/tcpdchk
/usr/sbin/tcpdmatch
/usr/sbin/ypserv
/usr/libexec/tcpd
/usr/libexec/tftpd

This revision was automatically updated to reflect the committed changes.