Revision: 133243 https://trac.macports.org/changeset/133243 Author: devans@macports.org Date: 2015-02-23 12:52:22 -0800 (Mon, 23 Feb 2015) Log Message: ----------- p5-string-compare-constanttime: new port, timing side-channel protected string compare. Added Paths: ----------- trunk/dports/perl/p5-string-compare-constanttime/ trunk/dports/perl/p5-string-compare-constanttime/Portfile Added: trunk/dports/perl/p5-string-compare-constanttime/Portfile =================================================================== --- trunk/dports/perl/p5-string-compare-constanttime/Portfile (rev 0) +++ trunk/dports/perl/p5-string-compare-constanttime/Portfile 2015-02-23 20:52:22 UTC (rev 133243) @@ -0,0 +1,17 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.branches 5.16 5.18 5.20 +perl5.setup String-Compare-ConstantTime 0.310 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description String::Compare::ConstantTime - Timing side-channel protected string compare +long_description ${description} + +platforms darwin + +checksums rmd160 657cbeb121ed021dbefd848075e5e1389de3b3af \ + sha256 006e44c66c2efdf241d79460cf79fc0863211fd765093efb4f73752818edeaca Property changes on: trunk/dports/perl/p5-string-compare-constanttime/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org