]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: split kerberos binaries and libs
authorDoug Rabson <dfr@FreeBSD.org>
Fri, 29 Jul 2022 09:14:34 +0000 (10:14 +0100)
committerDoug Rabson <dfr@FreeBSD.org>
Fri, 19 Aug 2022 13:27:16 +0000 (14:27 +0100)
commitf5bbed62172b067cd8a2cf685b3b1314cf883efa
treedeab1af75de92a11f7d25eb985b351bd7ef4a612
parent55f186a13a4fb48ee943047f074988c6385e9866
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

(cherry picked from commit 6e4dbb7feff42275c3025dbc25d6ea6cce4e5fd7)
21 files changed:
kerberos5/lib/libasn1/Makefile
kerberos5/lib/libgssapi_krb5/Makefile
kerberos5/lib/libgssapi_ntlm/Makefile
kerberos5/lib/libgssapi_spnego/Makefile
kerberos5/lib/libhdb/Makefile
kerberos5/lib/libheimbase/Makefile
kerberos5/lib/libheimipcc/Makefile
kerberos5/lib/libheimipcs/Makefile
kerberos5/lib/libheimntlm/Makefile
kerberos5/lib/libhx509/Makefile
kerberos5/lib/libkadm5clnt/Makefile
kerberos5/lib/libkadm5srv/Makefile
kerberos5/lib/libkafs5/Makefile
kerberos5/lib/libkdc/Makefile
kerberos5/lib/libkrb5/Makefile
kerberos5/lib/libroken/Makefile
kerberos5/lib/libsl/Makefile
kerberos5/lib/libvers/Makefile
kerberos5/lib/libwind/Makefile
lib/libgssapi/Makefile
release/packages/Makefile.package