Page MenuHomeFreeBSD

krb5: Import MIT 1.22.1
ClosedPublic

Authored by cy on Thu, Aug 21, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 4, 11:36 AM
Unknown Object (File)
Sun, Aug 31, 11:31 PM
Unknown Object (File)
Wed, Aug 27, 1:01 PM
Unknown Object (File)
Wed, Aug 27, 1:01 PM
Unknown Object (File)
Wed, Aug 27, 1:00 PM
Unknown Object (File)
Tue, Aug 26, 12:13 PM
Unknown Object (File)
Tue, Aug 26, 12:06 PM
Unknown Object (File)
Tue, Aug 26, 9:13 AM
Subscribers

Details

Summary

Security: CVE-2025-57736

Test Plan

Running here.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cy requested review of this revision.Thu, Aug 21, 4:33 PM
cy added a reviewer: krb5.

This is the git-arc created revision.

This is a vendor branch merge . The diffs are rooted from contrib/krb5, just as vendor branch git-diff output is.

Update KRB5_VERSION in krb5/Makefile.inc.

Could we perhaps drop all that documentation? It will make future vendor imports marginally more annoying (you'll get a conflict on every single missing file, but it's trivially resolved by git rm -r crypto/krb5/doc) but much easier to review.

des requested changes to this revision.Mon, Aug 25, 10:47 AM

This appears to be relative to crypto/krb5 rather than the root of the source tree, and does not include necessary changes to the krb5 tree (e.g. krb5/include/autoconf.h. I'm not sure how you got to this point. See for instance D52103 which is the result of git subtree -P contrib/tzcode merge freebsd/vendor/tzcode followed by git commit and git arc create HEAD.

This revision now requires changes to proceed.Mon, Aug 25, 10:47 AM
In D52100#1191122, @des wrote:

This appears to be relative to crypto/krb5 rather than the root of the source tree, and does not include necessary changes to the krb5 tree (e.g. krb5/include/autoconf.h. I'm not sure how you got to this point. See for instance D52103 which is the result of git subtree -P contrib/tzcode merge freebsd/vendor/tzcode followed by git commit and git arc create HEAD.

A subsequent copy has all the latest updates. I've yet to uploaded it again.

Bring in the latest patches to version strings as discussed
and as running here all weekend.

This revision is now accepted and ready to land.Mon, Aug 25, 9:38 PM
krb5/include/autoconf.h
644

spurious -final?

This revision was automatically updated to reflect the committed changes.