summaryrefslogtreecommitdiffstats
path: root/mod_lookup_identity.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2016-01-20 13:16:51 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2016-01-20 15:16:32 +0100
commit82454a9acd307f5458f3c1f8d2a185ca0ca1e322 (patch)
treeb3f9381ee8db207f94fdc22be1dd7125bdbd73c0 /mod_lookup_identity.spec
parent3245c1593e24ec0b720d350e2975b60ff824896b (diff)
downloadmod_lookup_identity-82454a9acd307f5458f3c1f8d2a185ca0ca1e322.tar.gz
mod_lookup_identity-82454a9acd307f5458f3c1f8d2a185ca0ca1e322.tar.xz
mod_lookup_identity-82454a9acd307f5458f3c1f8d2a185ca0ca1e322.zip
Compatibility for httpd-2.2.x.
The ap_set_flag_slot_char and ap_hook_check_access are not available on 2.2.
Diffstat (limited to 'mod_lookup_identity.spec')
-rw-r--r--mod_lookup_identity.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index ac58223..bb85840 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -7,7 +7,7 @@
Summary: Apache module to retrieve additional information about the authenticated user
Name: mod_lookup_identity
-Version: 0.9.4
+Version: 0.9.5
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -63,6 +63,9 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku
%{_httpd_moddir}/*.so
%changelog
+* Wed Jan 20 2016 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.5-1
+- Fix LookupUserByCertificate httpd-2.2 compatibility issue.
+
* Wed Jan 20 2016 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.4-1
- Added LookupUserOutput headers and headers-base64.