From cf9c2aab8ca1b3b57086bf107595df5d7f9ef7ce Mon Sep 17 00:00:00 2001 From: wen Date: Mon, 3 Nov 2014 03:17:51 +0000 Subject: [PATCH] Update to 0.25 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) --- www/p5-Plack-Middleware-Session/Makefile | 6 +++--- www/p5-Plack-Middleware-Session/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/p5-Plack-Middleware-Session/Makefile b/www/p5-Plack-Middleware-Session/Makefile index 9e9159c59617e..a9c2a34b4715a 100644 --- a/www/p5-Plack-Middleware-Session/Makefile +++ b/www/p5-Plack-Middleware-Session/Makefile @@ -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/} @@ -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" diff --git a/www/p5-Plack-Middleware-Session/distinfo b/www/p5-Plack-Middleware-Session/distinfo index 5bf3becd8a94e..9ca01ff194bff 100644 --- a/www/p5-Plack-Middleware-Session/distinfo +++ b/www/p5-Plack-Middleware-Session/distinfo @@ -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