diff --git a/debian/patches/001_fix-typos.patch b/debian/patches/001_fix-typos.patch index 5ae4b7d..940b404 100644 --- a/debian/patches/001_fix-typos.patch +++ b/debian/patches/001_fix-typos.patch @@ -4,7 +4,7 @@ --- a/lib/Crypt/Cipher.pm +++ b/lib/Crypt/Cipher.pm -@@ -121,7 +121,7 @@ Crypt::Cipher - Generic interface to cip +@@ -129,7 +129,7 @@ Crypt::Cipher - Generic interface to cip =head1 DESCRIPTION @@ -13,21 +13,21 @@ B This module implements just elementary "one-block-(en|de)cryption" operation - if you want to encrypt/decrypt generic data you have to use some of the cipher block modes - check for example -@@ -142,7 +142,7 @@ Constructor, returns a reference to the - # simply any for which there exists Crypt::Cipher:: +@@ -150,7 +150,7 @@ Constructor, returns a reference to the + # simply any for which there exists Crypt::Cipher:: # $key = binary key (keysize should comply with selected cipher requirements) - ## some of the ciphers (e.g. MULTI2, RC5, SAFER) allows to set number of rounds -+ ## some of the ciphers (e.g. MULTI2, RC5, SAFER) allows one to set number of rounds ++ ## some of the ciphers (e.g. MULTI2, RC5, SAFER) allow one to set number of rounds $d = Crypt::Cipher->new('MULTI2', $key, $rounds); # $rounds = positive integer (should comply with selected cipher requirements) -@@ -194,7 +194,7 @@ Returns block size (in bytes) for given +@@ -202,7 +202,7 @@ Returns block size (in bytes) for given =head2 default_rounds -Returns default number of rounds for given cipher. NOTE: only some cipher (e.g. MULTI2, RC5, SAFER) allows to set number of rounds via new(). -+Returns default number of rounds for given cipher. NOTE: only some cipher (e.g. MULTI2, RC5, SAFER) allows one to set number of rounds via new(). ++Returns default number of rounds for given cipher. NOTE: only some ciphers (e.g. MULTI2, RC5, SAFER) allow one to set number of rounds via new(). $d->default_rounds; #or @@ -447,7 +447,7 @@ +__END__ --- a/lib/Crypt/Digest.pm +++ b/lib/Crypt/Digest.pm -@@ -183,7 +183,7 @@ Or all of them at once: +@@ -176,7 +176,7 @@ Or all of them at once: =head1 FUNCTIONS @@ -456,7 +456,7 @@ 'CHAES', 'MD2', 'MD4', 'MD5', 'RIPEMD128', 'RIPEMD160', 'RIPEMD256', 'RIPEMD320', 'SHA1', 'SHA224', 'SHA256', -@@ -379,4 +379,4 @@ Returns the digest encoded as a Base64 U +@@ -374,4 +374,4 @@ Returns the digest encoded as a Base64 U =cut @@ -483,3 +483,39 @@ my $private_pem = $pk->export_key_pem('private_short'); #or +--- a/lib/Crypt/Cipher/IDEA.pm ++++ b/lib/Crypt/Cipher/IDEA.pm +@@ -21,7 +21,7 @@ sub default_rounds { Crypt::Cipher::defa + + =head1 NAME + +-Crypt::Cipher::IDEA - Symetric cipher IDEA, key size: 128 bits (Crypt::CBC compliant) ++Crypt::Cipher::IDEA - Symmetric cipher IDEA, key size: 128 bits (Crypt::CBC compliant) + + =head1 SYNOPSIS + +@@ -118,4 +118,4 @@ L, L< + + =cut + +-__END__ +\ No newline at end of file ++__END__ +--- a/lib/Crypt/Cipher/Serpent.pm ++++ b/lib/Crypt/Cipher/Serpent.pm +@@ -21,7 +21,7 @@ sub default_rounds { Crypt::Cipher::defa + + =head1 NAME + +-Crypt::Cipher::Serpent - Symetric cipher Serpent, key size: 128/192/256 bits (Crypt::CBC compliant) ++Crypt::Cipher::Serpent - Symmetric cipher Serpent, key size: 128/192/256 bits (Crypt::CBC compliant) + + =head1 SYNOPSIS + +@@ -118,4 +118,4 @@ L, L< + + =cut + +-__END__ +\ No newline at end of file ++__END__