diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-26 21:45:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-26 21:45:20 +0800 |
commit | 03f052f0b9c3f44f9279f1423d720efd435c4bec (patch) | |
tree | fdfb172721de6707a670b8128de66cfae079f28d | |
parent | a8dccdd58e96effed930a01ba983b9a3cabfa8d1 (diff) | |
download | freebsd-ports-gnome-03f052f0b9c3f44f9279f1423d720efd435c4bec.tar.gz freebsd-ports-gnome-03f052f0b9c3f44f9279f1423d720efd435c4bec.tar.zst freebsd-ports-gnome-03f052f0b9c3f44f9279f1423d720efd435c4bec.zip |
Whoops, committed the same patch twice under different names. Call me
mv-challenged.
-rw-r--r-- | net/kdenetwork3/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c | 30 | ||||
-rw-r--r-- | net/kdenetwork4/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c | 30 |
2 files changed, 22 insertions, 38 deletions
diff --git a/net/kdenetwork3/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c b/net/kdenetwork3/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c index 9d93cb79db9a..73274e74fd11 100644 --- a/net/kdenetwork3/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c +++ b/net/kdenetwork3/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c @@ -1,19 +1,11 @@ ---- kopete/protocols/yahoo/libyahoo2/libyahoo2.c 14 Jan 2004 02:07:29 -0000 1.18 -+++ kopete/protocols/yahoo/libyahoo2/libyahoo2.c 26 Jun 2004 00:37:08 -0000 1.18.2.3 -@@ -1816,6 +1816,8 @@ static void yahoo_process_auth_0x0b(stru - * challenge. */ - - shaUpdate(&ctx1, pass_hash_xor1, 64); -+ if (j >= 3 ) -+ ctx1.sizeLo = 0x1ff; - shaUpdate(&ctx1, magic_key_char, 4); - shaFinal(&ctx1, digest1); - -@@ -1905,6 +1907,8 @@ static void yahoo_process_auth_0x0b(stru - * challenge. */ - - shaUpdate(&ctx1, crypt_hash_xor1, 64); -+ if (j >= 3 ) -+ ctx1.sizeLo = 0x1ff; - shaUpdate(&ctx1, magic_key_char, 4); - shaFinal(&ctx1, digest1); +--- kopete/protocols/yahoo/libyahoo2/yahoo_fn.c 18 Jan 2004 20:03:39 -0000 1.1.2.1 ++++ kopete/protocols/yahoo/libyahoo2/yahoo_fn.c 26 Jun 2004 00:37:08 -0000 1.1.2.3 +@@ -4386,7 +4386,7 @@ struct yahoo_fn yahoo_fntable[5][96] = + { XOR, 0x77D64B90, 0 }, + { BITFLD, (long)table_103, 0 }, + { LOOKUP, (long)table_104, 0 }, +- { MULADD, 0x7D1428CB, 0x89F6853D }, ++ { MULADD, 0x7D1428CB, 0x3D }, + { XOR, 0x6F872C49, 0 }, + { XOR, 0x2E484655, 0 }, + { MULADD, 0x1E3349F7, 0x41F5 }, diff --git a/net/kdenetwork4/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c b/net/kdenetwork4/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c index 9d93cb79db9a..73274e74fd11 100644 --- a/net/kdenetwork4/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c +++ b/net/kdenetwork4/files/patch-kopete_protocols_yahoo_libyahoo2_yahoo_fn.c @@ -1,19 +1,11 @@ ---- kopete/protocols/yahoo/libyahoo2/libyahoo2.c 14 Jan 2004 02:07:29 -0000 1.18 -+++ kopete/protocols/yahoo/libyahoo2/libyahoo2.c 26 Jun 2004 00:37:08 -0000 1.18.2.3 -@@ -1816,6 +1816,8 @@ static void yahoo_process_auth_0x0b(stru - * challenge. */ - - shaUpdate(&ctx1, pass_hash_xor1, 64); -+ if (j >= 3 ) -+ ctx1.sizeLo = 0x1ff; - shaUpdate(&ctx1, magic_key_char, 4); - shaFinal(&ctx1, digest1); - -@@ -1905,6 +1907,8 @@ static void yahoo_process_auth_0x0b(stru - * challenge. */ - - shaUpdate(&ctx1, crypt_hash_xor1, 64); -+ if (j >= 3 ) -+ ctx1.sizeLo = 0x1ff; - shaUpdate(&ctx1, magic_key_char, 4); - shaFinal(&ctx1, digest1); +--- kopete/protocols/yahoo/libyahoo2/yahoo_fn.c 18 Jan 2004 20:03:39 -0000 1.1.2.1 ++++ kopete/protocols/yahoo/libyahoo2/yahoo_fn.c 26 Jun 2004 00:37:08 -0000 1.1.2.3 +@@ -4386,7 +4386,7 @@ struct yahoo_fn yahoo_fntable[5][96] = + { XOR, 0x77D64B90, 0 }, + { BITFLD, (long)table_103, 0 }, + { LOOKUP, (long)table_104, 0 }, +- { MULADD, 0x7D1428CB, 0x89F6853D }, ++ { MULADD, 0x7D1428CB, 0x3D }, + { XOR, 0x6F872C49, 0 }, + { XOR, 0x2E484655, 0 }, + { MULADD, 0x1E3349F7, 0x41F5 }, |