Rebase to mod_authnz_pam-0.9.2.

This commit is contained in:
Jan Pazdziora 2014-05-13 13:23:36 +02:00
parent 3a5c7b5c8b
commit 5500bd7b90
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/mod_authnz_pam-0.8.1.tar.gz /mod_authnz_pam-0.8.1.tar.gz
/mod_authnz_pam-0.9.tar.gz /mod_authnz_pam-0.9.tar.gz
/mod_authnz_pam-0.9.2.tar.gz

View File

@ -7,7 +7,7 @@
Summary: PAM authorization checker and PAM Basic Authentication provider Summary: PAM authorization checker and PAM Basic Authentication provider
Name: mod_authnz_pam Name: mod_authnz_pam
Version: 0.9 Version: 0.9.2
Release: 1%{?dist} Release: 1%{?dist}
License: ASL 2.0 License: ASL 2.0
Group: System Environment/Daemons Group: System Environment/Daemons
@ -35,7 +35,7 @@ can also be used as full Basic Authentication provider which runs the
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%build %build
%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic" -lpam mod_authnz_pam.c %{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic -std=c99" -lpam mod_authnz_pam.c
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -59,6 +59,12 @@ install -Dp -m 0644 authnz_pam.conf $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam.
%{_httpd_moddir}/*.so %{_httpd_moddir}/*.so
%changelog %changelog
* Tue May 13 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.2-1
- Silence compile warnings by specifying C99.
* Tue Apr 15 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.1-1
- Fix error message when pam_authenticate step is skipped.
* Wed Mar 19 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9-1 * Wed Mar 19 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9-1
- One more function made static for proper isolation. - One more function made static for proper isolation.

View File

@ -1 +1 @@
152c3135a1e52f95e7a3f76560a69a59 mod_authnz_pam-0.9.tar.gz ec2d4e0badaecad0a868c04bbe910b42 mod_authnz_pam-0.9.2.tar.gz