Skip to content

Commit

Permalink
Update to 0.25
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Nov 3, 2014
1 parent 6eed06e commit cf9c2aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions www/p5-Plack-Middleware-Session/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.10 2014/05/29 23:38:13 wiz Exp $
# $NetBSD: Makefile,v 1.11 2014/11/03 03:17:51 wen Exp $

DISTNAME= Plack-Middleware-Session-0.20
DISTNAME= Plack-Middleware-Session-0.25
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}

Expand All @@ -21,6 +20,7 @@ BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Plack>=0.9910:../../www/p5-Plack
DEPENDS+= p5-Cookie-Baker>=0:../../www/p5-Cookie-Baker

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions www/p5-Plack-Middleware-Session/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2013/08/22 07:00:17 wen Exp $
$NetBSD: distinfo,v 1.5 2014/11/03 03:17:51 wen Exp $

SHA1 (Plack-Middleware-Session-0.20.tar.gz) = ea42a9be76d1ca57330277db1d2d98bf927a6d7c
RMD160 (Plack-Middleware-Session-0.20.tar.gz) = c614d130c14eefa3cd300b58bf7438eb5064550d
Size (Plack-Middleware-Session-0.20.tar.gz) = 24164 bytes
SHA1 (Plack-Middleware-Session-0.25.tar.gz) = a161b2cdb7bd25e7c3bbfdaa7bb49530a8dffd30
RMD160 (Plack-Middleware-Session-0.25.tar.gz) = f41c71de15cfaaa79cca5cd8b2d54ec9b20adb54
Size (Plack-Middleware-Session-0.25.tar.gz) = 24555 bytes

0 comments on commit cf9c2aa

Please sign in to comment.