Page MenuHomeFreeBSD

pkgbase: Create a FreeBSD-tcpd package
ClosedPublic

Authored by manu on Dec 14 2021, 3:44 PM.
Tags
None
Referenced Files
F150234220: D33439.id100396.diff
Mon, Mar 30, 12:00 PM
Unknown Object (File)
Fri, Mar 27, 5:45 AM
Unknown Object (File)
Fri, Mar 20, 1:37 PM
Unknown Object (File)
Thu, Mar 19, 9:09 PM
Unknown Object (File)
Wed, Mar 11, 7:44 PM
Unknown Object (File)
Feb 9 2026, 11:43 PM
Unknown Object (File)
Feb 8 2026, 9:41 AM
Unknown Object (File)
Feb 8 2026, 7:22 AM

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.