debian/0000755000000000000000000000000012231165626007172 5ustar debian/watch0000644000000000000000000000017512065610130010214 0ustar version=3 http://search.cpan.org/dist/Crypt-Eksblowfish/ .*/Crypt-Eksblowfish-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003612065610130010237 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000215412065610130011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Crypt-Eksblowfish Source: http://search.cpan.org/dist/Crypt-Eksblowfish/ Upstream-Contact: Andrew Main (Zefram) Files: * Copyright: 2006-2011, Andrew Main (Zefram) License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, 2008, 2010, Ivan Kohler 2012, Xavier Guimard 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/0000755000000000000000000000000012065610130010460 5ustar debian/source/format0000644000000000000000000000001412065610130011666 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212065610130010356 0ustar 9 debian/control0000644000000000000000000000350412065610130010565 0ustar Source: libcrypt-eksblowfish-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libclass-mix-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-eksblowfish-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-eksblowfish-perl.git Homepage: http://search.cpan.org/dist/Crypt-Eksblowfish/ Package: libcrypt-eksblowfish-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libclass-mix-perl Description: Perl module implementing the Eksblowfish block cipher Crypt::Eksblowfish provides an implementation of the Eksblowfish encryption. . Eksblowfish is a variant of the Blowfish cipher, modified to make the key setup very expensive. ("Eks" stands for "expensive key schedule".) This doesn't make it significantly cryptographically stronger, but is intended to hinder brute-force attacks. It also makes it unsuitable for any application requiring key agility. It was designed by Niels Provos and David Mazieres for password hashing in OpenBSD. See Crypt::Eksblowfish::Bcrypt for the hash algorithm. . Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost parameter that controls how expensive the key scheduling is. It also takes a family key, known as the "salt". Cost and salt parameters together define a cipher family. Within each family, a key determines an encryption function in the usual way. See Crypt::Eksblowfish::Family for a way to encapsulate an Eksblowfish cipher family. debian/changelog0000644000000000000000000000525712231165626011055 0ustar libcrypt-eksblowfish-perl (0.009-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:53:42 +0100 libcrypt-eksblowfish-perl (0.009-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Imported Upstream version 0.009 * Update source format to 3.0 (quilt) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 9 * Update debian/copyright (years and format) * Update debian/rules to use "dh $@" * Add libtest-pod-perl and libtest-pod-coverage-perl in dependencies * Remove libxsloader dependency -- Xavier Guimard Sun, 23 Dec 2012 08:53:07 +0100 libcrypt-eksblowfish-perl (0.008-1) unstable; urgency=low * New upstream release * Fix watch file for uscan * debhelper compat 5 -- Ivan Kohler Wed, 24 Mar 2010 16:52:14 -0700 libcrypt-eksblowfish-perl (0.005-1) unstable; urgency=low * New upstream release. -- Ivan Kohler Wed, 07 May 2008 19:57:56 -0700 libcrypt-eksblowfish-perl (0.003-6) unstable; urgency=low * Remove perl 5.10 from Dep: as well as Build-Dep:, doh! -- Ivan Kohler Tue, 01 Apr 2008 17:07:42 -0700 libcrypt-eksblowfish-perl (0.003-5) unstable; urgency=low * Okay. perl 5.10-5 Provides: libxsloader-perl now (and 5.10 never did hit unstable in the week it was claimed to), so we should be able to just depend on that going forward, with no FTBFS issues under 5.8. Closes: Bug#470436 -- Ivan Kohler Mon, 24 Mar 2008 16:58:16 -0700 libcrypt-eksblowfish-perl (0.003-4) unstable; urgency=low * Depend on perl 5.10 OR libxsloader-perl -- Ivan Kohler Tue, 26 Feb 2008 20:52:20 -0800 libcrypt-eksblowfish-perl (0.003-3) unstable; urgency=low * Update rules file based on current dh-make-perl template for Module-Build.xs (closes: Bug#464908). Yow. -- Ivan Kohler Tue, 12 Feb 2008 10:00:06 -0800 libcrypt-eksblowfish-perl (0.003-2) unstable; urgency=low * Add Build-Dep on libmodule-build-perl used by new upstream version (closes: Bug#463879) -- Ivan Kohler Sun, 03 Feb 2008 16:22:48 -0800 libcrypt-eksblowfish-perl (0.003-1) unstable; urgency=low * New upstream release * Fix debian/rules for perl 5.10 FTBFS, patch from Damyan Ivanov (closes: Bug#463534) -- Ivan Kohler Sat, 02 Feb 2008 10:56:51 -0800 libcrypt-eksblowfish-perl (0.001-1) unstable; urgency=low * Initial Release (closes: Bug#411717). -- Ivan Kohler Tue, 20 Feb 2007 06:59:24 -0800