summaryrefslogtreecommitdiffstats
path: root/mod_intercept_form_submit.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-15 16:20:43 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-15 16:21:34 +0800
commitcb7352796250c7317c0b26f83c86d907684787b8 (patch)
tree6e750cf8814ea23aa2976a3b4b4118acc22bcefa /mod_intercept_form_submit.spec
parent5a2f5474d4d2c87a12089deb59202c46884acf7d (diff)
downloadmod_intercept_form_submit-cb7352796250c7317c0b26f83c86d907684787b8.tar.gz
mod_intercept_form_submit-cb7352796250c7317c0b26f83c86d907684787b8.tar.xz
mod_intercept_form_submit-cb7352796250c7317c0b26f83c86d907684787b8.zip
Move the processing to the middle of the fixup phase to allow mod_headers to process the result.mod_intercept_form_submit-0.9.3
Diffstat (limited to 'mod_intercept_form_submit.spec')
-rw-r--r--mod_intercept_form_submit.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index e9f7a59..a64a1c5 100644
--- a/mod_intercept_form_submit.spec
+++ b/mod_intercept_form_submit.spec
@@ -6,7 +6,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication.
Name: mod_intercept_form_submit
-Version: 0.9.2
+Version: 0.9.3
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -56,6 +56,10 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%{_httpd_moddir}/*.so
%changelog
+* Wed Jan 15 2014 Jan Pazdziora - 0.9.3-1
+- Move the processing to the middle of the fixup phase to allow
+ mod_headers to process the result.
+
* Thu Jan 09 2014 Jan Pazdziora - 0.9.2-1
- If pam_authenticate_with_login_password is not available (mod_authnz_pam
not loaded), skip calling it.