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)
Sat, Mar 8, 4:05 AM
Unknown Object (File)
Mar 4 2025, 12:52 PM
Unknown Object (File)
Mar 1 2025, 2:55 PM
Unknown Object (File)
Feb 22 2025, 2:36 PM
Unknown Object (File)
Feb 6 2025, 5:48 PM
Unknown Object (File)
Jan 30 2025, 4:36 PM
Unknown Object (File)
Jan 30 2025, 3:31 AM
Unknown Object (File)
Jan 24 2025, 3:09 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.