- restore plaintext password storage by default (per upstream)
This commit is contained in:
parent
51ac7213d5
commit
55ecc645f7
@ -301,6 +301,7 @@ export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
|
|||||||
--with-ruby-sitedir=%{ruby_vendorarchdir} \
|
--with-ruby-sitedir=%{ruby_vendorarchdir} \
|
||||||
--with-ruby-test-verbose=verbose \
|
--with-ruby-test-verbose=verbose \
|
||||||
--with-apxs=%{_httpd_apxs} --disable-mod-activation \
|
--with-apxs=%{_httpd_apxs} --disable-mod-activation \
|
||||||
|
--enable-plaintext-password-storage \
|
||||||
--with-apache-libexecdir=%{_httpd_moddir} \
|
--with-apache-libexecdir=%{_httpd_moddir} \
|
||||||
--disable-static --with-sasl=%{_prefix} \
|
--disable-static --with-sasl=%{_prefix} \
|
||||||
--with-libmagic=%{_prefix} \
|
--with-libmagic=%{_prefix} \
|
||||||
@ -593,6 +594,7 @@ make check-javahl
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 8 2023 Joe Orton <jorton@redhat.com> - 1.14.2-21
|
* Wed Nov 8 2023 Joe Orton <jorton@redhat.com> - 1.14.2-21
|
||||||
|
- restore plaintext password storage by default (per upstream)
|
||||||
- restrict symbols exposed by DSOs built for httpd
|
- restrict symbols exposed by DSOs built for httpd
|
||||||
|
|
||||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.2-20
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.2-20
|
||||||
|
Loading…
Reference in New Issue
Block a user