Mon, 11 Nov 2024 18:37:50 CST | login

Information for build mod_intercept_form_submit-1.1.0-5.el8

ID12592
Package Namemod_intercept_form_submit
Version1.1.0
Release5.el8
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/mod_intercept_form_submit.git#90b18d796da4e9c315dacd9d7a4e4a4fe1b309d4
SummaryApache module to intercept login form submission and run PAM authentication
Descriptionmod_intercept_form_submit can intercept submission of application login forms. It retrieves the login and password information from the POST HTTP request, runs PAM authentication with those credentials, and sets the REMOTE_USER environment variable if the authentication passes.
Built bydistrobuild
State complete
Volume DEFAULT
StartedMon, 26 Jul 2021 23:11:22 CST
CompletedMon, 26 Jul 2021 23:14:51 CST
Taskbuild (dist-circle8, /stage/rpms/mod_intercept_form_submit.git:90b18d796da4e9c315dacd9d7a4e4a4fe1b309d4)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/mod_intercept_form_submit.git?#90b18d796da4e9c315dacd9d7a4e4a4fe1b309d4'}}
Tags
dist-circle8
dist-circle8-compose
RPMs
src
mod_intercept_form_submit-1.1.0-5.el8.src.rpm (info) (download)
aarch64
mod_intercept_form_submit-1.1.0-5.el8.aarch64.rpm (info) (download)
mod_intercept_form_submit-debuginfo-1.1.0-5.el8.aarch64.rpm (info) (download)
mod_intercept_form_submit-debugsource-1.1.0-5.el8.aarch64.rpm (info) (download)
i686
mod_intercept_form_submit-1.1.0-5.el8.i686.rpm (info) (download)
mod_intercept_form_submit-debuginfo-1.1.0-5.el8.i686.rpm (info) (download)
mod_intercept_form_submit-debugsource-1.1.0-5.el8.i686.rpm (info) (download)
ppc64le
mod_intercept_form_submit-1.1.0-5.el8.ppc64le.rpm (info) (download)
mod_intercept_form_submit-debuginfo-1.1.0-5.el8.ppc64le.rpm (info) (download)
mod_intercept_form_submit-debugsource-1.1.0-5.el8.ppc64le.rpm (info) (download)
x86_64
mod_intercept_form_submit-1.1.0-5.el8.x86_64.rpm (info) (download)
mod_intercept_form_submit-debuginfo-1.1.0-5.el8.x86_64.rpm (info) (download)
mod_intercept_form_submit-debugsource-1.1.0-5.el8.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.0-3 - Rebuild due to bug in RPM (RHBZ #1468476) * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Nov 23 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.1.0-1 - Logging improvements. * Fri May 06 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.1-1 - Add support for InterceptGETOnSuccess. * Mon Mar 21 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-1 - 1319094 - the Requires(pre) httpd does not seem to be needed. * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Mon Jun 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.8-1 - 1109923 - Fix module loading/configuration for Apache 2.4. - Document the runtime dependency on pam_authenticate_with_login_password. - Comment/code cleanup. * Tue May 13 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.7-1 - No longer call lookup_identity_hook explicitly, hook order does the same. - Silence compile warnings by specifying C99. * Tue Apr 15 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.6-1 - Add support for InterceptFormLoginRealms. * Thu Jan 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.5-1 - 1058809 - .spec changes for Fedora package review.