From 583ca3ed67bb7baf15944bdec6671746b0cac77472632ce664e64d6d629ee499 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 7 Apr 2016 07:41:41 +0000 Subject: [PATCH] Accepting request 383961 from home:pgajdos:apache2 - enable authnz_fcgi module OBS-URL: https://build.opensuse.org/request/show/383961 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=472 --- apache2.changes | 5 +++++ apache2.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/apache2.changes b/apache2.changes index 2d622ae..98c5e62 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 4 11:19:14 UTC 2016 - pgajdos@suse.com + +- enable authnz_fcgi module + ------------------------------------------------------------------- Mon Dec 14 16:44:55 UTC 2015 - pgajdos@suse.com diff --git a/apache2.spec b/apache2.spec index 50d5169..93541d4 100644 --- a/apache2.spec +++ b/apache2.spec @@ -380,6 +380,7 @@ function configure { --with-ldap \ --enable-ldap \ --enable-authnz_ldap \ + --enable-authnz-fcgi \ --enable-proxy \ --enable-proxy-connect \ --enable-proxy-ftp \ @@ -854,6 +855,7 @@ mv %{buildroot}/%{sysconfdir}/original . %{_libdir}/%{name}-prefork/mod_authn_file.so %{_libdir}/%{name}-prefork/mod_authn_socache.so %{_libdir}/%{name}-prefork/mod_authnz_ldap.so +%{_libdir}/%{name}-prefork/mod_authnz_fcgi.so %{_libdir}/%{name}-prefork/mod_authz_core.so %{_libdir}/%{name}-prefork/mod_authz_dbd.so %{_libdir}/%{name}-prefork/mod_authz_dbm.so @@ -977,6 +979,7 @@ mv %{buildroot}/%{sysconfdir}/original . %{_libdir}/%{name}-worker/mod_authn_file.so %{_libdir}/%{name}-worker/mod_authn_socache.so %{_libdir}/%{name}-worker/mod_authnz_ldap.so +%{_libdir}/%{name}-worker/mod_authnz_fcgi.so %{_libdir}/%{name}-worker/mod_authz_core.so %{_libdir}/%{name}-worker/mod_authz_dbd.so %{_libdir}/%{name}-worker/mod_authz_dbm.so @@ -1100,6 +1103,7 @@ mv %{buildroot}/%{sysconfdir}/original . %{_libdir}/%{name}-event/mod_authn_file.so %{_libdir}/%{name}-event/mod_authn_socache.so %{_libdir}/%{name}-event/mod_authnz_ldap.so +%{_libdir}/%{name}-event/mod_authnz_fcgi.so %{_libdir}/%{name}-event/mod_authz_core.so %{_libdir}/%{name}-event/mod_authz_dbd.so %{_libdir}/%{name}-event/mod_authz_dbm.so