summaryrefslogtreecommitdiff
path: root/www/p5-Session-Storage-Secure
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-05-02p5-Session-Storage-Secure: update to 0.011.wiz2-9/+8
0.011 2018-04-22 22:12:40+02:00 Europe/Oslo [CHANGED] - Bumped prereq on Sereal::Decoder to 4.005
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
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-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-12-08Update to 0.010wen2-7/+6
Upstream changes: 0.010 2014-05-04 13:52:13-04:00 America/New_York [ADDED] - Added support for customizing options to Sereal encoder and decoder, i.e. to allow object serialization for those willing to accept the risks of doing so. (Thanks to Breno de Oliveira for inspiration to do this.) 0.009 2014-04-17 17:15:25-04:00 America/New_York [FIXED] - Fixed bug that would cause custom encoding tests to fail intermittently 0.008 2014-04-17 16:29:50-04:00 America/New_York [ADDED] - Added support for keeping an array of old keys for decryption (Tom Hukins) - Added support for replacing MIME::Base64 encoding with user-specified transport encoding/decoding, possibly with a custom separator [INTERNAL] - Update repository support and meta files
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
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.
2013-07-03Adding package for CPAN distribution Session-Storage-Secure version 0.007sno3-0/+49
into www/p5-Session-Storage-Secure. 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. Features include: () Data serialization and compression using Sereal () Data encryption using AES with a unique derived key per encoded session () Enforced expiration timestamp (optional) () Integrity protected with a message authentication code (MAC)