Up to [cvs.NetBSD.org] / pkgsrc / www / p5-Dancer-Session-Cookie
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 6 09:42:32 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
*: recursive bump for perl 5.38
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:43 2023 UTC (3 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.16: +7 -7
lines
Diff to previous 1.16 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.16 / (download) - annotate - [select for diffs], Tue Jun 28 11:37:19 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
*: recursive bump for perl 5.36
Revision 1.15 / (download) - annotate - [select for diffs], Mon May 24 19:55:29 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
*: recursive bump for perl 5.34
Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 31 18:12:48 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 4 22:10:03 2019 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
www: align variable assignments pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 11 13:24:36 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 30 20:17:28 2019 UTC (4 years, 3 months ago) by nia
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 22 09:47:36 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Recursive bump for perl5-5.28.0
Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 14 08:03:27 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
p5-Dancer-Session-Cookie: update to 0.30. 0.30 2018-03-11 [ ENHANCEMENTS ] - add a CONTRIBUTING file [GH#18, Paul Cochrane] - minor refactoring, bump minor Perl version to 5.10.0. [ STATISTICS ] - code churn: 5 files changed, 127 insertions(+), 26 deletions(-)
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 25 19:34:54 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
p5-Dancer-Session-Cookie: update to 0.29. 0.29 2018-02-19 [ MISC ] - Added appveyor integration for Windows CI. [GH#11, Paul Cochrane] - Set minimal Perl version to be 5.8. [GH#10, Paul Cochrane] - Misc code cleanup. [GH#14, GH#15, GH#16, GH#17, Paul Cochrane] - Added appveyor and travis badges to README. [GH#13, Paul Cochrane] [ STATISTICS ] - code churn: 12 files changed, 69 insertions(+), 21 deletions(-) 0.28 2018-02-10 [ BUG FIXES ] - Tests require Plack::Test v1.0029+. [GH#8, Mohammad S Anwar] [ DOCUMENTATION ] - Improve English flow of the POD. [GH#9, Paul Cochrane] [ STATISTICS ] - code churn: 10 files changed, 105 insertions(+), 48 deletions(-)
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 5 14:25:16 2017 UTC (6 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Recursive revbump from lang/perl5 5.26.0
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 8 19:25:01 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Bump PKGREVISION for perl-5.24.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 9 04:06:02 2016 UTC (7 years, 8 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.4: +2 -5
lines
Diff to previous 1.4 (colored)
Update to 0.27 Upstream changes: 0.27 2015-09-23 - Remode 'README.pod' from distribution. [GH#6] [ STATISTICS ] - code churn: 4 files changed, 62 insertions(+), 126 deletions(-) 0.26 2015-09-10 - Switch Test::WWW::Mechanize::PSGI for raw HTTP::Request/Response. (GH#5, xsawyerx) [ DOCUMENTATION ] - Document the 'session_expires' setting. - Warn about maximal cookie size. (GH#2 David Precious) [ STATISTICS ] - code churn: 10 files changed, 304 insertions(+), 192 deletions(-)
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 12 10:51:58 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 8 09:05:31 2014 UTC (8 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.2: +7 -5
lines
Diff to previous 1.2 (colored)
Update to 0.25 Update DEPENDS Upstream changes: 0.25 2014-08-04 [MISC] - Move tests from Test::TCP to Test::WWW::Mechanize::PSGI. [STATISTICS] - code churn: 5 files changed, 138 insertions(+), 174 deletions(-) 0.24 2014-07-29 [MISC] - Release again, this time with real co-maint permissions. [STATISTICS] - code churn: 1 file changed, 57 insertions(+), 53 deletions(-) 0.23 2014-07-17 [CHANGED] - Requires Session::Storage::Secure 0.010 to allow storing objects, which is specially relevant for JSON::bool data.
Revision 1.2 / (download) - annotate - [select for diffs], Thu May 29 23:38:04 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump for perl-5.20.0. 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.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 3 17:44:29 2013 UTC (10 years, 3 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Adding package for CPAN distribution Dancer-Session-Cookie version 0.22 into www/p5-Dancer-Session-Cookie. This module implements a session engine for sessions stored entirely in cookies. Usually only session id is stored in cookies and the session data itself is saved in some external storage, e.g. database. This module allows to avoid using external storage at all. Since server cannot trust any data returned by client in cookies, this module uses cryptography to ensure integrity and also secrecy. The data your application stores in sessions is completely protected from both tampering and analysis on the client-side.