From 2dbd02ec1cb03e3cb87ea066db1b1784f2b49b3f Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sun, 23 Jan 2022 14:07:29 +0100 Subject: Tagging 1.2.3 release. --- README | 2 +- mod_authnz_pam.c | 2 +- mod_authnz_pam.spec | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index e1db8e6..b722dcd 100644 --- a/README +++ b/README @@ -139,7 +139,7 @@ should build and install the module. License ------- -Copyright 2014--2020 Jan Pazdziora +Copyright 2014--2022 Jan Pazdziora Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/mod_authnz_pam.c b/mod_authnz_pam.c index 6514dd7..13b1265 100644 --- a/mod_authnz_pam.c +++ b/mod_authnz_pam.c @@ -1,6 +1,6 @@ /* - * Copyright 2014--2018 Jan Pazdziora + * Copyright 2014--2022 Jan Pazdziora * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec index 4e2f25f..fae6826 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: 1.2.2 +Version: 1.2.3 Release: 1%{?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 +* Sun Jan 23 2022 Jan Pazdziora - 1.2.3-1 +- Change default redirect status for AuthPAMExpiredRedirect + to 303 See Other, make it configurable. + * Tue Mar 30 2021 Jan Pazdziora - 1.2.2-1 - Use ap_get_useragent_host for interoperability with mod_remoteip. -- cgit