commit perl-Apache-AuthCookie for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2020-04-16 23:01:15

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new.2738 (New)


Package is "perl-Apache-AuthCookie"

Thu Apr 16 23:01:15 2020 rev:29 rq:794245 version:3.30

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2020-03-24 22:39:10.629288710 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new.2738/perl-Apache-AuthCookie.changes
  2020-04-16 23:01:37.103598947 +0200
@@ -1,0 +2,11 @@
+Wed Apr 15 03:07:39 UTC 2020 -  
+
+- updated to 3.30
+   see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
+
+  3.30  2020-04-14
+ - Fix logic error for EnforceLocalDestination
+ - Add a bunch of tests to cover all scenarios of EnforceLocalDestination 
and
+   DefaultDestination
+
+---

Old:

  Apache-AuthCookie-3.29.tar.gz

New:

  Apache-AuthCookie-3.30.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.nfHkQh/_old  2020-04-16 23:01:37.899599547 +0200
+++ /var/tmp/diff_new_pack.nfHkQh/_new  2020-04-16 23:01:37.903599550 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Apache-AuthCookie
-Version:3.29
+Version:3.30
 Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies

++ Apache-AuthCookie-3.29.tar.gz -> Apache-AuthCookie-3.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.29/Changes 
new/Apache-AuthCookie-3.30/Changes
--- old/Apache-AuthCookie-3.29/Changes  2020-03-22 20:37:20.0 +0100
+++ new/Apache-AuthCookie-3.30/Changes  2020-04-14 17:36:57.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Apache::AuthCookie
 
+3.30  2020-04-14
+   - Fix logic error for EnforceLocalDestination
+   - Add a bunch of tests to cover all scenarios of EnforceLocalDestination and
+ DefaultDestination
+
 3.29  2020-03-22
- Add optional support for enforcing a local destination, like so:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.29/MANIFEST 
new/Apache-AuthCookie-3.30/MANIFEST
--- old/Apache-AuthCookie-3.29/MANIFEST 2020-03-22 20:37:20.0 +0100
+++ new/Apache-AuthCookie-3.30/MANIFEST 2020-04-14 17:36:57.0 +0200
@@ -20,8 +20,11 @@
 lib/Apache2/AuthCookie/Base.pm
 lib/Apache2/AuthCookie/Params.pm
 lib/Apache2_4/AuthCookie.pm
+scripts/docker-shell
 scripts/docker-smoke
+scripts/dzil-build
 scripts/perlbrew-smoke
+scripts/run-docker-tests
 t/Skeleton/AuthCookieHandler.pm
 t/TEST.PL
 t/author-pod-syntax.t
@@ -37,6 +40,8 @@
 t/htdocs/docs/logout.pl
 t/htdocs/docs/myuser/get_me.html
 t/htdocs/docs/protected/echo_user.pl
+t/htdocs/docs/protected/enforce-local/no-default/index.html
+t/htdocs/docs/protected/enforce-local/with-default/index.html
 t/htdocs/docs/protected/get_me.html
 t/htdocs/docs/protected/index.html
 t/htdocs/docs/stimeout/get_me.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.29/MANIFEST.SKIP 
new/Apache-AuthCookie-3.30/MANIFEST.SKIP
--- old/Apache-AuthCookie-3.29/MANIFEST.SKIP2020-03-22 20:37:20.0 
+0100
+++ new/Apache-AuthCookie-3.30/MANIFEST.SKIP2020-04-14 17:36:57.0 
+0200
@@ -24,4 +24,5 @@
 ^t/logs/
 ^t/TEST$
 ^t/SMOKE$
-
+^travis-build$
+^.travis.yml$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.29/META.json 
new/Apache-AuthCookie-3.30/META.json
--- old/Apache-AuthCookie-3.29/META.json2020-03-22 20:37:20.0 
+0100
+++ new/Apache-AuthCookie-3.30/META.json2020-04-14 17:36:57.0 
+0200
@@ -23,6 +23,7 @@
   "develop" : {
  "requires" : {
 "Dist::Zilla" : "5",
+"Dist::Zilla::Plugin::Git::Push" : "0",
 "Dist::Zilla::Plugin::Prereqs" : "0",
 "Dist::Zilla::PluginBundle::ApacheTest" : "0",
 "Dist::Zilla::PluginBundle::Filter" : "0",
@@ -56,39 +57,39 @@
"provides" : {
   "Apache2::AuthCookie" : {
  "file" : "lib/Apache2/AuthCookie.pm",
- "version" : "3.29"
+ "version" : "3.30"
   },
   "Apache2::AuthCookie::Base" : {
  "file" : "lib/Apache2/AuthCookie/Base.pm",
- "version" : "3.29"
+ "version" : "3.30"
   },
   "Apache2::AuthCookie::Params" : {
  "file" : 

commit perl-Apache-AuthCookie for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2020-03-24 22:37:42

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new.3160 (New)


Package is "perl-Apache-AuthCookie"

Tue Mar 24 22:37:42 2020 rev:28 rq:787930 version:3.29

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2019-11-20 12:38:07.229790367 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new.3160/perl-Apache-AuthCookie.changes
  2020-03-24 22:39:10.629288710 +0100
@@ -1,0 +2,17 @@
+Mon Mar 23 03:07:11 UTC 2020 -  
+
+- 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/
+
+---

Old:

  Apache-AuthCookie-3.28.tar.gz

New:

  Apache-AuthCookie-3.29.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.yNDLgD/_old  2020-03-24 22:39:11.261289017 +0100
+++ /var/tmp/diff_new_pack.yNDLgD/_new  2020-03-24 22:39:11.265289019 +0100
@@ -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(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 @@
 
 %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

++ Apache-AuthCookie-3.28.tar.gz -> Apache-AuthCookie-3.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.28/Changes 
new/Apache-AuthCookie-3.29/Changes
--- old/Apache-AuthCookie-3.28/Changes  2019-11-19 16:36:52.0 +0100
+++ new/Apache-AuthCookie-3.29/Changes  2020-03-22 20:37:20.0 +0100
@@ -1,5 +1,16 @@
 Revision history for Apache::AuthCookie
 
+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/
+
 3.28  2019-11-19
- Add support for SameSite cookie property (can be strict/lax).
- Minor POD updates.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.28/MANIFEST 
new/Apache-AuthCookie-3.29/MANIFEST
--- old/Apache-AuthCookie-3.28/MANIFEST 2019-11-19 16:36:52.0 +0100
+++ new/Apache-AuthCookie-3.29/MANIFEST 2020-03-22 20:37:20.0 +0100
@@ -20,6 +20,7 @@
 lib/Apache2/AuthCookie/Base.pm
 lib/Apache2/AuthCookie/Params.pm
 lib/Apache2_4/AuthCookie.pm
+scripts/docker-smoke
 scripts/perlbrew-smoke
 t/Skeleton/AuthCookieHandler.pm
 t/TEST.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Apache-AuthCookie for openSUSE:Factory

2019-11-20 Thread root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2019-11-20 12:38:06

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new.26869 (New)


Package is "perl-Apache-AuthCookie"

Wed Nov 20 12:38:06 2019 rev:27 rq:749845 version:3.28

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2018-10-01 08:19:11.161900071 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new.26869/perl-Apache-AuthCookie.changes
 2019-11-20 12:38:07.229790367 +0100
@@ -1,0 +2,10 @@
+Wed Nov 20 09:14:14 UTC 2019 -  
+
+- updated to 3.28
+   see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
+
+  3.28  2019-11-19
+ - Add support for SameSite cookie property (can be strict/lax).
+ - Minor POD updates.
+
+---

Old:

  Apache-AuthCookie-3.27.tar.gz

New:

  Apache-AuthCookie-3.28.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.zYl1tN/_old  2019-11-20 12:38:07.937790075 +0100
+++ /var/tmp/diff_new_pack.zYl1tN/_new  2019-11-20 12:38:07.941790074 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-AuthCookie
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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.27
+Version:3.28
 Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
@@ -205,14 +205,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -221,7 +221,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README README.modperl2 scripts
+%doc Changes README README.modperl2
 %license LICENSE
 
 %changelog

++ Apache-AuthCookie-3.27.tar.gz -> Apache-AuthCookie-3.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.27/Changes 
new/Apache-AuthCookie-3.28/Changes
--- old/Apache-AuthCookie-3.27/Changes  2017-07-28 17:49:15.0 +0200
+++ new/Apache-AuthCookie-3.28/Changes  2019-11-19 16:36:52.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Apache::AuthCookie
 
+3.28  2019-11-19
+   - Add support for SameSite cookie property (can be strict/lax).
+   - Minor POD updates.
+
 3.27  2017-07-28
- Fix POD spelling error [#118545].
 
@@ -112,8 +116,8 @@
 
 3.17  2011-01-19
- skip the test suite if running as root.  Apache::Test 1.34 fails the test
- suite if running as root instead of skipping it.  By skipping, AuthCookie 
can
- be installed via CPAN.pm as root.
+ suite if running as root instead of skipping it.  By skipping, AuthCookie
+ can be installed via CPAN.pm as root.
 
 3.16  2011-01-19
- require Apache::Test 1.32 - fixes ubuntu build issue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.27/MANIFEST 
new/Apache-AuthCookie-3.28/MANIFEST
--- old/Apache-AuthCookie-3.27/MANIFEST 2017-07-28 17:49:15.0 +0200
+++ new/Apache-AuthCookie-3.28/MANIFEST 2019-11-19 16:36:52.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
 Changes
 LICENSE
 MANIFEST
@@ -24,6 +24,7 @@
 t/Skeleton/AuthCookieHandler.pm
 t/TEST.PL
 t/author-pod-syntax.t
+t/author-signature.t
 t/conf/extra.conf.in
 t/htdocs/docs/authall/get_me.html
 t/htdocs/docs/authany/get_me.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.27/META.json 
new/Apache-AuthCookie-3.28/META.json
--- old/Apache-AuthCookie-3.27/META.json2017-07-28 17:49:15.0 
+0200
+++ new/Apache-AuthCookie-3.28/META.json2019-11-19 16:36:52.0 
+0100
@@ -4,7 +4,7 @@
   "Michael Schout "
],
"dynamic_config" : 1,
-   "generated_by" : 

commit perl-Apache-AuthCookie for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2018-10-01 08:19:08

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is "perl-Apache-AuthCookie"

Mon Oct  1 08:19:08 2018 rev:26 rq:638958 version:3.27

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2016-09-26 12:36:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
   2018-10-01 08:19:11.161900071 +0200
@@ -1,0 +2,54 @@
+Wed Feb  7 16:06:15 UTC 2018 - co...@suse.com
+
+- updated to 3.27
+   see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
+
+  3.27  2017-07-28
+ - Fix POD spelling error [#118545].
+  
+  3.26  2016-09-30
+ - remove unused module Apache::AuthCookie::Autobox from dist
+ - remove CGI.pm dependency.  CGI.pm has been removed from perl core, which
+   was the primary reason we used it in the first place.  Replaced with
+   dependency on lighter weight set of three modules:
+  
+  * HTTP::Body
+  * WWW::Form::UrlEncoded
+  * Hash::MultiValue
+  
+   Also recommended (but not required) is WWW::Form::UrlEncoded::XS
+ - Add optional support for charset encoding.  If you have something like
+  
+  PerlSetVar MyAuthNameEncoding UTF-8
+  
+   Then AuthCookie with now automatically decode parameters using the given
+   encoding now. AuthCookie params() data will be decoded automatically if
+   this is on.  See details in AuthCookie module documentation.  In 
addition
+   r->user will be encoded (using byte semantics) using this encoding. 
+  
+   * IMPORTANT *
+   If you turn this on, this could break your code.  r->user() will now be
+   byte encoded using the given encoding.  If you use usernames that 
contain
+   non-ascii characters you either need to use decoded_user(), or decode
+   r->user() yourself in your subclasses.
+  
+   See the AuthCookie docs for more details.
+ - add optional support for decoding httpd.conf requires directives. This 
is
+   enabled with a RequiresEncoding setting:
+  
+  PerlSetVar MyAuthNameRequiresEncoding UTF-8
+  
+   Then decoded_requires($r) will return the decoded value of $r->requires
+   You only need this if you have non-ascii characters in your requires
+   directives such as:
+  
+  Requires user programmør
+  
+ - add decoded_user($r) method to get the value of r->user decoded using
+   character semantics instead of bytes.  Due to the fact that r->user is 
a C
+   API method we cannot get character semantics on r->user directly.  If no
+   Encoding directive is in effect, then this is the same as r->user.
+ - add encoding($r): string which returns the value of the Encoding 
directive
+   that is in effect for the current request.
+
+---

Old:

  Apache-AuthCookie-3.25.tar.gz

New:

  Apache-AuthCookie-3.27.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.ozkB2F/_old  2018-10-01 08:19:11.581899804 +0200
+++ /var/tmp/diff_new_pack.ozkB2F/_new  2018-10-01 08:19:11.589899798 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-AuthCookie
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,33 +12,37 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Apache-AuthCookie
-Version:3.25
+Version:3.27
 Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Apache-AuthCookie/
-Source0:
http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 

commit perl-Apache-AuthCookie for openSUSE:Factory

2016-09-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2016-09-26 12:36:11

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is "perl-Apache-AuthCookie"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2016-01-22 01:09:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
   2016-09-26 12:36:12.0 +0200
@@ -1,0 +2,16 @@
+Wed Aug 31 05:01:21 UTC 2016 - co...@suse.com
+
+- updated to 3.25
+   see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
+
+  3.25  2016-08-30
+ - 2.4: fix POD typo and add missing ABSTRACT
+ - reorganize real.t tests into subtests
+ - make sure signature test ignores generated files
+ - remove autobox dependency
+ - fix authenticate so that r->user is copied from r->main on subrequests.
+   Previously this was only done for internal redirects (r->prev is 
defined).
+   This fixes DirectoryIndexes on AuthCookie enabled directories under 
apache
+   2.4.
+
+---

Old:

  Apache-AuthCookie-3.24.tar.gz

New:

  Apache-AuthCookie-3.25.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.LW7cms/_old  2016-09-26 12:36:13.0 +0200
+++ /var/tmp/diff_new_pack.LW7cms/_new  2016-09-26 12:36:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Apache-AuthCookie
-Version:3.24
+Version:3.25
 Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
@@ -33,12 +33,11 @@
 BuildRequires:  perl(Apache::Test) >= 1.39
 BuildRequires:  perl(CGI) >= 3.12
 BuildRequires:  perl(Class::Load) >= 0.03
-BuildRequires:  perl(autobox) >= 1.1
+BuildRequires:  perl(Test::More) >= 0.94
 BuildRequires:  perl(mod_perl2) >= 1.999022
-Requires:   perl(Apache::Test) >= 1.39
 Requires:   perl(CGI) >= 3.12
 Requires:   perl(Class::Load) >= 0.03
-Requires:   perl(autobox) >= 1.1
+Requires:   perl(Test::More) >= 0.94
 Requires:   perl(mod_perl2) >= 1.999022
 %{perl_requires}
 # MANUAL BEGIN
@@ -218,6 +217,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README README.modperl2
+%doc Changes LICENSE README README.modperl2 scripts
 
 %changelog

++ Apache-AuthCookie-3.24.tar.gz -> Apache-AuthCookie-3.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.24/Changes 
new/Apache-AuthCookie-3.25/Changes
--- old/Apache-AuthCookie-3.24/Changes  2016-01-14 00:16:15.0 +0100
+++ new/Apache-AuthCookie-3.25/Changes  2016-08-30 17:32:01.0 +0200
@@ -1,5 +1,15 @@
 Revision history for Apache::AuthCookie
 
+3.25  2016-08-30
+   - 2.4: fix POD typo and add missing ABSTRACT
+   - reorganize real.t tests into subtests
+   - make sure signature test ignores generated files
+   - remove autobox dependency
+   - fix authenticate so that r->user is copied from r->main on subrequests.
+ Previously this was only done for internal redirects (r->prev is defined).
+ This fixes DirectoryIndexes on AuthCookie enabled directories under apache
+ 2.4.
+
 3.24  2016-01-13
- Update Apache 2.4 README, flesh out guts of Authz Provider notes.
- Improve Apache 2.4 README's AuthzProvider documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.24/MANIFEST 
new/Apache-AuthCookie-3.25/MANIFEST
--- old/Apache-AuthCookie-3.24/MANIFEST 2016-01-14 00:16:15.0 +0100
+++ new/Apache-AuthCookie-3.25/MANIFEST 2016-08-30 17:32:01.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.023.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.006.
 Changes
 LICENSE
 MANIFEST
@@ -20,9 +20,10 @@
 lib/Apache2/AuthCookie/Base.pm
 lib/Apache2/AuthCookie/Params.pm
 lib/Apache2_4/AuthCookie.pm
+scripts/perlbrew-smoke
 t/Skeleton/AuthCookieHandler.pm
 t/TEST.PL
-t/autobox.t
+t/author-pod-syntax.t
 t/conf/extra.conf.in
 t/htdocs/docs/authall/get_me.html
 t/htdocs/docs/authany/get_me.html
@@ -35,6 +36,7 @@
 t/htdocs/docs/myuser/get_me.html
 t/htdocs/docs/protected/echo_user.pl
 t/htdocs/docs/protected/get_me.html
+t/htdocs/docs/protected/index.html
 t/htdocs/docs/stimeout/get_me.html
 t/lib/Sample/Apache/AuthCookieHandler.pm
 t/lib/Sample/Apache2/AuthCookieHandler.pm
@@ -42,3 +44,4 @@
 t/real.t
 

commit perl-Apache-AuthCookie for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2016-01-21 23:44:09

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is "perl-Apache-AuthCookie"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2015-12-29 12:59:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
   2016-01-22 01:09:48.0 +0100
@@ -1,0 +2,17 @@
+Tue Jan 19 09:34:24 UTC 2016 - co...@suse.com
+
+- updated to 3.24
+   see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
+
+  3.24  2016-01-13
+ - Update Apache 2.4 README, flesh out guts of Authz Provider notes.
+ - Improve Apache 2.4 README's AuthzProvider documentation
+ - Add POD to Apache2_4::AuthCookie
+ - Add FAQ to Apache2_4::AuthCookie documenation
+ - 2.4: document that PerlAddAuthzProvider is only needed for *custom* 
Requires directives.
+ - 2.4: make authz_handler recognize multiple usernames in the directive 
like
+   mod_authz_user does.
+ - add test case for internal authz_handler
+ - explicitly require Apache::Test 1.39 so that APACHE2_4 defines are set
+
+---

Old:

  Apache-AuthCookie-3.23.tar.gz

New:

  Apache-AuthCookie-3.24.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.XB2tIw/_old  2016-01-22 01:09:50.0 +0100
+++ /var/tmp/diff_new_pack.XB2tIw/_new  2016-01-22 01:09:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-AuthCookie
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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.23
+Version:3.24
 Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
@@ -30,12 +30,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Apache::Test) >= 1.35
+BuildRequires:  perl(Apache::Test) >= 1.39
 BuildRequires:  perl(CGI) >= 3.12
 BuildRequires:  perl(Class::Load) >= 0.03
 BuildRequires:  perl(autobox) >= 1.1
 BuildRequires:  perl(mod_perl2) >= 1.999022
-Requires:   perl(Apache::Test) >= 1.35
+Requires:   perl(Apache::Test) >= 1.39
 Requires:   perl(CGI) >= 3.12
 Requires:   perl(Class::Load) >= 0.03
 Requires:   perl(autobox) >= 1.1

++ Apache-AuthCookie-3.23.tar.gz -> Apache-AuthCookie-3.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.23/Changes 
new/Apache-AuthCookie-3.24/Changes
--- old/Apache-AuthCookie-3.23/Changes  2015-09-10 18:59:48.0 +0200
+++ new/Apache-AuthCookie-3.24/Changes  2016-01-14 00:16:15.0 +0100
@@ -1,5 +1,16 @@
 Revision history for Apache::AuthCookie
 
+3.24  2016-01-13
+   - Update Apache 2.4 README, flesh out guts of Authz Provider notes.
+   - Improve Apache 2.4 README's AuthzProvider documentation
+   - Add POD to Apache2_4::AuthCookie
+   - Add FAQ to Apache2_4::AuthCookie documenation
+   - 2.4: document that PerlAddAuthzProvider is only needed for *custom* 
Requires directives.
+   - 2.4: make authz_handler recognize multiple usernames in the directive like
+ mod_authz_user does.
+   - add test case for internal authz_handler
+   - explicitly require Apache::Test 1.39 so that APACHE2_4 defines are set
+
 3.23  2015-09-10
- Improve CGI mode param() handling to avoi CGI.pm's "param() called in 
list context" warning.
- add support for Apache 2.4 via mod_perl 1.09.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.23/MANIFEST 
new/Apache-AuthCookie-3.24/MANIFEST
--- old/Apache-AuthCookie-3.23/MANIFEST 2015-09-10 18:59:48.0 +0200
+++ new/Apache-AuthCookie-3.24/MANIFEST 2016-01-14 00:16:15.0 +0100
@@ -32,6 +32,7 @@
 t/htdocs/docs/index.html
 t/htdocs/docs/login.pl
 t/htdocs/docs/logout.pl
+t/htdocs/docs/myuser/get_me.html
 t/htdocs/docs/protected/echo_user.pl
 t/htdocs/docs/protected/get_me.html
 t/htdocs/docs/stimeout/get_me.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.23/META.yml 

commit perl-Apache-AuthCookie for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2015-12-29 12:59:35

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is "perl-Apache-AuthCookie"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2015-04-16 14:13:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
   2015-12-29 12:59:38.0 +0100
@@ -1,0 +2,15 @@
+Sat Dec 26 09:27:49 UTC 2015 - co...@suse.com
+
+- updated to 3.23
+   see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
+
+  3.23  2015-09-10
+ - Improve CGI mode param() handling to avoi CGI.pm's "param() called in 
list context" warning.
+ - add support for Apache 2.4 via mod_perl 1.09.
+   * IMPORTANT *
+   Apache 2.4 has a *VERY* different API for authentication.  You will need
+   to port your subclass and configuration over to the Apache 2.4 API in
+   order to use Apache 2.4!  Please be sure to read README.apache-2.4.pod 
for
+   porting instructions!
+
+---

Old:

  Apache-AuthCookie-3.22.tar.gz

New:

  Apache-AuthCookie-3.23.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.lU2TCJ/_old  2015-12-29 12:59:39.0 +0100
+++ /var/tmp/diff_new_pack.lU2TCJ/_new  2015-12-29 12:59:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Apache-AuthCookie
-Version:3.22
+Version:3.23
 Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
@@ -31,10 +31,12 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Apache::Test) >= 1.35
+BuildRequires:  perl(CGI) >= 3.12
 BuildRequires:  perl(Class::Load) >= 0.03
 BuildRequires:  perl(autobox) >= 1.1
 BuildRequires:  perl(mod_perl2) >= 1.999022
 Requires:   perl(Apache::Test) >= 1.35
+Requires:   perl(CGI) >= 3.12
 Requires:   perl(Class::Load) >= 0.03
 Requires:   perl(autobox) >= 1.1
 Requires:   perl(mod_perl2) >= 1.999022
@@ -59,73 +61,73 @@
 
 * 'authen_cred()'
 
-  Verify the user-supplied credentials and return a session key. The
-  session key can be any string - often you'll use some string containing
-  username, timeout info, and any other information you need to determine
-  access to documents, and append a one-way hash of those values together
-  with some secret key.
+Verify the user-supplied credentials and return a session key. The session
+key can be any string - often you'll use some string containing username,
+timeout info, and any other information you need to determine access to
+documents, and append a one-way hash of those values together with some
+secret key.
 
 * 'authen_ses_key()'
 
-  Verify the session key (previously generated by 'authen_cred()', possibly
-  during a previous request) and return the user ID. This user ID will be
-  fed to '$r->connection->user()' to set Apache's idea of who's logged in.
+Verify the session key (previously generated by 'authen_cred()', possibly
+during a previous request) and return the user ID. This user ID will be fed
+to '$r->connection->user()' to set Apache's idea of who's logged in.
 
 By using AuthCookie versus Apache's built-in AuthBasic you can design your
 own authentication system. There are several benefits.
 
 * 1.
 
-  The client doesn't *have* to pass the user credentials on every
-  subsequent access. If you're using passwords, this means that the
-  password can be sent on the first request only, and subsequent requests
-  don't need to send this (potentially sensitive) information. This is
-  known as "ticket-based" authentication.
+The client doesn't *have* to pass the user credentials on every subsequent
+access. If you're using passwords, this means that the password can be sent
+on the first request only, and subsequent requests don't need to send this
+(potentially sensitive) information. This is known as "ticket-based"
+authentication.
 
 * 2.
 
-  When you determine that the client should stop using the
-  credentials/session key, the server can tell the client to delete the
-  cookie. Letting users "log out" is a notoriously impossible-to-solve
-  problem of AuthBasic.
+When you determine that the client should stop using the
+credentials/session key, the server can tell the client to delete the
+cookie. Letting users "log out" is a notoriously impossible-to-solve
+problem of AuthBasic.
 
 * 3.
 
-  AuthBasic dialog boxes are ugly. You can 

commit perl-Apache-AuthCookie for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2015-04-16 14:13:06

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is perl-Apache-AuthCookie

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2013-12-19 12:22:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
   2015-04-16 14:13:22.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 14 09:15:25 UTC 2015 - co...@suse.com
+
+- updated to 3.22
+   see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
+
+  3.22  2014-05-07
+  
+  3.21  2014-05-07
+ - Bad release - deleted
+
+---

Old:

  Apache-AuthCookie-3.20.tar.gz

New:

  Apache-AuthCookie-3.22.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.Pw3VhM/_old  2015-04-16 14:13:22.0 +0200
+++ /var/tmp/diff_new_pack.Pw3VhM/_new  2015-04-16 14:13:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-AuthCookie
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,14 +17,15 @@
 
 
 Name:   perl-Apache-AuthCookie
-Version:3.20
+Version:3.22
 Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Apache-AuthCookie/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -33,38 +34,14 @@
 BuildRequires:  perl(Class::Load) = 0.03
 BuildRequires:  perl(autobox) = 1.1
 BuildRequires:  perl(mod_perl2) = 1.999022
-#BuildRequires: perl(Apache)
-#BuildRequires: perl(Apache2::Access)
-#BuildRequires: perl(Apache2::AuthCookie)
-#BuildRequires: perl(Apache2::AuthCookie::Params)
-#BuildRequires: perl(Apache2::Const)
-#BuildRequires: perl(Apache2::Log)
-#BuildRequires: perl(Apache2::RequestIO)
-#BuildRequires: perl(Apache2::RequestRec)
-#BuildRequires: perl(Apache2::RequestUtil)
-#BuildRequires: perl(Apache2::Response)
-#BuildRequires: perl(Apache2::Util)
-#BuildRequires: perl(Apache::AuthCookie)
-#BuildRequires: perl(Apache::AuthCookie::Autobox)
-#BuildRequires: perl(Apache::AuthCookie::Params)
-#BuildRequires: perl(Apache::AuthCookie::Params::Base)
-#BuildRequires: perl(Apache::AuthCookie::Util)
-#BuildRequires: perl(Apache::Constants)
-#BuildRequires: perl(Apache::TestMM)
-#BuildRequires: perl(Apache::TestRequest)
-#BuildRequires: perl(Apache::TestRunPerl)
-#BuildRequires: perl(Apache::TestUtil)
-#BuildRequires: perl(Apache::Util)
-#BuildRequires: perl(APR::Table)
-#BuildRequires: perl(mod_perl)
-#BuildRequires: perl(Module::Signature)
 Requires:   perl(Apache::Test) = 1.35
 Requires:   perl(Class::Load) = 0.03
 Requires:   perl(autobox) = 1.1
 Requires:   perl(mod_perl2) = 1.999022
 %{perl_requires}
-# MANUAL
+# MANUAL BEGIN
 BuildRequires:  netcfg
+# MANUAL END
 
 %description
 *Apache::AuthCookie* allows you to intercept a user's first unauthenticated

++ Apache-AuthCookie-3.20.tar.gz - Apache-AuthCookie-3.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.20/Changes 
new/Apache-AuthCookie-3.22/Changes
--- old/Apache-AuthCookie-3.20/Changes  2013-12-09 22:59:15.0 +0100
+++ new/Apache-AuthCookie-3.22/Changes  2014-05-07 16:32:47.0 +0200
@@ -1,10 +1,16 @@
 Revision history for Apache::AuthCookie
 
+3.22  2014-05-07
+
+3.21  2014-05-07
+   - Bad release - deleted
+
 3.20  2013-12-09
- login_form: return OK for mobile IE 10, which also ignores content for
  FORBIDDEN response.
- test .pl registry scripts: do not try to load mod_perl.pm
- escape html tags in destination.
+   - fix abstract in FAQ pod.
 
 3.19  2012-12-28
- split out CGI data handling into ::AuthCookie::Params modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-AuthCookie-3.20/LICENSE 

commit perl-Apache-AuthCookie for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2013-12-19 12:22:06

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is perl-Apache-AuthCookie

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2012-10-12 14:17:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
   2013-12-19 12:22:08.0 +0100
@@ -1,0 +2,18 @@
+Wed Dec 18 10:36:02 UTC 2013 - co...@suse.com
+
+- updated to 3.20
+- login_form: return OK for mobile IE 10, which also ignores content for
+  FORBIDDEN response.
+- test .pl registry scripts: do not try to load mod_perl.pm
+- escape html tags in destination.
+- split out CGI data handling into ::AuthCookie::Params modules
+- use Apache::Request/Apache2::Request from libapreq if available. 
Otherwise,
+  fall back to CGI.pm for handling CGI data.
+- improve removed cookie debug log message
+- add dependencies: autobox, Class::Load
+- allow username to be '0'
+- login_form: return OK for SymbianOS, which ignores content for FORBIDDEN 
responses.
+- add login_form_status() to override HTTP status returned by login form
+- recognize_user: return DECLINED if user is not recognized
+
+---

Old:

  Apache-AuthCookie-3.18.tar.gz

New:

  Apache-AuthCookie-3.20.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.RzjYA5/_old  2013-12-19 12:22:08.0 +0100
+++ /var/tmp/diff_new_pack.RzjYA5/_new  2013-12-19 12:22:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-AuthCookie
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,27 +17,26 @@
 
 
 Name:   perl-Apache-AuthCookie
-Version:3.18
+Version:3.20
 Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Apache-AuthCookie/
 Source: 
http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  netcfg
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Apache::Test) = 1.35
-BuildRequires:  perl(CGI) = 3.12
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Class::Load) = 0.03
+BuildRequires:  perl(autobox) = 1.1
 BuildRequires:  perl(mod_perl2) = 1.999022
 #BuildRequires: perl(Apache)
 #BuildRequires: perl(Apache2::Access)
 #BuildRequires: perl(Apache2::AuthCookie)
+#BuildRequires: perl(Apache2::AuthCookie::Params)
 #BuildRequires: perl(Apache2::Const)
 #BuildRequires: perl(Apache2::Log)
 #BuildRequires: perl(Apache2::RequestIO)
@@ -46,6 +45,9 @@
 #BuildRequires: perl(Apache2::Response)
 #BuildRequires: perl(Apache2::Util)
 #BuildRequires: perl(Apache::AuthCookie)
+#BuildRequires: perl(Apache::AuthCookie::Autobox)
+#BuildRequires: perl(Apache::AuthCookie::Params)
+#BuildRequires: perl(Apache::AuthCookie::Params::Base)
 #BuildRequires: perl(Apache::AuthCookie::Util)
 #BuildRequires: perl(Apache::Constants)
 #BuildRequires: perl(Apache::TestMM)
@@ -54,19 +56,15 @@
 #BuildRequires: perl(Apache::TestUtil)
 #BuildRequires: perl(Apache::Util)
 #BuildRequires: perl(APR::Table)
-#BuildRequires: perl(Carp)
-#BuildRequires: perl(constant)
-#BuildRequires: perl(File::Copy)
-#BuildRequires: perl(File::Spec)
 #BuildRequires: perl(mod_perl)
 #BuildRequires: perl(Module::Signature)
-#BuildRequires: perl(Socket)
-#BuildRequires: perl(vars)
 Requires:   perl(Apache::Test) = 1.35
-Requires:   perl(CGI) = 3.12
-Requires:   perl(Test::More)
+Requires:   perl(Class::Load) = 0.03
+Requires:   perl(autobox) = 1.1
 Requires:   perl(mod_perl2) = 1.999022
 %{perl_requires}
+# MANUAL
+BuildRequires:  netcfg
 
 %description
 *Apache::AuthCookie* allows you to intercept a user's first unauthenticated
@@ -225,6 +223,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor


commit perl-Apache-AuthCookie for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2012-10-12 14:16:41

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is perl-Apache-AuthCookie, Maintainer is c...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2011-11-14 14:52:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
   2012-10-12 14:17:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 11 17:40:21 UTC 2012 - co...@suse.com
+
+- buildrequire explicitly netcfg
+
+---



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.dhQSF8/_old  2012-10-12 14:17:50.0 +0200
+++ /var/tmp/diff_new_pack.dhQSF8/_new  2012-10-12 14:17:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-AuthCookie
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,25 @@
 #
 
 
-
 Name:   perl-Apache-AuthCookie
 Version:3.18
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
-Url:http://search.cpan.org/dist/Apache-AuthCookie/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Apache-AuthCookie/
 Source: 
http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  netcfg
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Apache::Test) = 1.35
 BuildRequires:  perl(CGI) = 3.12
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(mod_perl2) = 1.999022
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(mod_perl2) = 1.999022
 #BuildRequires: perl(Apache)
 #BuildRequires: perl(Apache2::Access)
 #BuildRequires: perl(Apache2::AuthCookie)
@@ -64,8 +64,8 @@
 #BuildRequires: perl(vars)
 Requires:   perl(Apache::Test) = 1.35
 Requires:   perl(CGI) = 3.12
-Requires:   perl(mod_perl2) = 1.999022
 Requires:   perl(Test::More)
+Requires:   perl(mod_perl2) = 1.999022
 %{perl_requires}
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Apache-AuthCookie for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2011-12-06 18:37:24

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is perl-Apache-AuthCookie, Maintainer is c...@suse.com

Changes:




Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.G6rf3B/_old  2011-12-06 19:04:09.0 +0100
+++ /var/tmp/diff_new_pack.G6rf3B/_new  2011-12-06 19:04:09.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Apache-AuthCookie
 Version:3.18
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
 Url:http://search.cpan.org/dist/Apache-AuthCookie/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Apache-AuthCookie for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-AuthCookie for 
openSUSE:Factory checked in at 2011-11-14 14:52:48

Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new (New)


Package is perl-Apache-AuthCookie, Maintainer is c...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes
2011-09-23 12:35:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
   2011-11-14 14:52:50.0 +0100
@@ -1,0 +2,32 @@
+Thu Oct 20 13:03:30 UTC 2011 - tabra...@novell.com
+
+- update to 3.18 2011-01-24
+  * remove 3.17's test skip hacks and bump Apache::Test prereq to
+v1.53 which fixes this issue
+  * fix MANIFEST.SKIP to ignore genereated t/conf/mime.types
+  * remove dist.inim weaver.ini from dists
+  * fixed t/real.t to use correct -withtestmore import syntax
+  * rename sample authcookie handlers to Sample::Apache and
+Sample::Apache2 namespaces
+
+- update to 3.17 2011-01-19
+  * skip the test suite if running as root. Apache::Test 1.34 fails
+the test suite if running as root instead of skipping it. By
+skipping, AuthCookie can be installed via CPAN.pm as root
+
+- update to 3.16 2011-01-19
+  * require Apache::Test 1.32 - fixes Ubuntu build issue
+  * remove mod_perl/mod_perl2 related rereq's from META.yml. The
+correct mod perl version is not known until Makefile.PL is run.
+CPAN.pm should not try to install either one until it is known
+which one is appropriate. (RT 64926)
+
+- update to 3.15 2010-08-27
+  * enable Dist::Zilla Manifest plugin
+  * add FAQ
+  * add FAQ entry on how to protect an entire site/document root
+  * recognize_user: return DECLINED if user is already set
+  * refactor P3P header generation into send_p3p($r) so subclasses
+can overload it
+
+---

Old:

  Apache-AuthCookie-3.14.tar.bz2

New:

  Apache-AuthCookie-3.18.tar.gz



Other differences:
--
++ perl-Apache-AuthCookie.spec ++
--- /var/tmp/diff_new_pack.UuQmg1/_old  2011-11-14 14:52:51.0 +0100
+++ /var/tmp/diff_new_pack.UuQmg1/_new  2011-11-14 14:52:51.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Apache-AuthCookie (Version 3.14)
+# spec file for package perl-Apache-AuthCookie
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,56 +15,213 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-Apache-AuthCookie
+Version:3.18
+Release:1
+License:GPL+ or Artistic
 %define cpan_name Apache-AuthCookie
 Summary:Perl Authentication and Authorization via cookies
-Version:3.14
-Release:2
-License:GPL v1+, Artistic License
-Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Apache-AuthCookie/
-#Source: 
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookie-3.14.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group:  Development/Libraries/Perl
+Source: 
http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Apache)
-BuildRequires:  perl(Carp)
+BuildRequires:  perl(Apache::Test) = 1.35
 BuildRequires:  perl(CGI) = 3.12
-BuildRequires:  perl(constant)
-BuildRequires:  perl(Module::Signature)
-BuildRequires:  perl(Socket)
-BuildRequires:  perl(vars)
-Requires:   perl(Apache)
-Requires:   perl(Carp)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(mod_perl2) = 1.999022
+BuildRequires:  perl(Test::More)
+#BuildRequires: perl(Apache)
+#BuildRequires: perl(Apache2::Access)
+#BuildRequires: perl(Apache2::AuthCookie)
+#BuildRequires: perl(Apache2::Const)
+#BuildRequires: perl(Apache2::Log)
+#BuildRequires: perl(Apache2::RequestIO)
+#BuildRequires: perl(Apache2::RequestRec)
+#BuildRequires: perl(Apache2::RequestUtil)
+#BuildRequires: perl(Apache2::Response)
+#BuildRequires: perl(Apache2::Util)
+#BuildRequires: perl(Apache::AuthCookie)
+#BuildRequires: perl(Apache::AuthCookie::Util)
+#BuildRequires: perl(Apache::Constants)
+#BuildRequires: perl(Apache::TestMM)
+#BuildRequires: perl(Apache::TestRequest)
+#BuildRequires: