| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Dec 2012 09:37:17
2.32
|
tobez  |
Update to 2.32.
Changes: http://search.cpan.org/dist/Crypt-CBC/Changes |
19 Nov 2012 09:57:33
2.31
|
culot  |
- Update to 2.31
Changes: http://search.cpan.org/dist/Crypt-CBC/Changes
Feature safe: yes |
17 May 2011 11:11:48
2.30
|
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
22 Jul 2009 16:27:08
2.30
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
02 Oct 2008 15:52:09
2.30
|
leeym  |
- update to 2.30 |
23 Apr 2008 12:04:02
2.29
|
mat  |
Update to 2.29 |
01 Apr 2008 12:56:57
2.28
|
mat  |
Update to 2.28 |
31 Mar 2008 12:35:00
2.27
|
mat  |
Update to 2.27 |
05 Oct 2007 05:13:03
2.24
|
clsung  |
- Update to 2.24 |
31 Oct 2006 08:13:58
2.22
|
clsung  |
- Update to 2.22
PR: ports/104957
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
14 Aug 2006 09:15:03
2.19
|
clsung  |
- Update to 2.19
PR: ports/101986
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
07 Jun 2006 20:29:24
2.18
|
erwin  |
- Update to 2.18 [1]
- Assign to perl@
PR: 98619 [1]
Submitted by: hideo <hideo@lastamericanempire.com> |
18 Feb 2006 08:42:07
2.17
|
aaron  |
- update from v2.15 to v2.17
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().(Only the first 15 lines of the commit message are shown above ) |
22 Jan 2006 02:50:55
2.15
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
25 Nov 2005 18:01:16
2.15
|
pav  |
- Add SHA256 |
03 Sep 2005 17:14:01
2.15
|
leeym  |
- update to 2.15
PR: 85550
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> |
18 Jun 2004 08:48:36
2.12
|
erwin  |
Update to 2.12 |
31 May 2004 11:58:10
2.10
|
erwin  |
Update to 2.10 |
29 Jan 2004 16:13:06
2.08
|
trevor  |
SIZEify. |
24 Oct 2003 12:05:09
2.08
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
09 May 2003 01:22:07
2.08
|
edwin  |
conditionalize dependencies on modules included in perl 5.8
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> |
20 Feb 2003 18:59:13
2.08
|
knu  |
De-pkg-comment. |
17 Feb 2003 16:20:34
2.08
|
nork  |
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris |
20 Sep 2002 21:52:01
2.08
|
nork  |
Update to 2.08 and Maintainer hopes to change MAINTAINER to ports@.
PR: ports/42587
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: maintainer |
14 Apr 2001 23:31:53 
|
steve  |
Remove empty directories on uninstall. |
23 Mar 2001 07:16:06 
|
kuriyama  |
Fix dependency path. |
01 Mar 2001 06:39:18 
|
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
08 Oct 2000 07:30:58 
|
asami  |
Convert category security to new layout. |
22 Jul 2000 11:44:53 
|
vanilla  |
Update |
17 Jun 2000 03:37:15 
|
will  |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. 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. |