| #
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 ...
|
| #
f825427c
|
| 11-Dec-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Add missing symbol
Submitted by: lampa@fit.vutbr.cz PR: 291565 MFC after: 1 day
|
| #
f1c4c3da
|
| 10-Aug-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Update MIT KRB5 from 1.21 to 1.22
Merge commit 'd82a140dad3a571d66abb2da24acbba90191f168'
|
| #
110111a6
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
Revert "krb5: Use Heimdal DSO names"
This is incorrect.
This reverts commit 5f8493bbf479922ee027e2ee7dc733f29f66dd6d.
|
| #
5f8493bb
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Use Heimdal DSO names
Using MIT DSO names breaks the libc ABI, we are forced to use Heimdal DSO names. This is not optimal but necessary.
Fixes: e447c252d0ec Requested by: kib
|
| #
e447c252
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Merge Heimdal common functions into version maps
Requested by: kib
|
| #
4680e7fc
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Replace version maps with generated version maps
Suggested by: jhb Fixes: ae07a5805b19
|
| #
f58febc4
|
| 22-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Correct version maps
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 ...
|
| #
f825427c
|
| 11-Dec-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Add missing symbol
Submitted by: lampa@fit.vutbr.cz PR: 291565 MFC after: 1 day
|
| #
f1c4c3da
|
| 10-Aug-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Update MIT KRB5 from 1.21 to 1.22
Merge commit 'd82a140dad3a571d66abb2da24acbba90191f168'
|
| #
110111a6
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
Revert "krb5: Use Heimdal DSO names"
This is incorrect.
This reverts commit 5f8493bbf479922ee027e2ee7dc733f29f66dd6d.
|
| #
5f8493bb
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Use Heimdal DSO names
Using MIT DSO names breaks the libc ABI, we are forced to use Heimdal DSO names. This is not optimal but necessary.
Fixes: e447c252d0ec Requested by: kib
|
| #
e447c252
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Merge Heimdal common functions into version maps
Requested by: kib
|
| #
4680e7fc
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Replace version maps with generated version maps
Suggested by: jhb Fixes: ae07a5805b19
|
| #
f58febc4
|
| 22-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Correct version maps
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 ...
|
| #
f825427c
|
| 11-Dec-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Add missing symbol
Submitted by: lampa@fit.vutbr.cz PR: 291565 MFC after: 1 day
|
| #
f1c4c3da
|
| 10-Aug-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Update MIT KRB5 from 1.21 to 1.22
Merge commit 'd82a140dad3a571d66abb2da24acbba90191f168'
|
| #
110111a6
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
Revert "krb5: Use Heimdal DSO names"
This is incorrect.
This reverts commit 5f8493bbf479922ee027e2ee7dc733f29f66dd6d.
|
| #
5f8493bb
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Use Heimdal DSO names
Using MIT DSO names breaks the libc ABI, we are forced to use Heimdal DSO names. This is not optimal but necessary.
Fixes: e447c252d0ec Requested by: kib
|
| #
e447c252
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Merge Heimdal common functions into version maps
Requested by: kib
|
| #
4680e7fc
|
| 24-Jul-2025 |
Cy Schubert <cy@FreeBSD.org> |
krb5: Replace version maps with generated version maps
Suggested by: jhb Fixes: ae07a5805b19
|