debian/0000755000000000000000000000000012231173722007166 5ustar debian/watch0000644000000000000000000000022412162334527010222 0ustar version=3 https://metacpan.org/release/String-Compare-ConstantTime/ .*/String-Compare-ConstantTime-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003612162334527010252 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000210012162334527011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: String-Compare-ConstantTime Source: https://metacpan.org/release/String-Compare-ConstantTime/ Upstream-Contact: Doug Hoyte Files: * Copyright: 2012, Doug Hoyte License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Alexandre Mestiashvili License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000012162334527010473 5ustar debian/source/format0000644000000000000000000000001412162334527011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212162334527010371 0ustar 9 debian/control0000644000000000000000000000204312162334527010575 0ustar Source: libstring-compare-constanttime-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Alexandre Mestiashvili Build-Depends: debhelper (>= 9.20120312), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-compare-constanttime-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-compare-constanttime-perl.git Homepage: https://metacpan.org/release/String-Compare-ConstantTime/ Package: libstring-compare-constanttime-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: module for protecting string comparison from timing attacks String::Compare::ConstantTime provides one function, equals(), which takes two strings of the same lengh as arguments. 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. debian/changelog0000644000000000000000000000056112231173722011042 0ustar libstring-compare-constanttime-perl (0.300-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:45:54 +0100 libstring-compare-constanttime-perl (0.300-1) unstable; urgency=low * Initial Release. Closes: #714062 -- Alexandre Mestiashvili Tue, 25 Jun 2013 12:01:58 +0200