This module implements a secure way to encode session data. It is

primarily intended for storing session data in browser cookies, but
could be used with other backend storage where security of stored
session data is important.

WWW: http://search.cpan.org/dist/Session-Storage-Secure/
This commit is contained in:
Jun Kuriyama 2013-02-05 13:48:42 +00:00
parent d0152cc47a
commit da4e577754
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311716
5 changed files with 49 additions and 0 deletions

View file

@ -1162,6 +1162,7 @@
SUBDIR += p5-STF-Dispatcher-PSGI
SUBDIR += p5-SWF-Chart
SUBDIR += p5-Scrappy
SUBDIR += p5-Session-Storage-Secure
SUBDIR += p5-Squatting
SUBDIR += p5-Squatting-On-PSGI
SUBDIR += p5-Starlet

View file

@ -0,0 +1,33 @@
# $FreeBSD$
PORTNAME= Session-Storage-Secure
PORTVERSION= 0.005
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for encrypted, serialized session data with integrity
RUN_DEPENDS= \
p5-Crypt-CBC>0:${PORTSDIR}/security/p5-Crypt-CBC \
p5-Crypt-Rijndael>0:${PORTSDIR}/security/p5-Crypt-Rijndael \
p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \
p5-Math-Random-ISAAC-XS>0:${PORTSDIR}/math/p5-Math-Random-ISAAC-XS \
p5-Moo>0:${PORTSDIR}/devel/p5-Moo \
p5-MooX-Types-MooseLike>0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \
p5-Sereal-Decoder>0:${PORTSDIR}/converters/p5-Sereal-Decoder \
p5-Sereal-Encoder>0:${PORTSDIR}/converters/p5-Sereal-Encoder \
p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Number-Tolerant>0:${PORTSDIR}/devel/p5-Number-Tolerant
PERL_CONFIGURE= yes
MAN3= Session::Storage::Secure.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Session-Storage-Secure-0.005.tar.gz) = c5013dd353ce52921b9d1e1f6935bf4d45e28bc5e57e0977876d0f733996c482
SIZE (Session-Storage-Secure-0.005.tar.gz) = 19230

View file

@ -0,0 +1,6 @@
This module implements a secure way to encode session data. It is
primarily intended for storing session data in browser cookies, but
could be used with other backend storage where security of stored
session data is important.
WWW: http://search.cpan.org/dist/Session-Storage-Secure/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Session/Storage/Secure/.packlist
%%SITE_PERL%%/Session/Storage/Secure.pm
@dirrmtry %%SITE_PERL%%/Session/Storage
@dirrmtry %%SITE_PERL%%/Session
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session/Storage/Secure
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session/Storage
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session