diff --git a/SPECS/krb5.spec b/SPECS/krb5.spec index aa6da05..564abf7 100644 --- a/SPECS/krb5.spec +++ b/SPECS/krb5.spec @@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.18.2 # for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces) -Release: 5.1%{?dist} +Release: 6%{?dist} # lookaside-cached sources; two downloads and a build artifact Source0: https://web.mit.edu/kerberos/dist/krb5/1.18/krb5-%{version}%{prerelease}.tar.gz @@ -53,7 +53,7 @@ Patch4: downstream-netlib-and-dns.patch Patch5: downstream-fix-debuginfo-with-y.tab.c.patch Patch6: downstream-Remove-3des-support.patch Patch7: rhel-Use-backported-version-of-OpenSSL-3-KDF-interfa.patch -Patch108: downstream-FIPS-with-PRNG-and-RADIUS-and-MD4.patch +Patch8: downstream-FIPS-with-PRNG-and-RADIUS-and-MD4-5.patch Patch110: Allow-certauth-modules-to-set-hw-authent-flag.patch Patch112: Refresh-manually-acquired-creds-from-client-keytab.patch Patch114: Add-finalization-safety-check-to-com_err.patch @@ -73,6 +73,7 @@ Patch127: Pass-channel-bindings-through-SPNEGO.patch Patch128: Add-channel-bindings-tests.patch Patch129: Ignore-bad-enctypes-in-krb5_string_to_keysalts.patch Patch130: Fix-leak-in-KERB_AP_OPTIONS_CBT-server-support.patch +Patch131: Unify-kvno-option-documentation.patch License: MIT URL: http://web.mit.edu/kerberos/www/ @@ -683,6 +684,14 @@ exit 0 %{_libdir}/libkadm5srv_mit.so.* %changelog +* Wed Oct 21 2020 Robbie Harwood - 1.18.2-6 +- Enable MD5 override for FIPS RADIUS +- Resolves: #1872689 + +* Thu Oct 15 2020 Robbie Harwood - 1.18.2-5.2 +- Unify kvno option documentation +- Resolves: #1869055 + * Wed Oct 14 2020 Robbie Harwood - 1.18.2-5.1 - Fix upstream URLs in spec file - Resolves: #1868039