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)
Mar 11 2024, 12:20 PM
Unknown Object (File)
Mar 11 2024, 12:20 PM
Unknown Object (File)
Mar 11 2024, 12:20 PM
Unknown Object (File)
Mar 8 2024, 12:41 AM
Unknown Object (File)
Jan 23 2024, 12:49 AM
Unknown Object (File)
Jan 12 2024, 3:13 PM
Unknown Object (File)
Jan 3 2024, 7:01 PM
Unknown Object (File)
Jan 3 2024, 7: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.