From 81ea67dffa66ed48cd313292ccb2cf7fae70775c Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Tue, 26 Jan 2016 09:53:14 +0100 Subject: [PATCH] Rebase to 0.9.5. --- .gitignore | 1 + mod_lookup_identity.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f877c1..5cbef31 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /mod_lookup_identity-0.9.2.tar.gz /mod_lookup_identity-0.9.3.tar.gz /mod_lookup_identity-0.9.4.tar.gz +/mod_lookup_identity-0.9.5.tar.gz diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec index 0033741..6bcf5b3 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 - 0.9.5-1 +- Fix LookupUserByCertificate httpd-2.2 compatibility issue. + * Wed Jan 20 2016 Jan Pazdziora - 0.9.4-1 - Added LookupUserOutput headers and headers-base64. diff --git a/sources b/sources index 29e3bed..1e54a8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4baf7cdbd2e9ec8483122bc3a3f6db78 mod_lookup_identity-0.9.4.tar.gz +ec694d1d9c0f739b20001bcc5bc41d9b mod_lookup_identity-0.9.5.tar.gz