Magellan Linux

Annotation of /trunk/vhcs2/patches/vhcs2-2.4.7.1-new-cbc-perl.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 267 - (hide annotations) (download)
Mon Jul 16 17:07:58 2007 UTC (16 years, 10 months ago) by niro
File size: 1155 byte(s)
-several fixes for vhcs2-2.4.7.1-r1

1 niro 267 diff -Naur vhcs2-2.4.7.1/engine/vhcs2_common_code.pl vhcs2-2.4.7.1-magellan/engine/vhcs2_common_code.pl
2     --- vhcs2-2.4.7.1/engine/vhcs2_common_code.pl 2005-12-31 12:11:48.000000000 +0100
3     +++ vhcs2-2.4.7.1-magellan/engine/vhcs2_common_code.pl 2007-07-16 17:27:23.000000000 +0200
4     @@ -1408,6 +1408,7 @@
5     my $cipher = Crypt::CBC -> new(
6     {
7     'key' => $main::db_pass_key,
8     + 'keysize' => 32,
9     'cipher' => 'Blowfish',
10     'iv' => $main::db_pass_iv,
11     'regenerate_key' => 0,
12     @@ -1443,6 +1444,7 @@
13     my $cipher = Crypt::CBC -> new(
14     {
15     'key' => $main::db_pass_key,
16     + 'keysize' => 32,
17     'cipher' => 'Blowfish',
18     'iv' => $main::db_pass_iv,
19     'regenerate_key' => 0,