/dns/opendnssec/

t to metacpan.org after June 25, 2018. With hat: perl databases/p5-Dancer2-Session-DBIC 2017-10-15T02:47:49+00:00 pi pi@FreeBSD.org 2017-10-15T02:47:49+00:00 738554c1918c7437779e8d22a83f96c9aced0db9 databases/p5-Interchange6-Schema devel/p5-MooseX-CoverableModifiers devel/p5-Test-MockDateTime devel/p5-Test-Roo devel/p5-superclass mail/p5-Email-MIME-RFC2047 mail/p5-Mail-Box-IMAP4-SSL security/p5-Dancer-Plugin-Auth-Extensible security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup security/p5-Dancer2-Plugin-Auth-Extensible security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup security/p5-Dancer2-Plugin-Passphrase security/p5-Session-Token www/p5-Dancer-Plugin-Lexicon www/p5-Dancer-Plugin-RPC www/p5-Dancer2-Plugin-Interchange6 www/p5-Dancer2-Plugin-Path-Class www/p5-Interchange6 - give maintainer to perl@ Submitted by: hvo.pm@xs4all.nl (maintainer)
databases/p5-Interchange6-Schema
devel/p5-MooseX-CoverableModifiers
devel/p5-Test-MockDateTime
devel/p5-Test-Roo
devel/p5-superclass
mail/p5-Email-MIME-RFC2047
mail/p5-Mail-Box-IMAP4-SSL
security/p5-Dancer-Plugin-Auth-Extensible
security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup
security/p5-Dancer2-Plugin-Auth-Extensible
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup
security/p5-Dancer2-Plugin-Passphrase
security/p5-Session-Token
www/p5-Dancer-Plugin-Lexicon
www/p5-Dancer-Plugin-RPC
www/p5-Dancer2-Plugin-Interchange6
www/p5-Dancer2-Plugin-Path-Class
www/p5-Interchange6

- give maintainer to perl@

Submitted by:	hvo.pm@xs4all.nl (maintainer)
Fix license information for portgs that use "the same license as Perl". 2017-09-15T08:58:46+00:00 mat mat@FreeBSD.org 2017-09-15T08:58:46+00:00 a3898eb8ff342dbb0605482d4ee476fc06d17372 Sponsored by: Absolight
Sponsored by:	Absolight
security/p5-Session-Token: 1.502 -> 1.503 2016-08-18T20:18:00+00:00 pi pi@FreeBSD.org 2016-08-18T20:18:00+00:00 47f65c78d8284db2ecd768378fab95578465fe6f - Documentation updates PR: 211971 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
- Documentation updates

PR:		211971
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
security/p5-Session-Token: Update to 1.502 2016-06-10T13:40:37+00:00 tz tz@FreeBSD.org 2016-06-10T13:40:37+00:00 9b0014df0faa13b1e2666a96b741353f81fc9c0d Changes: 1.502 2015-09-19 * The alphabet test was using a regexp with ok() which I think may be causing cpantesters failures. I changed it to use like() which will also have better reporting. 1.501 2015-09-09 * Add benchmarking example that compares token templates versus String::Random's randpattern 1.500 2015-09-09 * Use typemap to bless the C context to Session::Token package and implement get() fully in XS. This is about 40% faster when tokens are created in a tight loop. PR: 210178 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer) Approved by: junovitch (mentor)
Changes:

  1.502  2015-09-19
    * The alphabet test was using a regexp with ok() which I
      think may be causing cpantesters failures. I changed
      it to use like() which will also have better reporting.

  1.501  2015-09-09
    * Add benchmarking example that compares token templates
      versus String::Random's randpattern

  1.500  2015-09-09
    * Use typemap to bless the C context to Session::Token
      package and implement get() fully in XS. This is about
      40% faster when tokens are created in a tight loop.

PR:           210178
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
Approved by:  junovitch (mentor)
- Update to 1.010 2015-08-30T03:57:06+00:00 sunpoet sunpoet@FreeBSD.org 2015-08-30T03:57:06+00:00 060a9f8f3fba669159f17485057146cf5ad19f3f - While I'm here, remove outdated CHMOD Changes: http://search.cpan.org/dist/Session-Token/Changes PR: 202729 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
- While I'm here, remove outdated CHMOD

Changes:	http://search.cpan.org/dist/Session-Token/Changes
PR:		202729
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
This module provides a secure, efficient, and simple interface for 2015-05-27T21:21:54+00:00 amdmi3 amdmi3@FreeBSD.org 2015-05-27T21:21:54+00:00 660658dca7c9f56bde1121cc5f12f68d57abd33e creating session tokens, password reset codes, temporary passwords, random identifiers, and anything else you can think of. Like this: my $token = Session::Token->new->get; # 128 bits WWW: http://search.cpan.org/dist/Session-Token/ PR: 200390 Submitted by: hvo.pm@xs4all.nl
creating session tokens, password reset codes, temporary passwords,
random identifiers, and anything else you can think of.

Like this: my $token = Session::Token->new->get; # 128 bits

WWW: http://search.cpan.org/dist/Session-Token/

PR:		200390
Submitted by:	hvo.pm@xs4all.nl