- Add BUILD_DEPENDS+= p5-Test-Fatal for make test
(upstream)
- Update 0.25 to 0.30
-------------------
0.30 2015-03-02 10:24:38 PST
- Fix VERSION
0.29 2015-02-17 15:56:25 PST
- Moved repo to the plack organization on github
0.28 2015-02-16 08:30:08 PST
- Same as 0.27. Make it non-trial
0.27 2015-02-13 16:52:11 PST
- Added late_store in psgix.session.options to update the
session after the streaming and reverts the default
behavior to pre-0.26 (reported by darkkar, fixed by alexmv)
#29, #30
0.26 2015-02-03 09:17:38 CET
- Improved documentation (oalders, basiliscos, Mohammad Anwar, alexmv)
- Session storage is now updated in the cleanup phase, after
the streaming is complete (alexmv) #28
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Add missing DEPENDS
Upstream changes:
0.25 2014-09-28 20:07:42 PDT
- Make tests safer for parallel execution. #21
0.24 2014-09-05 04:49:59 PDT
- No changes since 0.23
0.23 2014-08-11 10:22:40 PDT
- Changed the warning to error, when secret is not set.
0.22 2014-08-11 10:16:51 PDT
- Document the vunlerability of using this middleware without secret, and
warn when secret is not set on the runtime. In the next release the default
will be changed to require the secret. (mala)
0.21 2013-10-12 11:41:37 PDT
- use Cookie::Baker (kazeburo)
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Changes from previous:
0.14 Tue Mar 29 13:48:42 PDT 2011
- Support get_dbh callback in Store::DBI (kazeburo)
0.13 Wed Dec 22 08:56:52 PST 2010
- Added WARNINGS to deprecate request parameter based session state from the default state
- Added 'change_id' option for paranoids against session fixation (s-aska, nihen)
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Session is a Plack middleware
component for session management. By default it uses cookies to
keep session state and store data in memory. It also comes with
other state and store solutions.