{section: Unsorted notes}
{subsection: Updating/upgrading}
+*Update build/cmake/CondorConfigure.cmake, looking for a line like
+{code}
+add_subdirectory(${CONDOR_EXTERNAL_DIR}/bundles/krb5/1.4.3-p1)
+{endcode}
*: A Windows specific build file (build-*.bat) may have the version number hard coded into it. You'll need to update it by hand.
*: The version number is embedded in externals/bundle/packagename/version/CMakeLists.txt. Look for something like
{code} condor_pre_external( KRB5 krb5-1.4.3-p0 "lib;include" "include/krb5.h"){endcode}