From owner-svn-ports-head@freebsd.org Mon Jun 13 10:39:16 2016 Return-Path: Delivered-To: svn-ports-head@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 00873AF175C; Mon, 13 Jun 2016 10:39:15 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 B21A62A86; Mon, 13 Jun 2016 10:39:15 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 91BC71AAF016; Mon, 13 Jun 2016 12:39:13 +0200 (CEST) Subject: Re: svn commit: r416680 - head/security/p5-Session-Token To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201606101340.u5ADebq4019743@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: Date: Mon, 13 Jun 2016 12:39:13 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201606101340.u5ADebq4019743@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2016 10:39:16 -0000 On 10.06.2016 15:40, Torsten Zuehlsdorff wrote: > 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) It was approved by: swills (mentor), not junovitch. Thanks, Torsten