aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-CBC
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Support STAGEDIR.vanilla2013-11-062-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* Update to 2.33mat2013-08-192-3/+3
|
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Update to 2.32.tobez2012-12-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Crypt-CBC/Changes
* - Update to 2.31culot2012-11-192-8/+4
| | | | | Changes: http://search.cpan.org/dist/Crypt-CBC/Changes Feature safe: yes
* - Cleaning MD5 in perl@'s portsjadawin2011-05-171-1/+0
| | | | Approved by: erwin@ (portmgr)
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-7/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* - update to 2.30leeym2008-10-023-10/+11
|
* Update to 2.29mat2008-04-232-4/+4
|
* Update to 2.28mat2008-04-012-4/+4
|
* Update to 2.27mat2008-03-312-4/+4
|
* - Update to 2.24clsung2007-10-052-6/+5
|
* - Update to 2.22clsung2006-10-312-4/+4
| | | | | PR: ports/104957 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 2.19clsung2006-08-142-6/+6
| | | | | PR: ports/101986 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 2.18 [1]erwin2006-06-082-5/+5
| | | | | | | - Assign to perl@ PR: 98619 [1] Submitted by: hideo <hideo@lastamericanempire.com>
* - update from v2.15 to v2.17aaron2006-02-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: tobez (implicit) 2.17 Mon Jan 9 18:22:51 EST 2006 -IMPORTANT NOTE: Versions of this module prior to 2.17 were incorrectly using 8 byte IVs when generating the old-style RandomIV style header (as opposed to the new-style random salt header). This affects data encrypted using the Rijndael algorithm, which has a 16 byte blocksize, and is a significant security issue. The bug has been corrected in versions 2.17 and higher by making it impossible to use 16-byte block ciphers with RandomIV headers. You may still read legacy encrypted data by explicitly passing the -insecure_legacy_decrypt option to Crypt::CBC->new(). -The salt, iv and key are now reset before each complete encryption cycle. This avoids inadvertent reuse of the same salt. -A new -header option has been added that allows you to select among the various types of headers, and avoids the ambiguity of having multiple interacting options. -A new random_bytes() method provides access to /dev/urandom on suitably-equipped hardware. 2.16 Tue Dec 6 14:17:45 EST 2005 - Added two new options to new(): -keysize => <bytes> Force the keysize -- useful for Blowfish -blocksize => <bytes> Force the blocksize -- not known to be useful ("-keysize=>16" is necessary to decrypt OpenSSL messages encrypted with Blowfish)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-261-0/+1
|
* - update to 2.15leeym2005-09-042-4/+5
| | | | | PR: 85550 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Update to 2.12erwin2004-06-182-3/+3
|
* Update to 2.10erwin2004-05-312-3/+3
|
* SIZEify.trevor2004-01-301-0/+1
|
* utilize SITE_PERLijliao2003-10-242-6/+6
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* conditionalize dependencies on modules included in perl 5.8edwin2003-05-091-4/+6
| | | | | | | | | Make dependencies on modules included in the perl 5.8 distribution conditional on the perl version installed. While I'm here, remove SITE_PERL and MAN(3)PREFIX. PR: ports/50589 Submitted by: Erwin Lansing <erwin@lansing.dk>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Remove RESTRICTED tag for crypto stuff.nork2003-02-181-2/+0
| | | | Pointed out by: kris
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update to 2.08 and Maintainer hopes to change MAINTAINER to ports@.nork2002-09-212-5/+6
| | | | | | PR: ports/42587 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: maintainer
* Remove empty directories on uninstall.steve2001-04-151-0/+2
|
* Fix dependency path.kuriyama2001-03-231-1/+1
| | | | Found by: bento
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-4/+1
|
* Updatevanilla2000-07-223-4/+4
| | | | | | | | | | | | p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-3/+3
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Upgrade to 1.23.vanilla2000-04-233-4/+5
|
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* PREFIX -> LOCALBASE (portlint)mharo2000-03-221-1/+1
|
* This is Crypt::CBC, a Perl-only implementation of the cryptographicmarkm2000-02-185-0/+38
cipher block chaining mode (CBC). In combination with a block cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by B<SSLeay>.