From owner-svn-ports-all@freebsd.org Fri Jun 10 13:40:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C2AEB70D43; Fri, 10 Jun 2016 13:40:39 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B435218CB; Fri, 10 Jun 2016 13:40:38 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5ADebZI019748; Fri, 10 Jun 2016 13:40:37 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5ADebq4019743; Fri, 10 Jun 2016 13:40:37 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201606101340.u5ADebq4019743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 10 Jun 2016 13:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416680 - head/security/p5-Session-Token X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 13:40:39 -0000 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 (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