From owner-freebsd-perl@freebsd.org Fri Jun 10 13:41:07 2016 Return-Path: Delivered-To: freebsd-perl@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 130CBB70D7C for ; Fri, 10 Jun 2016 13:41:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F234A1A39 for ; Fri, 10 Jun 2016 13:41:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EDCEFB70D7B; Fri, 10 Jun 2016 13:41:06 +0000 (UTC) Delivered-To: perl@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 ED60EB70D7A for ; Fri, 10 Jun 2016 13:41:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 DAEF21A38 for ; Fri, 10 Jun 2016 13:41:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u5ADf6ku059072 for ; Fri, 10 Jun 2016 13:41:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 210178] security/p5-Session-Token Update from 1.010 to 1.502 Date: Fri, 10 Jun 2016 13:41:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tz@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 13:41:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210178 --- Comment #1 from commit-hook@freebsd.org --- 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 (maintainer) Approved by: junovitch (mentor) Changes: head/security/p5-Session-Token/Makefile head/security/p5-Session-Token/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.=