Port details |
- p5-Crypt-Eksblowfish Perl module for the Eksblowfish block cipher
- 0.009_3 security
=1 0.009_3Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2008-06-01 20:58:50
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Net-Domain-TLD, php74-ldap, php74-pdo_sqlite, p5-Params-Classify, python
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- 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.
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.
This distribution also includes an implementation of "bcrypt", the
Unix crypt() password hashing algorithm based on Eksblowfish.
WWW: https://metacpan.org/release/Crypt-Eksblowfish
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-Eksblowfish>0:security/p5-Crypt-Eksblowfish
- To install the port:
- cd /usr/ports/security/p5-Crypt-Eksblowfish/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-Eksblowfish
- pkg install p5-Crypt-Eksblowfish
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-Eksblowfish
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Crypt-Eksblowfish-0.009.tar.gz) = 3cc7126d5841107237a9be2dc5c7fbc167cf3c4b4ce34678a8448b850757014c
SIZE (Crypt-Eksblowfish-0.009.tar.gz) = 36302
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Class-Mix>=0 : devel/p5-Class-Mix
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Class-Mix>=0 : devel/p5-Class-Mix
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-EncodedColumn
- devel/p5-Test2-Harness-UI
- mail/sympa
- security/p5-Authen-Passphrase
- security/p5-Digest-Bcrypt
- www/otrs
- www/p5-Reaction
-
Deleted ports which required this port:
- for Run
-
- databases/p5-DBIx-Class-EncodedColumn
- devel/p5-Test2-Harness-UI
- mail/sympa
- multimedia/zoneminder
- security/p5-Authen-Passphrase
- security/p5-Digest-Bcrypt
- www/otrs
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-Eksblowfish
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.009_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.009_3
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.009_3
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.009_3
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:25:18
0.009_3
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
25 Aug 2015 14:52:28
0.009_3
|
sunpoet  |
- Pass maintainership to perl@ |
25 Aug 2015 13:52:22
0.009_3
|
amdmi3  |
- Strip library |
24 Aug 2015 19:09:22
0.009_2
|
brix  |
- Drop maintainership |
19 Jan 2015 13:06:17
0.009_2
|
sunpoet  |
- Fix *_DEPENDS: parent is already in all supported Perl releases
- Bump PORTREVISION for dependency change
- While I'm here, move LICENSE upward
With hat: perl |
26 Nov 2014 13:08:38
0.009_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
10 Jun 2014 12:14:14
0.009
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
31 Jan 2014 15:24:46
0.009
|
miwi  |
- Stage support |
20 Sep 2013 22:55:26
0.009
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
11 Sep 2013 18:03:40
0.009
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
29 Jun 2012 10:29:24
0.009
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
26 May 2011 19:43:57
0.009
|
brix  |
- Update to v0.009
- Add LICENSE |
04 Apr 2010 15:13:49
0.008
|
brix  |
- Update to v0.008 |
21 May 2009 16:36:54
0.007
|
brix  |
- Update to v0.007 |
01 Jun 2008 20:58:23
0.005
|
brix  |
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.
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.
This distribution also includes an implementation of "bcrypt", the
Unix crypt() password hashing algorithm based on Eksblowfish.
WWW: http://search.cpan.org/dist/Crypt-Eksblowfish/
Approved by: erwin (mentor) |