Commit graph

14 commits

Author SHA1 Message Date
rillig
b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
d5c846b3af 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.
2019-06-30 20:14:13 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
a7033d2042 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(-)
2018-03-14 08:03:27 +00:00
wiz
254b1c24b0 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(-)
2018-02-25 19:34:54 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wen
4dd1158528 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(-)
2016-01-09 04:06:02 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wen
dd78d27109 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.
2014-12-08 09:05:31 +00:00
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
sno
1b4475c0b4 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.
2013-07-03 17:44:29 +00:00