7
0

Compare commits

15 Commits

Author SHA256 Message Date
03be8dc373 Accepting request 946975 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/946975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=30
2022-01-17 21:34:19 +00:00
8a73ff7f7b Accepting request 794245 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/794245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=29
2020-04-16 21:01:15 +00:00
5fab451de9 Accepting request 787930 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/787930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=28
2020-03-24 21:37:42 +00:00
bc78905a0b Accepting request 749845 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/749845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=27
2019-11-20 11:38:06 +00:00
75182c641c Accepting request 638958 from devel:languages:perl
- 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.

OBS-URL: https://build.opensuse.org/request/show/638958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=26
2018-10-01 06:19:08 +00:00
4af4ca2fb3 Accepting request 424237 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/424237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=25
2016-09-26 10:36:11 +00:00
a14e82a907 Accepting request 354801 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/354801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=24
2016-01-21 22:44:09 +00:00
f7358b6e31 Accepting request 350873 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/350873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=23
2015-12-29 11:59:35 +00:00
1d8e442d32 Accepting request 296969 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=22
2015-04-16 12:13:06 +00:00
Stephan Kulow
1e5d005ece Accepting request 211360 from devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/211360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=20
2013-12-19 11:22:06 +00:00
Stephan Kulow
59c4b76286 Accepting request 137923 from devel:languages:perl
- buildrequire explicitly netcfg (forwarded request 137879 from coolo)

OBS-URL: https://build.opensuse.org/request/show/137923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=17
2012-10-12 12:16:41 +00:00
Stephan Kulow
99e0b99f39 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=15
2011-12-06 17:37:24 +00:00
Stephan Kulow
df669385dd Accepting request 91035 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/91035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=14
2011-11-14 13:52:48 +00:00
8a6206fee8 Autobuild autoformatter for 54954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=11
2010-12-08 00:50:48 +00:00
6d5def5656 Accepting request 54954 from devel:languages:perl
Accepted submit request 54954 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=10
2010-12-08 00:50:38 +00:00

Diff Content Not Available