8
0

Accepting request 787416 from devel:languages:perl:autoupdate

- updated to 3.29
   see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
  3.29  2020-03-22
     - Add optional support for enforcing a local destination, like so:
  
          PerlSetVar MyAuthEnforceLocalDestination 1
  
     - Add optional support for specifying a default destination when the login
       form's destination argument is unspecified or invalid (including
       non-local if local destinations are enforced), like this:
  
          PerlSetVar MyAuthDefaultDestination /protected/user/

OBS-URL: https://build.opensuse.org/request/show/787416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-AuthCookie?expand=0&rev=31
This commit is contained in:
Stephan Kulow
2020-03-24 20:27:07 +00:00
committed by Git OBS Bridge
parent 9e0cd03a82
commit c6972a6377
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Mar 23 03:07:11 UTC 2020 - <timueller+perl@suse.de>
- updated to 3.29
see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
3.29 2020-03-22
- Add optional support for enforcing a local destination, like so:
PerlSetVar MyAuthEnforceLocalDestination 1
- Add optional support for specifying a default destination when the login
form's destination argument is unspecified or invalid (including
non-local if local destinations are enforced), like this:
PerlSetVar MyAuthDefaultDestination /protected/user/
-------------------------------------------------------------------
Wed Nov 20 09:14:14 UTC 2019 - <timueller+perl@suse.de>