HomeFreeBSD

pkgbase: split kerberos binaries and libs

Description

pkgbase: split kerberos binaries and libs

Summary:
This allows installing packages that depend on kerberos libraries
without pulling in all the binaries. It also moves libgssapi to runtime
to allow installing kerbereos libraries without adding a dependancy on
the large utilities package. It makes sense to put libgssapi in runtime
rather than kerberos-lib since this is a plugin layer which is intended
to support any GSS-API mechanisms, not just kerberos.

A good example of a package which uses kerberos libraries without
needing the kerberos utilities is sshd. This uses the kerberos GSS-API
libraries to implement its GSSAPIAuthentication option.

MFC after: 2 weeks

Subscribers: imp

Differential Revision: https://reviews.freebsd.org/D36028

Details

Provenance
dfrAuthored on Jul 29 2022, 9:14 AM
Differential Revision
D36028: pkgbase: split kerberos binaries and libs
Parents
rG08bb0873ca88: routing: fix panic for p2p interfaces after 800c68469ba6.
Branches
Unknown
Tags
Unknown