[mod_lookup_identity] Rebase to mod_lookup_identity-0.9.1: address code issues revealed by coverity scan.

Jan Pazdziora adelton at fedoraproject.org
Tue May 13 13:15:47 UTC 2014


commit 840d318d13e62e4f54e339a7ba3ea30e24fec9fb
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Tue May 13 15:15:34 2014 +0200

    Rebase to mod_lookup_identity-0.9.1: address code issues revealed by coverity scan.

 .gitignore               |    1 +
 mod_lookup_identity.spec |    6 +++++-
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8b0acc..a6f9ca9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mod_lookup_identity-0.8.3.tar.gz
 /mod_lookup_identity-0.9.0.tar.gz
+/mod_lookup_identity-0.9.1.tar.gz
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 9db2f1a..ec9ad33 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.0
+Version: 0.9.1
 Release: 1%{?dist}
 License: ASL 2.0
 Group: System Environment/Daemons
@@ -58,6 +58,10 @@ install -Dp -m 0644 lookup_identity.conf $RPM_BUILD_ROOT%{_httpd_confdir}/lookup
 %{_httpd_moddir}/*.so
 
 %changelog
+* Tue May 13 2014 Jan Pazdziora <jpazdziora at redhat.com> - 0.9.1-1
+- Address code issues revealed by coverity scan.
+- Minor README fixes.
+
 * Tue May 13 2014 Jan Pazdziora <jpazdziora at redhat.com> - 0.9.0-1
 - Add support for '+'-prefixed note/variable names.
 - Silence compile warnings by specifying C99.
diff --git a/sources b/sources
index 4ec187c..9887959 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54d203f025fc081595bed1b2c3644def  mod_lookup_identity-0.9.0.tar.gz
+d2469e96c0aca3b35cbc93deab9d2003  mod_lookup_identity-0.9.1.tar.gz


More information about the scm-commits mailing list