[libcryptx-perl] 02/05: add two more typos to 001_fix-typos.patch, update to apply cleanly and nitpick on the 'allows to' fix
Damyan Ivanov
dmn at moszumanska.debian.org
Thu Nov 23 21:14:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libcryptx-perl.
commit 4a8a2595781e558ec4bfeb9748bd14c54b00278b
Author: Damyan Ivanov <dmn at debian.org>
Date: Thu Nov 23 21:09:59 2017 +0000
add two more typos to 001_fix-typos.patch, update to apply cleanly and nitpick on the 'allows to' fix
---
debian/patches/001_fix-typos.patch | 52 ++++++++++++++++++++++++++++++++------
1 file changed, 44 insertions(+), 8 deletions(-)
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 @@ Last-Updated: 2017-06-25
--- 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 @@ Last-Updated: 2017-06-25
B<BEWARE:> 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 <CNAME> for which there exists Crypt::Cipher::<NAME>
+@@ -150,7 +150,7 @@ Constructor, returns a reference to the
+ # simply any <NAME> for which there exists Crypt::Cipher::<NAME>
# $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 @@ Last-Updated: 2017-06-25
+__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 @@ Last-Updated: 2017-06-25
'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 @@ Last-Updated: 2017-06-25
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<Crypt::Mode::CBC|Crypt::Mode::CBC>, 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<Crypt::Mode::CBC|Crypt::Mode::CBC>, L<
+
+ =cut
+
+-__END__
+\ No newline at end of file
++__END__
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcryptx-perl.git
More information about the Pkg-perl-cvs-commits
mailing list