From a61353e2abb652500e74f4da280febdcc27cd54a Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Fri, 17 Jun 2016 07:44:37 +0200 Subject: [PATCH] 1347490 - Rebase to upstream version 0.9.7. --- .gitignore | 1 + mod_lookup_identity.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 28bdc03..f1b0a03 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /mod_lookup_identity-0.9.4.tar.gz /mod_lookup_identity-0.9.5.tar.gz /mod_lookup_identity-0.9.6.tar.gz +/mod_lookup_identity-0.9.7.tar.gz diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec index d9566f9..ca6209b 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.6 +Version: 0.9.7 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Daemons @@ -62,6 +62,10 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku %{_httpd_moddir}/*.so %changelog +* Thu Jun 16 2016 Jan Pazdziora - 0.9.7-1 +- 1347490 - Rebase to upstream version 0.9.7. +- Ensure lookup_user_by_certificate runs after mod_nss as well. + * Mon Mar 21 2016 Jan Pazdziora - 0.9.6-1 - 1319138 - the Requires(pre) httpd does not seem to be needed. diff --git a/sources b/sources index 8534a87..9c80c20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfedd574cdb5625a04d5bc614ac3cc32 mod_lookup_identity-0.9.6.tar.gz +7a65079ed3d126a1bf441a4e218e5728 mod_lookup_identity-0.9.7.tar.gz