| #
1876de60
|
| 18-Dec-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Expose missing symbols
Add symbols found in the port but not in base. This requires replacing a shared libkrb5profile.so with libkrb5profile.a (with -fPIC so it can be used by shared libraries
krb5: Expose missing symbols
Add symbols found in the port but not in base. This requires replacing a shared libkrb5profile.so with libkrb5profile.a (with -fPIC so it can be used by shared libraries). We do this by making libkrb5profile INTERNALLIB.
Base currently has libkrb5profile in a shared library. The patch moves those functions to the various "consumer" libraries as the port does.
Symbols that should be in the other libraries are in libkrb5profile.so. This is causing some ports issues.
PR: 291695 Reported by: michaelo, markj, Chris Inacio <inacio@andrew.cmu.edu> Tested by: michaelo Fixes: ae07a5805b19 Reviewed by: michaelo (previous version) MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D54323
show more ...
|
| #
4680e7fc
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Replace version maps with generated version maps
Suggested by: jhb Fixes: ae07a5805b19
|
| #
ae07a580
|
| 22-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Add version maps
Shared objects must have version maps. These were copied from upstream's *.exports files.
Reminded by: kib Fixes: ee3960cba106
|
| #
1876de60
|
| 18-Dec-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Expose missing symbols
Add symbols found in the port but not in base. This requires replacing a shared libkrb5profile.so with libkrb5profile.a (with -fPIC so it can be used by shared libraries
krb5: Expose missing symbols
Add symbols found in the port but not in base. This requires replacing a shared libkrb5profile.so with libkrb5profile.a (with -fPIC so it can be used by shared libraries). We do this by making libkrb5profile INTERNALLIB.
Base currently has libkrb5profile in a shared library. The patch moves those functions to the various "consumer" libraries as the port does.
Symbols that should be in the other libraries are in libkrb5profile.so. This is causing some ports issues.
PR: 291695 Reported by: michaelo, markj, Chris Inacio <inacio@andrew.cmu.edu> Tested by: michaelo Fixes: ae07a5805b19 Reviewed by: michaelo (previous version) MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D54323
show more ...
|
| #
4680e7fc
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Replace version maps with generated version maps
Suggested by: jhb Fixes: ae07a5805b19
|
| #
ae07a580
|
| 22-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Add version maps
Shared objects must have version maps. These were copied from upstream's *.exports files.
Reminded by: kib Fixes: ee3960cba106
|
| #
1876de60
|
| 18-Dec-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Expose missing symbols
Add symbols found in the port but not in base. This requires replacing a shared libkrb5profile.so with libkrb5profile.a (with -fPIC so it can be used by shared libraries
krb5: Expose missing symbols
Add symbols found in the port but not in base. This requires replacing a shared libkrb5profile.so with libkrb5profile.a (with -fPIC so it can be used by shared libraries). We do this by making libkrb5profile INTERNALLIB.
Base currently has libkrb5profile in a shared library. The patch moves those functions to the various "consumer" libraries as the port does.
Symbols that should be in the other libraries are in libkrb5profile.so. This is causing some ports issues.
PR: 291695 Reported by: michaelo, markj, Chris Inacio <inacio@andrew.cmu.edu> Tested by: michaelo Fixes: ae07a5805b19 Reviewed by: michaelo (previous version) MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D54323
show more ...
|
| #
4680e7fc
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Replace version maps with generated version maps
Suggested by: jhb Fixes: ae07a5805b19
|
| #
ae07a580
|
| 22-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Add version maps
Shared objects must have version maps. These were copied from upstream's *.exports files.
Reminded by: kib Fixes: ee3960cba106
|