Page MenuHomeFreeBSD

pkgbase: split kerberos binaries and libs
ClosedPublic

Authored by dfr on Aug 3 2022, 7:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 2:50 PM
Unknown Object (File)
Jan 28 2024, 4:19 AM
Unknown Object (File)
Jan 17 2024, 8:58 AM
Unknown Object (File)
Jan 17 2024, 4:20 AM
Unknown Object (File)
Dec 20 2023, 1:04 AM
Unknown Object (File)
Dec 13 2023, 6:16 AM
Unknown Object (File)
Dec 1 2023, 10:11 AM
Unknown Object (File)
Dec 1 2023, 10:11 AM
Subscribers

Details

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.

MFC after: 2 weeks

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46733
Build 43622: arc lint + arc unit

Event Timeline

dfr requested review of this revision.Aug 3 2022, 7:11 AM

You need to modify release/package/Makefile.package to add comments/desc for the new package.

Updated Makefile.package to add entries for kerberos-lib

LGTM, please add in the commit message that sshd is one of those binaries that one might want to install without having all the kerberos binaries pulled in.

This revision is now accepted and ready to land.Aug 3 2022, 9:04 AM

Add an example use-case for kerberos-lib to the commit message.

This revision now requires review to proceed.Aug 3 2022, 9:21 AM

FIx a typo in Makefie.packages

This revision was not accepted when it landed; it landed in state Needs Review.Aug 3 2022, 10:04 AM
This revision was automatically updated to reflect the committed changes.