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.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-AuthCookie.new/perl-Apache-AuthCookie.changes
       2013-12-19 12:22:08.000000000 +0100
@@ -1,0 +2,18 @@
+Wed Dec 18 10:36:02 UTC 2013 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.RzjYA5/_new  2013-12-19 12:22:08.000000000 +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

++++++ Apache-AuthCookie-3.18.tar.gz -> Apache-AuthCookie-3.20.tar.gz ++++++
++++ 1615 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to