Commit graph

8 commits

Author SHA1 Message Date
sno
6123afc9a5 Updating www/p5-Catalyst-Plugin-Session-State-Cookie from 0.14nb1 to 0.17
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.17    2009-10-18
        - Fixup copyright information

0.16    2009-10-16
        - Use session config handling from Catalyst::Plugin::Session 0.27.

0.15    2009-10-06
        - Fix the httponly option again (Closes RT##50249).
        - Make tests not warn with latest version of Catalyst.
        - Prefer session configuration to be in the 'Plugin::Session'
          config key, but provide backwards compatibility for the
          deprecated 'session' key.
2009-10-24 14:50:28 +00:00
sno
e0362309e6 Updating www/p5-Catalyst-Plugin-Session-State-Cookie from 0.13 to 0.14
Upstream changes:
0.14    2009-08-22
        - Allow turning off the httponly option (Closes RT#48930).
2009-09-13 20:04:17 +00:00
sno
85732b8543 Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.12
to 0.13

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.13    2009-08-19
        - Remove Test::MockObject from the test suite as prone to failing on
          some platforms and perl versions due to its UNIVERSAL:: package
          dependencies.
        - Remove Class::Accessor::Fast and replace with Moose. This allows
          us to not have a ->new method, This is more correct for Plugins
          and also means that Catalyst is not forced to invoke the scary
          replace_constructor at scope end handling.
2009-08-20 18:22:35 +00:00
sno
91544cb06e Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.11
to 0.12

pkgsrc changes:
  - Adjusting dependencies
  - Adding license

Upstream changes:
0.12    2009-07-18
        - Introduced a new option cookie_httponly
        - Option cookie_secure extended (old syntax fully supported)
2009-08-19 18:34:07 +00:00
abs
275bfe92a7 update to use the new Module::Install infrastructure 2009-06-11 12:06:10 +00:00
sno
a6983a5811 PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::State::Cookie
    from 0.10 to 0.11
  - Adding patch to prevent install missing dependencies

Upstream changes:
0.11    2009-05-13
        - Change TestApp so that the application is in t/lib, to make it easier
          for Catalyst to force our package to be immutable.
2009-05-17 19:34:17 +00:00
he
becaf2be7d Update from version 0.09nb2 to 0.10.
Pkgsrc changes:
 o Adjust dependencies, add p5-MRO-Compat

Upstream changes:

0.10    2009-02-08
        - POD addition.
        - Switch from NEXT to MRO::Compat
2009-02-22 17:33:10 +00:00
abs
f5041d1975 Added www/p5-Catalyst-Plugin-Session-State-Cookie version 0.09
In order for Catalyst::Plugin::Session to work the session ID needs
to be stored on the client, and the session data needs to be stored
on the server.

This plugin stores the session ID on the client using the cookie
mechanism.
2008-07-15 09:18:48 +00:00