pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-String-Compare-ConstantTime



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Feb 18 03:35:37 UTC 2018

Modified Files:
        pkgsrc/textproc/p5-String-Compare-ConstantTime: DESCR Makefile

Log Message:
p5-String-Compare-ConstantTime: fix DESCR

The comparison takes a constant amount of time, no matter whether the
strings are equal, or even the same, or different. This one sentence had
been added to DESCR out of nowhere.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/p5-String-Compare-ConstantTime/DESCR
cvs rdiff -u -r1.8 -r1.9 \
    pkgsrc/textproc/p5-String-Compare-ConstantTime/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-String-Compare-ConstantTime/DESCR
diff -u pkgsrc/textproc/p5-String-Compare-ConstantTime/DESCR:1.1 pkgsrc/textproc/p5-String-Compare-ConstantTime/DESCR:1.2
--- pkgsrc/textproc/p5-String-Compare-ConstantTime/DESCR:1.1    Wed Jul  3 16:13:38 2013
+++ pkgsrc/textproc/p5-String-Compare-ConstantTime/DESCR        Sun Feb 18 03:35:37 2018
@@ -6,5 +6,4 @@ like eq. However, comparing any two diff
 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.
+false right away.

Index: pkgsrc/textproc/p5-String-Compare-ConstantTime/Makefile
diff -u pkgsrc/textproc/p5-String-Compare-ConstantTime/Makefile:1.8 pkgsrc/textproc/p5-String-Compare-ConstantTime/Makefile:1.9
--- pkgsrc/textproc/p5-String-Compare-ConstantTime/Makefile:1.8 Mon Jun  5 14:24:46 2017
+++ pkgsrc/textproc/p5-String-Compare-ConstantTime/Makefile     Sun Feb 18 03:35:37 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2017/06/05 14:24:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2018/02/18 03:35:37 rillig Exp $
 
 DISTNAME=      String-Compare-ConstantTime-0.312
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=String/}
 



Home | Main Index | Thread Index | Old Index