Explicitly use openssl rather than builtin crypto

Resolves: #1570910
This commit is contained in:
Robbie Harwood 2018-04-23 17:11:51 +00:00
parent a48c97c32b
commit 58b0bd97d4

View File

@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
Name: krb5 Name: krb5
Version: 1.16 Version: 1.16
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces) # for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
Release: 22%{?dist} Release: 23%{?dist}
# lookaside-cached sources; two downloads and a build artifact # lookaside-cached sources; two downloads and a build artifact
Source0: https://web.mit.edu/kerberos/dist/krb5/1.16/krb5-%{version}%{prerelease}.tar.gz Source0: https://web.mit.edu/kerberos/dist/krb5/1.16/krb5-%{version}%{prerelease}.tar.gz
@ -350,6 +350,7 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`"
--with-dirsrv-account-locking \ --with-dirsrv-account-locking \
%endif %endif
--enable-pkinit \ --enable-pkinit \
--with-crypto-impl=openssl \
--with-pkinit-crypto-impl=openssl \ --with-pkinit-crypto-impl=openssl \
--with-tls-impl=openssl \ --with-tls-impl=openssl \
--with-system-verto \ --with-system-verto \
@ -743,6 +744,10 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.* %{_libdir}/libkadm5srv_mit.so.*
%changelog %changelog
* Mon Apr 23 2018 Robbie Harwood <rharwood@redhat.com> - 1.16-23
- Explicitly use openssl rather than builtin crypto
- Resolves: #1570910
* Tue Apr 17 2018 Robbie Harwood <rharwood@redhat.com> - 1.16-22 * Tue Apr 17 2018 Robbie Harwood <rharwood@redhat.com> - 1.16-22
- Merge duplicate subsections in profile library - Merge duplicate subsections in profile library