krb5: Make the build a bit quietercompile_et.sh is run during buildworld and prints a bunch of debugoutput. It's intrusive and probably not needed, at least by default, solet's make the build ou
krb5: Make the build a bit quietercompile_et.sh is run during buildworld and prints a bunch of debugoutput. It's intrusive and probably not needed, at least by default, solet's make the build output a bit cleaner. This is an upstream script,but it hasn't been modified in 15 years so the local modification isunlikely to cause any pain.Also remove a print that shows up in buildworld -s output.Reviewed by: cyMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D55317
show more ...
mit-krb5.pc: Add missing -lkrb5profileFixes the ports that prefer static linking:https://reviews.freebsd.org/D49277Reviewed by: ivy, dch, cySponsored by: SkunkWerks, GmbHDifferential Revision:
mit-krb5.pc: Add missing -lkrb5profileFixes the ports that prefer static linking:https://reviews.freebsd.org/D49277Reviewed by: ivy, dch, cySponsored by: SkunkWerks, GmbHDifferential Revision: https://reviews.freebsd.org/D52910
krb5: Remove testsTests contains a file that contains spaces in it. This causes thefreebsd-update build scripts some issues. As we don't need the testsdirectory let's simply remove it.MFC after
krb5: Remove testsTests contains a file that contains spaces in it. This causes thefreebsd-update build scripts some issues. As we don't need the testsdirectory let's simply remove it.MFC after: 3 days or as determined by re@MFC to: stable/15
krb5: Update to 1.22.1Reviewed by: desDifferential revision: https://reviews.freebsd.org/D52100Merge commit 'e5fe63eaf1d35ebbeac17eeed04cf873fbb9b3da' into main
krb5: Remove documentationRequested by des in D52100.
krb5: Fix MIT KRB5 Bug #9181According to https://krbdev.mit.edu/rt/Ticket/Display.html?id=9181,The function verify_mic_v3() in src/lib/gssapi/krb5/verify_mic.ccalls kg_verify_checksum_v3() as it
krb5: Fix MIT KRB5 Bug #9181According to https://krbdev.mit.edu/rt/Ticket/Display.html?id=9181,The function verify_mic_v3() in src/lib/gssapi/krb5/verify_mic.ccalls kg_verify_checksum_v3() as it returns an OM_uint32 statusbut kg_verify_checksum_v3() returns a krb5_boolean which hasthe opposite interpretation: - OM_uint32 0 is GSS_S_COMPLETE so no error - krb5_boolean 0 is false so failureThis patch will be in MIT KRB5 1.22.1.Obtained from: Greg Hudson <rt@krbdev.mit.edu> on krbdev.mit.edu ML.Reviewed by: ivy, ngieDifferential review: https://reviews.freebsd.org/D51990
krb5: Update MIT KRB5 from 1.21 to 1.22Merge commit 'd82a140dad3a571d66abb2da24acbba90191f168'
krb5: Rename the ALIGN macro in aestab.hThis conflicts with ALIGN() from <sys/param.h>. Rather than tryingto excise <sys/param.h> from all of krb5, rename the macro.Reviewed by: des (previous v
krb5: Rename the ALIGN macro in aestab.hThis conflicts with ALIGN() from <sys/param.h>. Rather than tryingto excise <sys/param.h> from all of krb5, rename the macro.Reviewed by: des (previous version), cyDifferential Revision: https://reviews.freebsd.org/D51574
krb5: remove libedit from the bootstrap toolslibedit breaks the bootstrap on MacOS and Linux.Activate libedit only for the regular build not for the bootstraptoolsWhile here fix the definition
krb5: remove libedit from the bootstrap toolslibedit breaks the bootstrap on MacOS and Linux.Activate libedit only for the regular build not for the bootstraptoolsWhile here fix the definition of the dependency chain betweenlibkrb5ss and libedit (and libtinfow) via src.libnames.mkRemove a local patch to find the readline compatible header andfind them via proper CFLAGS.
krb5: Apply patches to build under FreeBSDThese patches fix the MIT KRB5 on FreeBSD. Some are obtained fromports/security/krb5-121.Sponsored by: The FreeBSD Foundation
krb5: Import MIT 1.21.3Import MIT KRB5 1.21.3, which will gracefully replace KTH Heimdal.The tarball used in this import is the same tarball used inports/krb5-121.The Makefiles to add MIT KRB5
krb5: Import MIT 1.21.3Import MIT KRB5 1.21.3, which will gracefully replace KTH Heimdal.The tarball used in this import is the same tarball used inports/krb5-121.The Makefiles to add MIT KRB5 to the build will be added later.Obtained from: http://web.mit.edu/kerberos/dist/Sponsored by: The FreeBSD FoundationAdd 'crypto/krb5/' from commit '8f7d3ef26dec89a92ec0665de84a5936310a5574'git-subtree-dir: crypto/krb5git-subtree-mainline: bf6873c5786e333d679a7838d28812febf479a8agit-subtree-split: 8f7d3ef26dec89a92ec0665de84a5936310a5574