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 13, 2:12 PM
Unknown Object (File)
Fri, Oct 25, 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
Unknown Object (File)
Sep 11 2024, 2:01 PM
Unknown Object (File)
Sep 4 2024, 3:57 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.