Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
0.011 2018-04-22 22:12:40+02:00 Europe/Oslo
[CHANGED]
- Bumped prereq on Sereal::Decoder to 4.005
|
|
|
|
|
|
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.
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
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
|
|
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.
|
|
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)
|