summaryrefslogtreecommitdiffstats
path: root/mod_lookup_identity.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-09 09:14:25 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-14 23:11:24 +0800
commit487a0723290077a5d51233c511e271b39a2346a7 (patch)
tree54de525530b83ec2d1f2a1c7a758aa03e1590163 /mod_lookup_identity.spec
parent3807c47d41541b22c62f9e154184c04cc6e57592 (diff)
downloadmod_lookup_identity-487a0723290077a5d51233c511e271b39a2346a7.tar.gz
mod_lookup_identity-487a0723290077a5d51233c511e271b39a2346a7.tar.xz
mod_lookup_identity-487a0723290077a5d51233c511e271b39a2346a7.zip
Declare all functions static for proper isolation.mod_lookup_identity-0.8
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 7011ad9..3702c00 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -6,7 +6,7 @@
Summary: Apache module to retrieve additional information about the authenticated user.
Name: mod_lookup_identity
-Version: 0.7.1
+Version: 0.8
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -58,6 +58,9 @@ install -Dp -m 0644 lookup_identity.conf $RPM_BUILD_ROOT%{_httpd_confdir}/lookup
%{_httpd_moddir}/*.so
%changelog
+* Thu Jan 09 2014 Jan Pazdziora - 0.8-1
+- Declare all functions static for proper isolation.
+
* Thu Nov 21 2013 Jan Pazdziora - 0.7.1-1
- Address segfault when no LookupUserAttrIter is set.