From 9bc08b0ec955dd38a7b1e6b8a629381a129ec0aa Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Thu, 25 Jun 2015 17:42:57 +0200 Subject: [PATCH] Rebase to 1.0.0. --- .gitignore | 1 + mod_authnz_pam.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fea3bcb..764c4b3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /mod_authnz_pam-0.9.tar.gz /mod_authnz_pam-0.9.2.tar.gz /mod_authnz_pam-0.9.3.tar.gz +/mod_authnz_pam-1.0.0.tar.gz diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec index 75bce32..d8699ea 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.3 +Version: 1.0.0 Release: 3%{?dist} License: ASL 2.0 Group: System Environment/Daemons @@ -64,6 +64,10 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam %{_httpd_moddir}/*.so %changelog +* Thu Jun 25 2015 Jan Pazdziora - 1.0.0-1 +- Rebase to 1.0.0. +- Add support for AuthPAMExpiredRedirect. + * Wed Jun 17 2015 Fedora Release Engineering - 0.9.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 40c9927..9984cac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35da73db23556dc4e4419399b8386a66 mod_authnz_pam-0.9.3.tar.gz +09bfea3099c0242314f72f875dcf2fec mod_authnz_pam-1.0.0.tar.gz