forked from pool/perl-Apache-AuthCookie
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:
committed by
Git OBS Bridge
parent
9e0cd03a82
commit
c6972a6377
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcd795a7f654a94ae0a6bd734ba4d8ba1085371fca486229dba49f1c2d62142b
|
||||
size 59114
|
3
Apache-AuthCookie-3.29.tar.gz
Normal file
3
Apache-AuthCookie-3.29.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38b8f577467f3221541cca864fdc9164cfc79f0d37476f3bca0a5c2a55657289
|
||||
size 60663
|
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Apache-AuthCookie
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Apache-AuthCookie
|
||||
Version: 3.28
|
||||
Version: 3.29
|
||||
Release: 0
|
||||
%define cpan_name Apache-AuthCookie
|
||||
Summary: Perl Authentication and Authorization via cookies
|
||||
@@ -35,12 +35,14 @@ BuildRequires: perl(Class::Load) >= 0.03
|
||||
BuildRequires: perl(HTTP::Body)
|
||||
BuildRequires: perl(Hash::MultiValue)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(URI) >= 1.36
|
||||
BuildRequires: perl(URI::Escape) >= 1.31
|
||||
BuildRequires: perl(WWW::Form::UrlEncoded)
|
||||
Requires: perl(Class::Load) >= 0.03
|
||||
Requires: perl(HTTP::Body)
|
||||
Requires: perl(Hash::MultiValue)
|
||||
Requires: perl(Test::More) >= 0.94
|
||||
Requires: perl(URI) >= 1.36
|
||||
Requires: perl(WWW::Form::UrlEncoded)
|
||||
Recommends: perl(WWW::Form::UrlEncoded::XS)
|
||||
%{perl_requires}
|
||||
@@ -205,7 +207,7 @@ client.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user