Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Apache-AuthCookie for openSUSE:Factory checked in at 2022-01-17 22:34:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie (Old) and /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Apache-AuthCookie" Mon Jan 17 22:34:19 2022 rev:30 rq:946975 version:3.31 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Apache-AuthCookie/perl-Apache-AuthCookie.changes 2020-04-16 23:01:37.103598947 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new.1892/perl-Apache-AuthCookie.changes 2022-01-17 22:35:08.370287183 +0100 @@ -1,0 +2,9 @@ +Fri Jan 7 03:06:03 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 3.31 + see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes + + 3.31 2022-01-05 + - Fix uninitialized variable warning if "Satisfy" was not set (github #15, thanks yewtc) + +------------------------------------------------------------------- Old: ---- Apache-AuthCookie-3.30.tar.gz New: ---- Apache-AuthCookie-3.31.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Apache-AuthCookie.spec ++++++ --- /var/tmp/diff_new_pack.zW4NcW/_old 2022-01-17 22:35:08.794287464 +0100 +++ /var/tmp/diff_new_pack.zW4NcW/_new 2022-01-17 22:35:08.798287467 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Apache-AuthCookie # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Apache-AuthCookie Name: perl-Apache-AuthCookie -Version: 3.30 +Version: 3.31 Release: 0 -%define cpan_name Apache-AuthCookie Summary: Perl Authentication and Authorization via cookies License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +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 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Apache::Test) >= 1.39 @@ -206,12 +204,12 @@ map it back to the originally authenticated user ID. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -222,7 +220,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README README.modperl2 %license LICENSE ++++++ Apache-AuthCookie-3.30.tar.gz -> Apache-AuthCookie-3.31.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/Changes new/Apache-AuthCookie-3.31/Changes --- old/Apache-AuthCookie-3.30/Changes 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/Changes 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for Apache::AuthCookie +3.31 2022-01-05 + - Fix uninitialized variable warning if "Satisfy" was not set (github #15, thanks yewtc) + 3.30 2020-04-14 - Fix logic error for EnforceLocalDestination - Add a bunch of tests to cover all scenarios of EnforceLocalDestination and diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/LICENSE new/Apache-AuthCookie-3.31/LICENSE --- old/Apache-AuthCookie-3.30/LICENSE 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/LICENSE 2022-01-06 04:01:44.000000000 +0100 @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/MANIFEST new/Apache-AuthCookie-3.31/MANIFEST --- old/Apache-AuthCookie-3.30/MANIFEST 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/MANIFEST 2022-01-06 04:01:44.000000000 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024. Changes LICENSE MANIFEST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/META.json new/Apache-AuthCookie-3.31/META.json --- old/Apache-AuthCookie-3.30/META.json 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/META.json 2022-01-06 04:01:44.000000000 +0100 @@ -4,7 +4,7 @@ "Michael Schout <msch...@cpan.org>" ], "dynamic_config" : 1, - "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -57,39 +57,39 @@ "provides" : { "Apache2::AuthCookie" : { "file" : "lib/Apache2/AuthCookie.pm", - "version" : "3.30" + "version" : "3.31" }, "Apache2::AuthCookie::Base" : { "file" : "lib/Apache2/AuthCookie/Base.pm", - "version" : "3.30" + "version" : "3.31" }, "Apache2::AuthCookie::Params" : { "file" : "lib/Apache2/AuthCookie/Params.pm", - "version" : "3.30" + "version" : "3.31" }, "Apache2_4::AuthCookie" : { "file" : "lib/Apache2_4/AuthCookie.pm", - "version" : "3.30" + "version" : "3.31" }, "Apache::AuthCookie" : { "file" : "lib/Apache/AuthCookie.pm", - "version" : "3.30" + "version" : "3.31" }, "Apache::AuthCookie::Params" : { "file" : "lib/Apache/AuthCookie/Params.pm", - "version" : "3.30" + "version" : "3.31" }, "Apache::AuthCookie::Params::Base" : { "file" : "lib/Apache/AuthCookie/Params/Base.pm", - "version" : "3.30" + "version" : "3.31" }, "Apache::AuthCookie::Params::CGI" : { "file" : "lib/Apache/AuthCookie/Params/CGI.pm", - "version" : "3.30" + "version" : "3.31" }, "Apache::AuthCookie::Util" : { "file" : "lib/Apache/AuthCookie/Util.pm", - "version" : "3.30" + "version" : "3.31" } }, "release_status" : "stable", @@ -104,8 +104,9 @@ "web" : "https://github.com/mschout/apache-authcookie" } }, - "version" : "3.30", - "x_generated_by_perl" : "v5.26.2", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.04" + "version" : "3.31", + "x_generated_by_perl" : "v5.30.3", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.19", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/META.yml new/Apache-AuthCookie-3.31/META.yml --- old/Apache-AuthCookie-3.30/META.yml 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/META.yml 2022-01-06 04:01:44.000000000 +0100 @@ -8,7 +8,7 @@ Apache::Test: '1.39' ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -17,31 +17,31 @@ provides: Apache2::AuthCookie: file: lib/Apache2/AuthCookie.pm - version: '3.30' + version: '3.31' Apache2::AuthCookie::Base: file: lib/Apache2/AuthCookie/Base.pm - version: '3.30' + version: '3.31' Apache2::AuthCookie::Params: file: lib/Apache2/AuthCookie/Params.pm - version: '3.30' + version: '3.31' Apache2_4::AuthCookie: file: lib/Apache2_4/AuthCookie.pm - version: '3.30' + version: '3.31' Apache::AuthCookie: file: lib/Apache/AuthCookie.pm - version: '3.30' + version: '3.31' Apache::AuthCookie::Params: file: lib/Apache/AuthCookie/Params.pm - version: '3.30' + version: '3.31' Apache::AuthCookie::Params::Base: file: lib/Apache/AuthCookie/Params/Base.pm - version: '3.30' + version: '3.31' Apache::AuthCookie::Params::CGI: file: lib/Apache/AuthCookie/Params/CGI.pm - version: '3.30' + version: '3.31' Apache::AuthCookie::Util: file: lib/Apache/AuthCookie/Util.pm - version: '3.30' + version: '3.31' recommends: WWW::Form::UrlEncoded::XS: '0' requires: @@ -57,6 +57,7 @@ bugtracker: https://github.com/mschout/apache-authcookie/issues homepage: https://github.com/mschout/apache-authcookie repository: https://github.com/mschout/apache-authcookie.git -version: '3.30' -x_generated_by_perl: v5.26.2 +version: '3.31' +x_generated_by_perl: v5.30.3 x_serialization_backend: 'YAML::Tiny version 1.73' +x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/Makefile.PL new/Apache-AuthCookie-3.31/Makefile.PL --- old/Apache-AuthCookie-3.30/Makefile.PL 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/Makefile.PL 2022-01-06 04:01:44.000000000 +0100 @@ -1,6 +1,6 @@ # This Makefile.PL for Apache-AuthCookie was generated by # Dist::Zilla::Plugin::MakeMaker::ApacheTest 0.04 -# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.47. +# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.49. # Don't edit it but the dist.ini and plugins used to construct it. use strict; @@ -38,7 +38,7 @@ "TEST_REQUIRES" => { "URI::Escape" => "1.31" }, - "VERSION" => "3.30", + "VERSION" => "3.31", "clean" => { "FILES" => [ "t/TEST" @@ -61,7 +61,7 @@ "WWW::Form::UrlEncoded" => 0 ); -# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.035 +# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.039 if ($mp_version == 2) { requires('mod_perl2', '1.999022'); } elsif ($mp_version == 1) { requires('mod_perl', '1.27'); } unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) { @@ -112,7 +112,7 @@ return 2; } -# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.035 +# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.039 sub _add_prereq { my ($mm_key, $module, $version_or_range) = @_; $version_or_range ||= 0; @@ -120,7 +120,7 @@ if exists $WriteMakefileArgs{$mm_key}{$module} and $WriteMakefileArgs{$mm_key}{$module} ne '0' and $WriteMakefileArgs{$mm_key}{$module} ne $version_or_range; - warn "$module already exists in FallbackPrereqs (at version $WriteMakefileArgs{$mm_key}{$module}) -- need to do a sane metamerge!" + warn "$module already exists in FallbackPrereqs (at version $FallbackPrereqs{$module}) -- need to do a sane metamerge!" if exists $FallbackPrereqs{$module} and $FallbackPrereqs{$module} ne '0' and $FallbackPrereqs{$module} ne $version_or_range; $WriteMakefileArgs{$mm_key}{$module} = $FallbackPrereqs{$module} = $version_or_range; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/SIGNATURE new/Apache-AuthCookie-3.31/SIGNATURE --- old/Apache-AuthCookie-3.30/SIGNATURE 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/SIGNATURE 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ This file contains message digests of all files listed in MANIFEST, -signed via the Module::Signature module, version 0.81. +signed via the Module::Signature module, version 0.83. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: @@ -14,72 +14,72 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -SHA1 375a1955e84a3fa4818c3d7461bb3c5edf1cd60e Changes -SHA1 cb36dd242de6d18cd64c4b55444347ebf09e43e7 LICENSE -SHA1 542696e08fe645aebe960ab6f83ce5637a120921 MANIFEST -SHA1 dcf4f2dbf2980048059f61a840b89bc7579b7bed MANIFEST.SKIP -SHA1 151de4b6221541d0d0100a6d36f1a87bace9e119 META.json -SHA1 a48643fb7bf77ea3afc1ffb3b7db4c7829c4b7a3 META.yml -SHA1 6418160ab4308442b78bae60945c1d2b6591313f Makefile.PL -SHA1 b9945378262a25db34dcdba06da956a52876188b README -SHA1 f9d2e5d4bcafb4b3d73b0a1f390aa25579cafbd2 README.apache-2.4.pod -SHA1 ccbc46a0385aabadd1e6f4a22f8d4ebb11b44901 README.modperl2 -SHA1 fc0708f4b4e74f2b3dcb8ca82409ff85360a3185 lib/Apache/AuthCookie.pm -SHA1 230cc7f97f735ad51defd14cbbb99a65afb2a671 lib/Apache/AuthCookie/FAQ.pod -SHA1 1487322b93fe2494c348b6cf47caa790f1250a71 lib/Apache/AuthCookie/Params.pm -SHA1 22b0ccea20bc7aebb74a14808eb3dd8243c06ece lib/Apache/AuthCookie/Params/Base.pm -SHA1 c545d90e446fea48500e5f6ae0190e7837d402a3 lib/Apache/AuthCookie/Params/CGI.pm -SHA1 8c8aef69590175ec89d2971002fb6068604b71aa lib/Apache/AuthCookie/Util.pm -SHA1 e346c43e215195b235a201bc5a7b7ed4f37bde93 lib/Apache2/AuthCookie.pm -SHA1 e2b0026242aec662b74bd9c25cdf70aae988b76e lib/Apache2/AuthCookie/Base.pm -SHA1 9e334ee16e5ce6d6b6a13d187fe3dad0d748dfbb lib/Apache2/AuthCookie/Params.pm -SHA1 14ecc1018b1164c9de41a32fc42fbc262371631b lib/Apache2_4/AuthCookie.pm -SHA1 e9a1441d3978e0c7f20373cdffde4e44059f1f59 scripts/docker-shell -SHA1 202ecf6a31c02ad029aa6e372ece61a935dd74bf scripts/docker-smoke -SHA1 fd937f1a4ab774883c703fb869c9108eabbce5f1 scripts/dzil-build -SHA1 fee15f1cd6c3fe17e8370838aafe6d54bfd72611 scripts/perlbrew-smoke -SHA1 c3fe2ecbcdea18bfb66ee1b48cdc3120af6dff2d scripts/run-docker-tests -SHA1 3ac8de46e7bba83f6969caec3c9c14cbd99881cb t/Skeleton/AuthCookieHandler.pm -SHA1 b1f854e6edecbdd44fc7b8db719e0fe21d9340d1 t/TEST.PL -SHA1 8efad25309730a4d501fb40fc03eda4697303372 t/author-pod-syntax.t -SHA1 19cc343f8a85c6805bbeb02580487483a6283887 t/author-signature.t -SHA1 a6db6d6b6791f6b296c2b4da81ba6ba563c40375 t/conf/extra.conf.in -SHA1 2156ea84b69ca7fef7b73d72a06c07cb145da7a9 t/htdocs/docs/authall/get_me.html -SHA1 2156ea84b69ca7fef7b73d72a06c07cb145da7a9 t/htdocs/docs/authany/get_me.html -SHA1 2156ea84b69ca7fef7b73d72a06c07cb145da7a9 t/htdocs/docs/cookiename/get_me.html -SHA1 ab2ac35a231e02c62fe61dda6800a6fa10e65686 t/htdocs/docs/echo-user.pl -SHA1 7cba67da7906c24dcd1b14a9572ff4544b567444 t/htdocs/docs/echo_cookie.pl -SHA1 ff64131e263980ea9575b71dc05c5aa2063e135d t/htdocs/docs/index.html -SHA1 0dba04a9de174ab9881cfe575d1d23bb5fc588a8 t/htdocs/docs/login.pl -SHA1 b9eca1b328da7d703abaec2d6a6d5751866843ac t/htdocs/docs/logout.pl -SHA1 2156ea84b69ca7fef7b73d72a06c07cb145da7a9 t/htdocs/docs/myuser/get_me.html -SHA1 b37a85d16cbb2342b407f2ba70b8a61aa1ca67bb t/htdocs/docs/protected/echo_user.pl -SHA1 24be947e7f5f765c02bab477dd47d0915e061bcf t/htdocs/docs/protected/enforce-local/no-default/index.html -SHA1 d767e693a331d021863a40f43f348ce688bae595 t/htdocs/docs/protected/enforce-local/with-default/index.html -SHA1 2156ea84b69ca7fef7b73d72a06c07cb145da7a9 t/htdocs/docs/protected/get_me.html -SHA1 077d964c9f67b5dfe4f5f6a73c71ccbd60bd03af t/htdocs/docs/protected/index.html -SHA1 2156ea84b69ca7fef7b73d72a06c07cb145da7a9 t/htdocs/docs/stimeout/get_me.html -SHA1 b17cdb6e4dfb752901c2a9df5ce822a2d54b92b5 t/lib/Sample/Apache/AuthCookieHandler.pm -SHA1 9ba342e14a302d89f38ab063c56e5ae000a7595c t/lib/Sample/Apache2/AuthCookieHandler.pm -SHA1 b19593e0dc51baa6a4d84bc27da2e53632ab8592 t/lib/Sample/Apache2_4/AuthCookieHandler.pm -SHA1 b872739fede90854e5685bfb60ff9408cba73fc1 t/real.t -SHA1 f0c37746e0277de1ddb62c9227628a5ebe5a777a t/signature.t -SHA1 e91bf0ef7d63322eaf15ca7d9907c6db47ce90ca t/startup.pl -SHA1 da33f704880ddd2596521c39be5b7b6a22913882 t/util.t +SHA256 e4f59ca4d3c54759b716c745fb5ffbfb1585ee0eccd4f6f90ecfe4a45489423f Changes +SHA256 a58ca9de10132ac8d9e9a18870f1a2fbef3833b77f20607cced111a6aa77fbf5 LICENSE +SHA256 4e3e93052a5bbf8ddbd0f1e8913718fcfb38f11bdab1d78a71ea06e849686266 MANIFEST +SHA256 2356950968e50ccff308dbfd3ff962b7d82295614376239596305108fe6dfb41 MANIFEST.SKIP +SHA256 0cd7d9ae42e255da9c00f2f326712c65e0841b4712db011668a8069673f3fae4 META.json +SHA256 84a97723e54772a93be03dc09c535617bad815472ce46fab9afdacf9d9e2df77 META.yml +SHA256 8bf6e835086f4e81ae91468ede7d9951b1097b13e2672609808119185956a4d0 Makefile.PL +SHA256 f494b0a37e5df7b8352400b40d5874e84e78f931e4f258150bd5d1a0895c2153 README +SHA256 6ce7dbf6d4d6ed49e1a1cb5393826e4afe23c6df28458271cbd77821803b7e53 README.apache-2.4.pod +SHA256 4d69214e14598566d2413e01f41645fec55783444d2d0f842adb7113682016bc README.modperl2 +SHA256 f33cfdca00f1079dcc24004193fadb1324bdb9caa05b3cd69f00cc55ea970300 lib/Apache/AuthCookie.pm +SHA256 f44e9bf4c5c288ace66f1b8183dc57a6e1b8f1bc7cb75107de27ce9090fa9ad0 lib/Apache/AuthCookie/FAQ.pod +SHA256 c37cefdaa151f0f259a4fc5ee04ddcceae3c981a183cc948271961074bed7e3b lib/Apache/AuthCookie/Params.pm +SHA256 64d87af1fb0eb5322fb76e8631c7a99da05d1b2fe0cef4a5ac087f9584b5b133 lib/Apache/AuthCookie/Params/Base.pm +SHA256 772359f1e3a3af31e8f718bb519c3cb174293c7c3545d1442dfa4c8c143f0c5b lib/Apache/AuthCookie/Params/CGI.pm +SHA256 6d1d32d976bbd15f485606a5b16f1a27c6053cee74bf5460350cbb0ce3304546 lib/Apache/AuthCookie/Util.pm +SHA256 419372a469ca6bca3764419de03d08e61a37f675b031a602022e74682bdf233b lib/Apache2/AuthCookie.pm +SHA256 282dd72ed621dfb8837343be21ff2f4a6199c9e169e4fa97b9fdf3010b1dad09 lib/Apache2/AuthCookie/Base.pm +SHA256 3ab32db7d283fc8658a51e2c68317af7ca8cd6f1212a7932988c5ba4511fd0dd lib/Apache2/AuthCookie/Params.pm +SHA256 385615592a36404f0ce369e9b8cad3b9bea34b34dd9123848998a32754edd4d8 lib/Apache2_4/AuthCookie.pm +SHA256 a0834bbd5d684bf83a0728d4974ca0dfffa58b447e9c0af17d9cac3f5ada4fce scripts/docker-shell +SHA256 dbb0cf12d53339f18f4b0fc48492f322eb6281b19b8e0aebc99a33bc8489bf37 scripts/docker-smoke +SHA256 0dbdb49718f5db2b8e48ce2711a82934558d12c0f771c90b049f8f59625a6e9b scripts/dzil-build +SHA256 44fb9c0944f5ec13ea2bcc4cb4c43016709a7e0302c087d3ed2599ba50893788 scripts/perlbrew-smoke +SHA256 5d32315e87d7c7b413bb7c0753e1f5a7ef9b1cff7c9e72b17dba5e10c44f3940 scripts/run-docker-tests +SHA256 2939b9cf6c64f08eed542e44b2c3a15fd181f8bbbcfa8a8cf5e93535453648ee t/Skeleton/AuthCookieHandler.pm +SHA256 65c85e5cdeb0322a90941de0a0e1a59ca91e78116c355997974dbd388649d022 t/TEST.PL +SHA256 305c657c6b73f10767a0ea286b8a73d693940f4cbb8b6a0a4d34e2b5a1c04635 t/author-pod-syntax.t +SHA256 9a339818bc8fe7f23595b06538321f26436cb3318c81446d88cd8af2d2ff4806 t/author-signature.t +SHA256 d4cc391a3f1e9de6c37b4ee5b7ffd233cb710fafdcc5aea30152f266fe6ddc79 t/conf/extra.conf.in +SHA256 8fbe5a29dc8cb1fcb9e70f2c1b6ff75982f7c9c2be961f00cb48b782101c7b04 t/htdocs/docs/authall/get_me.html +SHA256 8fbe5a29dc8cb1fcb9e70f2c1b6ff75982f7c9c2be961f00cb48b782101c7b04 t/htdocs/docs/authany/get_me.html +SHA256 8fbe5a29dc8cb1fcb9e70f2c1b6ff75982f7c9c2be961f00cb48b782101c7b04 t/htdocs/docs/cookiename/get_me.html +SHA256 3246637fff49f89292615d467d1bd7835b80504aaa3ad6fb778fba2ecc8cf33d t/htdocs/docs/echo-user.pl +SHA256 405148db912159960b11e6ac0b8fb70421b72f9440b13086f98024c97460db1f t/htdocs/docs/echo_cookie.pl +SHA256 40cdab7d7ba6df2974598bb41d91a26b0832a4d522d34a7eafe9cebbf2d2d5f8 t/htdocs/docs/index.html +SHA256 c1a0ed710129c5093c1d6a6ec2de438210e560d8d7e9ede55a858d3d68302749 t/htdocs/docs/login.pl +SHA256 082d40d4c9ae4c1aaf0d781467d0a598842867adbec7b3d94fbcd45f4aa2c0e6 t/htdocs/docs/logout.pl +SHA256 8fbe5a29dc8cb1fcb9e70f2c1b6ff75982f7c9c2be961f00cb48b782101c7b04 t/htdocs/docs/myuser/get_me.html +SHA256 3a6b03416abd505d212d9ab7a59412fa646818bfbd453f94620773e97b2a6e3e t/htdocs/docs/protected/echo_user.pl +SHA256 96d4b5bef3639ecd0927cb4ca573c35aa8d5138987b9499a18000e30d3b9a76c t/htdocs/docs/protected/enforce-local/no-default/index.html +SHA256 75206ec8ac9c5cb584759d920c9692bd81ac5f20dbc6e82da4c86f62fb9f4f25 t/htdocs/docs/protected/enforce-local/with-default/index.html +SHA256 8fbe5a29dc8cb1fcb9e70f2c1b6ff75982f7c9c2be961f00cb48b782101c7b04 t/htdocs/docs/protected/get_me.html +SHA256 b283bff783d9827d49fa6cfce29549b440427d424147e0b38668cdf7220baa7c t/htdocs/docs/protected/index.html +SHA256 8fbe5a29dc8cb1fcb9e70f2c1b6ff75982f7c9c2be961f00cb48b782101c7b04 t/htdocs/docs/stimeout/get_me.html +SHA256 673ad34b62a581ad8d6bf49767d7620a1422e15b7a35866f94060046da8ff6c5 t/lib/Sample/Apache/AuthCookieHandler.pm +SHA256 7193cd984b296e7faf3823ee3ac21ddd3b5f8b143430a3f19cd371283f63b202 t/lib/Sample/Apache2/AuthCookieHandler.pm +SHA256 cab902376ec346269c1730d1f8f912fd184f5f02e41cfde6fdb08e53c3c46cd5 t/lib/Sample/Apache2_4/AuthCookieHandler.pm +SHA256 48f7e5280c23e8fc8514d83e1a5b10b0ba8ec993613c047736a9cbb45aed7da7 t/real.t +SHA256 ee23dab66cb03f5c839f80d39725dc461b6f4d36c838d07451b05ae6a9aad1dd t/signature.t +SHA256 94c586ddeab7f04a4f63b0da1d06113dfa3714df51aa759ca40a7690a8787e64 t/startup.pl +SHA256 ac9cae5e46a673b730243cbfd1b77e10a8f743b3821faf3d029ff56a203bf026 t/util.t -----BEGIN PGP SIGNATURE----- -iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAl6V2JkRHG1zY2hvdXRA -Y3Bhbi5vcmcACgkQRAzvLrlUzY7/9Q/9Hk6EjLkTbl2gT/2i4bYPsmIu3IhNxaY8 -eWEEYR2+F3gsHmt4fEeKQiXtqQsJw7Vkd2AyvDmwvsBU0TWvW+TA4yWFFr0lEItE -TEsFcmm6P/7uvUqPj6AaCO95lLBwyAtOtEQ/wUdWw/EsgQcgcuYpY4x4loerZ5w/ -wL2an6FXUw7UgMKmnkG6nzWTvBQ7gsgTjVIBDal+QVSSE0Iar/CDdB0Y2m94BAPy -tOOUhkR0Vjdknq/QZcgZLLByknEWWtn1X5QqLiPR0sPHQlXTe9CTVICeWwdydtS8 -+tk1fXxxaTl801a7PMnpEtDvfJALQODh0SLgl/SZFE/UUnCnGuk/DWP33gjnjYEP -+10FqN6UaHSYp2FqQHGomWFXZhP0oNTJmyN9qaYrxeRgwF2wEZm/HD2rgkJBrDwR -2he6FR9382FBhOtjg1RNh7HPQWzKbrfExcqIlOgsnp85bn8zwr1Aztsw5tEAk6dc -HINFAOLqWnPdRGpioUDN7WRRNm5BRUZXzotvKB5I6RPT85NDeksuELtXdHPx0YSA -k9n0k8tQDBEZQ/VOkMc3nb6F/lg+298X9WErJLfCP3NLal4jan2iJwnsgE7u1DRw -kua420FkTafZQgbzmJHrTs11eGUPs/IwJwKNx3++oUqwWcsR0IktNBY9hjcG051N -Yg+R6gUlKPk= -=1BzL +iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAmHWW5cRHG1zY2hvdXRA +Y3Bhbi5vcmcACgkQRAzvLrlUzY43vQ//RZcdzTuWjme1iKOPoozoCy6Ri9dtreqJ +b4VenvpbmWUmWLpp3mxW1m9YdnAwGlyn95d6V02LcTIpF9YgFwydRrHub/wNAmZK +XNDOHXFXK/EobgB8623Hl5BNcvyImndvqemc/zaXQRBE7RdZ1Omr6GI1eFtR1FRT +jzZ+7FAfXwaI0srjdi8XO4BqMuTWuaUmVGL54bEAHqiQ5gKP6guRsRJEEVYzIGVH +04S1sXJ7Q1KWUxQSY5bhTCXwYc2h3nKeL0cmwLqIComS5HDFNXA4HQFgmO2wLmis +X+fDn55pzVp66IzA5nHiYEFGkejUdJSkgAx0jNomRnCcB73sRmwAAY+BuEnu/RlB +32R9HgazzeStd91X/KwtgEJdjemge7D/rzce4/iJZ8/MU+YexRjy5ZcMcms8o+Kc +ADhonuVxjlDZq9xuUhSdtI/0kgkQPc1G5oXK2vurgdgLxjUNNXkLxWND8q3VmZ+r +dMYEcu8ZQQ+CKl5HP8jqEZa1Z/s8RtE0zMYAeT1E0YQZeLgzDw7tJd40b4HTHHKR +0XQLR4mJlZuv1xaqU18OYyIKxifUz3oVcW7JXgYh/p+Rfc+V+LafR2ur7NpGOUy7 +HZiE1WIOd3jVFCFuM7i0g4cIVXOzo4M+aN6TJ+Yu4XnNI9oyr4f+OiSnDH7zKt5D +davKmMwfyT8= +=7EEq -----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/FAQ.pod new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/FAQ.pod --- old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/FAQ.pod 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/FAQ.pod 2022-01-06 04:01:44.000000000 +0100 @@ -17,7 +17,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/Params/Base.pm new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/Params/Base.pm --- old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/Params/Base.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/Params/Base.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache::AuthCookie::Params::Base; -$Apache::AuthCookie::Params::Base::VERSION = '3.30'; +$Apache::AuthCookie::Params::Base::VERSION = '3.31'; # ABSTRACT: Internal CGI AuthCookie Params Base Class use strict; @@ -57,7 +57,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/Params/CGI.pm new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/Params/CGI.pm --- old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/Params/CGI.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/Params/CGI.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache::AuthCookie::Params::CGI; -$Apache::AuthCookie::Params::CGI::VERSION = '3.30'; +$Apache::AuthCookie::Params::CGI::VERSION = '3.31'; # ABSTRACT: Internal CGI Params Subclass use strict; @@ -182,7 +182,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/Params.pm new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/Params.pm --- old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/Params.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/Params.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache::AuthCookie::Params; -$Apache::AuthCookie::Params::VERSION = '3.30'; +$Apache::AuthCookie::Params::VERSION = '3.31'; # ABSTRACT: AuthCookie Params Driver for mod_perl 1.x use strict; @@ -42,7 +42,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/Util.pm new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/Util.pm --- old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie/Util.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie/Util.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache::AuthCookie::Util; -$Apache::AuthCookie::Util::VERSION = '3.30'; +$Apache::AuthCookie::Util::VERSION = '3.31'; # ABSTRACT: Internal Utility Functions for AuthCookie use strict; @@ -136,7 +136,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie.pm new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie.pm --- old/Apache-AuthCookie-3.30/lib/Apache/AuthCookie.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache/AuthCookie.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache::AuthCookie; -$Apache::AuthCookie::VERSION = '3.30'; +$Apache::AuthCookie::VERSION = '3.31'; # ABSTRACT: Perl Authentication and Authorization via cookies use strict; @@ -669,7 +669,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache2/AuthCookie/Base.pm new/Apache-AuthCookie-3.31/lib/Apache2/AuthCookie/Base.pm --- old/Apache-AuthCookie-3.30/lib/Apache2/AuthCookie/Base.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache2/AuthCookie/Base.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache2::AuthCookie::Base; -$Apache2::AuthCookie::Base::VERSION = '3.30'; +$Apache2::AuthCookie::Base::VERSION = '3.31'; # ABSTRACT: Common Methods Shared by Apache2 and Apache2_4 AuthCookie Subclasses. use strict; @@ -568,7 +568,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache2/AuthCookie/Params.pm new/Apache-AuthCookie-3.31/lib/Apache2/AuthCookie/Params.pm --- old/Apache-AuthCookie-3.30/lib/Apache2/AuthCookie/Params.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache2/AuthCookie/Params.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache2::AuthCookie::Params; -$Apache2::AuthCookie::Params::VERSION = '3.30'; +$Apache2::AuthCookie::Params::VERSION = '3.31'; # ABSTRACT: AuthCookie Params Driver for mod_perl 2.x use strict; @@ -42,7 +42,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache2/AuthCookie.pm new/Apache-AuthCookie-3.31/lib/Apache2/AuthCookie.pm --- old/Apache-AuthCookie-3.30/lib/Apache2/AuthCookie.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache2/AuthCookie.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache2::AuthCookie; -$Apache2::AuthCookie::VERSION = '3.30'; +$Apache2::AuthCookie::VERSION = '3.31'; # ABSTRACT: Perl Authentication and Authorization via cookies use strict; @@ -87,7 +87,7 @@ my $auth_name = $r->auth_name; - return lc $r->dir_config("${auth_name}Satisfy") || 'all'; + return lc( $r->dir_config("${auth_name}Satisfy") || 'all' ); } @@ -118,7 +118,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Apache-AuthCookie-3.30/lib/Apache2_4/AuthCookie.pm new/Apache-AuthCookie-3.31/lib/Apache2_4/AuthCookie.pm --- old/Apache-AuthCookie-3.30/lib/Apache2_4/AuthCookie.pm 2020-04-14 17:36:57.000000000 +0200 +++ new/Apache-AuthCookie-3.31/lib/Apache2_4/AuthCookie.pm 2022-01-06 04:01:44.000000000 +0100 @@ -1,5 +1,5 @@ package Apache2_4::AuthCookie; -$Apache2_4::AuthCookie::VERSION = '3.30'; +$Apache2_4::AuthCookie::VERSION = '3.31'; # ABSTRACT: Perl Authentication and Authorization via cookies for Apache 2.4 use strict; @@ -60,7 +60,7 @@ =head1 VERSION -version 3.30 +version 3.31 =head1 SYNOPSIS