diff options
author | 2008-08-20 10:29:02 +0000 | |
---|---|---|
committer | 2008-08-20 10:29:02 +0000 | |
commit | b1ce56841912cfbeb0600af59ef502a3c82eda30 (patch) | |
tree | 5f38bfad11e4adca460a91f9872148ef70c6ced8 /net-im/pidgin/files | |
parent | Fixed encoding in ChangeLog (diff) | |
download | gentoo-2-b1ce56841912cfbeb0600af59ef502a3c82eda30.tar.gz gentoo-2-b1ce56841912cfbeb0600af59ef502a3c82eda30.tar.bz2 gentoo-2-b1ce56841912cfbeb0600af59ef502a3c82eda30.zip |
Version bump, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/pidgin/files')
-rw-r--r-- | net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch b/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch deleted file mode 100644 index 6af9cbafdce3..000000000000 --- a/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- pidgin-2.4.2/libpurple/protocols/jabber/auth.c 2008-05-06 14:04:00.000000000 +0200 -+++ pidgin-2.4.3/libpurple/protocols/jabber/auth.c 2008-05-23 17:48:44.000000000 +0200 -@@ -936,6 +945,7 @@ - _("Invalid challenge from server")); - } - g_free(js->expected_rspauth); -+ js->expected_rspauth = NULL; - } else { - /* assemble a response, and send it */ - /* see RFC 2831 */ |