Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2016 13:40:37 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416680 - head/security/p5-Session-Token
Message-ID:  <201606101340.u5ADebq4019743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Jun 10 13:40:37 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)

Modified:
  head/security/p5-Session-Token/Makefile
  head/security/p5-Session-Token/distinfo

Modified: head/security/p5-Session-Token/Makefile
==============================================================================
--- head/security/p5-Session-Token/Makefile	Fri Jun 10 13:36:23 2016	(r416679)
+++ head/security/p5-Session-Token/Makefile	Fri Jun 10 13:40:37 2016	(r416680)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Session-Token
-PORTVERSION=	1.010
+PORTVERSION=	1.502
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:FRACTAL

Modified: head/security/p5-Session-Token/distinfo
==============================================================================
--- head/security/p5-Session-Token/distinfo	Fri Jun 10 13:36:23 2016	(r416679)
+++ head/security/p5-Session-Token/distinfo	Fri Jun 10 13:40:37 2016	(r416680)
@@ -1,2 +1,3 @@
-SHA256 (Session-Token-1.010.tar.gz) = cf7533b7bfa4988e6ab1e0138370a0a98b2b4ba7c39c80d890872f0244bcd043
-SIZE (Session-Token-1.010.tar.gz) = 23184
+TIMESTAMP = 1465508038
+SHA256 (Session-Token-1.502.tar.gz) = 54d3dd4c24aee1f05400b269130b05003e927e364c35c14b7eb6ea29fe5904a8
+SIZE (Session-Token-1.502.tar.gz) = 24020



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606101340.u5ADebq4019743>