From 47b9cb5f610258da5818461ffcb4b97cfacd649b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 19 Apr 2015 15:24:00 +0200 Subject: RPM packaging: update knutclient, koffice, koffice-i18n, konversation, kopete-otr --- .../applications/konversation/bp003-440010aa.diff | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 redhat/applications/konversation/bp003-440010aa.diff (limited to 'redhat/applications/konversation/bp003-440010aa.diff') diff --git a/redhat/applications/konversation/bp003-440010aa.diff b/redhat/applications/konversation/bp003-440010aa.diff deleted file mode 100644 index 5d797ddf1..000000000 --- a/redhat/applications/konversation/bp003-440010aa.diff +++ /dev/null @@ -1,36 +0,0 @@ -commit 440010aa593e209ce5993a73b1b7cb0a843a2716 -Author: Timothy Pearson -Date: 1327529820 -0600 - - Fix linear alphabet string errors - -diff --git a/konversation/src/blowfish/b64stuff.cpp b/konversation/src/blowfish/b64stuff.cpp -index 79d5e64..72f0776 100644 ---- a/konversation/src/blowfish/b64stuff.cpp -+++ b/konversation/src/blowfish/b64stuff.cpp -@@ -36,10 +36,10 @@ - //--------------------------------------------------------------------------- - - //--------------------------------------------------------------------------- --//static char b64table[64] = "ABCDEFGHIJKLMNOPTQRSTUVWXYZ" -+//static char b64table[64] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" - // "abcdefghijklmnopqrstuvwxyz" - // "0123456789+/"; --static char b64table[] = "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; -+static char b64table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; - - /* Accepts a binary buffer with an associated size. - * Returns a base64-encoded, NULL-terminated string. -diff --git a/konversation/src/blowfish/oldblowfish.cpp b/konversation/src/blowfish/oldblowfish.cpp -index 3eab870..1f274db 100644 ---- a/konversation/src/blowfish/oldblowfish.cpp -+++ b/konversation/src/blowfish/oldblowfish.cpp -@@ -271,7 +271,7 @@ void oldCBlowFish::Decode (BYTE * pInput, BYTE * pOutput, DWORD lSize) - #define SALT2 0x23f6b095 - - // Convert 64-bit encrypted passphrase to text for userfile --char base64[] = "./0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ"; -+char base64[] = "./0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; - - int base64dec(char c) - { -- cgit v1.2.1