[libsession-token-perl] 03/04: Added patch for transferred spelling mistake

Per Carlson p8n-guest at moszumanska.debian.org
Tue Aug 18 21:50:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

p8n-guest pushed a commit to branch master
in repository libsession-token-perl.

commit f4ea1853de8a2f2adce22db2aebf2ae41dc1bf74
Author: Per Carlson <pelle at hemmop.com>
Date:   Tue Aug 18 23:44:17 2015 +0200

    Added patch for transferred spelling mistake
---
 debian/patches/fix_transferred_spelling_mistake | 18 ++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix_transferred_spelling_mistake b/debian/patches/fix_transferred_spelling_mistake
new file mode 100644
index 0000000..c6eb6d5
--- /dev/null
+++ b/debian/patches/fix_transferred_spelling_mistake
@@ -0,0 +1,18 @@
+Description: Fixed transferred spelling mistake
+Author: Per Carlson <pelle at hemmop.com>
+Bug: https://github.com/hoytech/Session-Token/pull/2
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: libsession-token-perl/lib/Session/Token.pm
+===================================================================
+--- libsession-token-perl.orig/lib/Session/Token.pm
++++ libsession-token-perl/lib/Session/Token.pm
+@@ -186,7 +186,7 @@ Aside: Some crappy (usually C) programs
+ 
+ Being able to choose exactly which characters appear in your token is sometimes useful. This set of characters is called the I<alphabet>. B<The default alphabet size is 62 characters: uppercase letters, lowercase letters, and digits> (C<a-zA-Z0-9>).
+ 
+-For some purposes, base-62 is a sweet spot. It is more compact than hexadecimal encoding which helps with efficiency because session tokens are usually transfered over the network many times during a session (often uncompressed in HTTP headers).
++For some purposes, base-62 is a sweet spot. It is more compact than hexadecimal encoding which helps with efficiency because session tokens are usually transferred over the network many times during a session (often uncompressed in HTTP headers).
+ 
+ Also, base-62 tokens don't use "wacky" characters like base-64 encodings do. These characters sometimes cause encoding/escaping problems (ie when embedded in URLs) and are annoying because often you can't select tokens by double-clicking on them.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7d7a1d7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_transferred_spelling_mistake

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsession-token-perl.git



More information about the Pkg-perl-cvs-commits mailing list