Bug 210178 - security/p5-Session-Token Update from 1.010 to 1.502
Summary: security/p5-Session-Token Update from 1.010 to 1.502
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-09 21:47 UTC by Henk van Oers
Modified: 2016-06-10 13:43 UTC (History)
2 users (show)

See Also:


Attachments
The diff (998 bytes, patch)
2016-06-09 21:47 UTC, Henk van Oers
hvo.pm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henk van Oers 2016-06-09 21:47:22 UTC
Created attachment 171246 [details]
The diff

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.
---------------

All tests run clean OK.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-06-10 13:41:07 UTC
A commit references this bug:

Author: tz
Date: Fri Jun 10 13:40:38 UTC 2016
New revision: 416680
URL: https://svnweb.freebsd.org/changeset/ports/416680

Log:
  security/p5-Session-Token: Update to 1.502

  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:
  head/security/p5-Session-Token/Makefile
  head/security/p5-Session-Token/distinfo
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2016-06-10 13:43:14 UTC
Committed, thanks!