#31 build and load mod_authnz_fcgi
Merged a year ago by jorton. Opened a year ago by jorton.
rpms/ jorton/httpd add-authz-fcgi  into  rawhide

file modified
+1
@@ -15,6 +15,7 @@ 

  LoadModule authn_dbm_module modules/mod_authn_dbm.so

  LoadModule authn_file_module modules/mod_authn_file.so

  LoadModule authn_socache_module modules/mod_authn_socache.so

+ LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so

  LoadModule authz_core_module modules/mod_authz_core.so

  LoadModule authz_dbd_module modules/mod_authz_dbd.so

  LoadModule authz_dbm_module modules/mod_authz_dbm.so

file modified
+5 -2
@@ -24,7 +24,7 @@ 

  Summary: Apache HTTP Server

  Name: httpd

  Version: 2.4.55

- Release: 2%{?dist}

+ Release: 3%{?dist}

  URL: https://httpd.apache.org/

  Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2

  Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
@@ -379,7 +379,7 @@ 

          --enable-cache \

          --enable-disk-cache \

          --enable-ldap --enable-authnz-ldap \

-         --enable-cgid --enable-cgi \

+         --enable-cgid --enable-cgi --enable-authnz-fcgi \

          --enable-cgid-fdpassing \

          --enable-authn-anon --enable-authn-alias \

          --enable-systemd \
@@ -850,6 +850,9 @@ 

  %{_rpmconfigdir}/macros.d/macros.httpd

  

  %changelog

+ * Tue Mar  7 2023 Joe Orton <jorton@redhat.com> - 2.4.55-3

+ - build and load mod_authnz_fcgi

+ 

  * Fri Feb 03 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.4.55-2

  - rebuilt with new apr/apr-util

  

no initial comment

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/08863679da2249218a9cdab5a5f31bdb

Pull-Request has been merged by jorton

a year ago
Metadata