summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-06-23 14:06:41 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-06-23 14:25:42 +0200
commita8553855cdee3c69e3f8b2bfff4b3f8570394883 (patch)
tree2ac98a4b9fe6fd358bc4affae501345fe072106b
parentbfaf0205b2dee4814f9eef65dcb034e829b6f133 (diff)
downloadmod_authnz_pam-a8553855cdee3c69e3f8b2bfff4b3f8570394883.tar.gz
mod_authnz_pam-a8553855cdee3c69e3f8b2bfff4b3f8570394883.tar.xz
mod_authnz_pam-a8553855cdee3c69e3f8b2bfff4b3f8570394883.zip
Tagging 0.9.3 release.mod_authnz_pam-0.9.3
-rw-r--r--mod_authnz_pam.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index ba900ba..feed6e1 100644
--- a/mod_authnz_pam.spec
+++ b/mod_authnz_pam.spec
@@ -7,7 +7,7 @@
Summary: PAM authorization checker and PAM Basic Authentication provider
Name: mod_authnz_pam
-Version: 0.9.2
+Version: 0.9.3
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -62,6 +62,10 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam
%{_httpd_moddir}/*.so
%changelog
+* Mon Jun 23 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.3-1
+- Fix module loading/configuration for Apache 2.4.
+- Set PAM_RHOST.
+
* Tue May 13 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.2-1
- Silence compile warnings by specifying C99.