summaryrefslogtreecommitdiffstats
path: root/mod_intercept_form_submit.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-09 09:48:57 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-09 10:04:34 +0800
commit5a2f5474d4d2c87a12089deb59202c46884acf7d (patch)
treec3a7c5cde2932c923dc065b85172eacf99c6832d /mod_intercept_form_submit.spec
parent5584425eb859481b8c9405641b52da34ec01a32c (diff)
downloadmod_intercept_form_submit-5a2f5474d4d2c87a12089deb59202c46884acf7d.tar.gz
mod_intercept_form_submit-5a2f5474d4d2c87a12089deb59202c46884acf7d.tar.xz
mod_intercept_form_submit-5a2f5474d4d2c87a12089deb59202c46884acf7d.zip
If pam_authenticate_with_login_password is not available, skip calling it.mod_intercept_form_submit-0.9.2
Diffstat (limited to 'mod_intercept_form_submit.spec')
-rw-r--r--mod_intercept_form_submit.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index 471ec9a..e9f7a59 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.1
+Version: 0.9.2
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -16,7 +16,7 @@ BuildRequires: httpd-devel
BuildRequires: pkgconfig
Requires(pre): httpd
Requires: httpd
-Requires: mod_authnz_pam >= 0.6
+Requires: mod_authnz_pam >= 0.7
# Suppres auto-provides for module DSO
%{?filter_provides_in: %filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
@@ -56,6 +56,11 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%{_httpd_moddir}/*.so
%changelog
+* 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.
+- Declare all functions static for proper isolation.
+
* Wed Jan 08 2014 Jan Pazdziora - 0.9.1-1
- Use mod_authnz_pam for the actual PAM authentication.