summaryrefslogtreecommitdiffstats
path: root/mod_intercept_form_submit.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-11-07 09:43:25 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-11-07 09:47:22 +0800
commit421c3fee0fa9010d804cb8148bc3d73a4e3c2462 (patch)
tree6fd7ddf9b4fa965c2bbc729954ac5e0e7d781a1a /mod_intercept_form_submit.spec
parent2466bbe4e8d1852812529d3d3ddb70fa873451b0 (diff)
downloadmod_intercept_form_submit-421c3fee0fa9010d804cb8148bc3d73a4e3c2462.tar.gz
mod_intercept_form_submit-421c3fee0fa9010d804cb8148bc3d73a4e3c2462.tar.xz
mod_intercept_form_submit-421c3fee0fa9010d804cb8148bc3d73a4e3c2462.zip
Update .spec for version 0.7.mod_intercept_form_submit-0.7
Diffstat (limited to 'mod_intercept_form_submit.spec')
-rw-r--r--mod_intercept_form_submit.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index cfaf4cc..e22d06b 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.6
+Version: 0.7
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -48,7 +48,7 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%endif
%files
-%doc README LICENSE
+%doc README LICENSE docs/*
%if "%{_httpd_modconfdir}" != "%{_httpd_confdir}"
%config(noreplace) %{_httpd_modconfdir}/*.conf
%else
@@ -57,6 +57,10 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%{_httpd_moddir}/*.so
%changelog
+* Thu Nov 07 2013 Jan Pazdziora - 0.7-1
+- Parse the input early enough to support CGI scripts.
+- Skip the authentication if REMOTE_USER is already set.
+
* Mon Nov 04 2013 Jan Pazdziora - 0.6-1
- Adding support for blacklists via InterceptFormLoginSkip.