summaryrefslogtreecommitdiff
path: root/textproc/p5-String-Compare-ConstantTime
AgeCommit message (Collapse)AuthorFilesLines
2016-02-04Update to 0.311mef2-8/+7
--------------- 0.311 2015-10-24 * Don't ship MYMETA files anymore (thanks Adel Qalieh and Alexandr Ciornii)
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-26Update 0.300 to 0.310mef2-7/+6
---------------------- 0.310 2014-09-23 * Fix segfault when passed in undef (thanks Ichinose Shogo) * Documentation updates * Add github repo and license meta info
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-07-03Adding package for CPAN distribution String-Compare-ConstantTime versionsno3-0/+34
0.300 into textproc/p5-String-Compare-ConstantTime. This module provides one function, equals (not exported by default). You should pass this function two strings of the same length. It will return true if they are string-wise identical and false otherwise, just like eq. However, comparing any two differing strings will take a fixed amount of time, unlike eq. NOTE: If the lengths of the strings are different, equals will return false right away. Also, comparing two identical strings will take a different amount of time than comparing two differing strings.