6011 FreshPorts -- security/p5-Crypt-xDBM_File
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Crypt-xDBM_File 1.02 security on this many watch lists=1 search for ports that depend on this port
Perl module encrypt almost any kind of dbm file
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Jan 2004 09:23:22
Also Listed In: perl5
License: not specified in port


Crypt::xDBM_File encrypts/decrypts the data in a gdbm,ndbm,sdbm (and 
maybe even berkeleyDB, but I didn't test that) file. It gets tied to a 
hash and you just access the hash like normal. The crypt function can 
be any of the CPAN modules that use encrypt, decrypt, keysize, blocksize 
(so Crypt::IDEA, Crypt::DES, Crypt::Blowfish, ... should all work)

***IMPORTANT*** Encryption keys (the key you pass in on the tie line) 
will be padded or truncated to fit the keysize(). Data (the key/values of 
the hash) is padded to fill complete blocks of blocksize(). 

The padding is stripped before being returned to the user so you shouldn't 
need to worry about it (except truncated keys). Read the doc that comes 
with crypt function to get an idea of what these sizes are. If keysize 
or blocksize returns a zero the default is set to 8 bytes (64 bits).

Author:	Eric Estabrooks <eric@urbanrage.com>
WWW:	http://search.cpan.org/dist/Crypt-xDBM_File/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/p5-Crypt-Blowfish
  2. lang/perl5.8
Required To Run:
  1. security/p5-Crypt-Blowfish
  2. lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/security/p5-Crypt-xDBM_File/ && make install clean
To add the package: pkg_add -r p5-Crypt-xDBM_File


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Crypt/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Crypt/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Crypt/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Crypt/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Crypt/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Crypt/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Crypt/
  10. http://at.cpan.org/modules/by-module/Crypt/
  11. http://backpan.perl.org/modules/by-module/Crypt/
  12. http://cpan.nctu.edu.tw/modules/by-module/Crypt/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Crypt/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Crypt/
  15. http://www.cpan.dk/modules/by-module/Crypt/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
06 Jun 2012 17:22:52
Original commit files touched by this commit  1.02
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
01 May 2012 01:47:10
Original commit files touched by this commit  1.02
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.02
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.02
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
03 Jul 2011 14:03:52
Original commit files touched by this commit  1.02
ohauer search for other commits by this committer
-remove MD5
15 Jan 2008 01:08:27
Original commit files touched by this commit  1.02
clsung search for other commits by this committer
- Update to 1.02

Changes:        http://search.cpan.org/dist/Crypt-xDBM_File/Changes
24 Jan 2006 01:03:33
Original commit files touched by this commit  1.01
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:50:55
Original commit files touched by this commit  1.01
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
30 Dec 2005 20:39:06
Original commit files touched by this commit  1.01
leeym search for other commits by this committer
- remove IGNORE on old perl
21 Sep 2005 19:35:50
Original commit files touched by this commit  1.01
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
20 Aug 2004 02:56:44
Original commit files touched by this commit  1.01
clsung search for other commits by this committer
My territory, suggested by ijliao. :p

Approved by:    vanilla (co-mentor)
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.01
trevor search for other commits by this committer
SIZEify (maintainer timeout)
03 Jan 2004 09:21:41
Original commit files touched by this commit  1.01
vanilla search for other commits by this committer
Add p5-Crypt-xDBM_File 1.01,
perl module encrypt almost any kind of
dbm file.

PR:             60709
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>

Number of commits found: 13

2879
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight62
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0