diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-01-04 20:22:32 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-01-04 20:22:32 +0000 |
commit | 4e89cabf709f7a553aab6321620e5f0613475759 (patch) | |
tree | 59739a7f47f9f08cb4000554763b9204f558884c /net-irc/xchat/files | |
parent | prune old versions (diff) | |
download | historical-4e89cabf709f7a553aab6321620e5f0613475759.tar.gz historical-4e89cabf709f7a553aab6321620e5f0613475759.tar.bz2 historical-4e89cabf709f7a553aab6321620e5f0613475759.zip |
Version bump.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'net-irc/xchat/files')
-rw-r--r-- | net-irc/xchat/files/digest-xchat-2.8.0 | 6 | ||||
-rw-r--r-- | net-irc/xchat/files/xc280-fix-back.diff | 14 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-irc/xchat/files/digest-xchat-2.8.0 b/net-irc/xchat/files/digest-xchat-2.8.0 new file mode 100644 index 000000000000..dfa385249197 --- /dev/null +++ b/net-irc/xchat/files/digest-xchat-2.8.0 @@ -0,0 +1,6 @@ +MD5 dddb703d1daf9be7a7bc9461cf11ede7 xchat-2.8.0.tar.bz2 1257232 +RMD160 a65329728c050c5448b2cbab2ea6c68ba72a0c95 xchat-2.8.0.tar.bz2 1257232 +SHA256 f417891d2405980875fd3ce03eb78f8e2ad3ea7354df8b7bb0a2939a55e20906 xchat-2.8.0.tar.bz2 1257232 +MD5 c0220456a4df8ee54ae02e7704a6e024 xchat-dccserver-0.6.patch.bz2 49320 +RMD160 24cc9bd414b1dd0e7e38ba9a49d12257aeb89e68 xchat-dccserver-0.6.patch.bz2 49320 +SHA256 90a49a8d810380020c507c1a36f02e7d972cf92b5e4802dcd5cc518cba29078f xchat-dccserver-0.6.patch.bz2 49320 diff --git a/net-irc/xchat/files/xc280-fix-back.diff b/net-irc/xchat/files/xc280-fix-back.diff new file mode 100644 index 000000000000..c63316c83707 --- /dev/null +++ b/net-irc/xchat/files/xc280-fix-back.diff @@ -0,0 +1,14 @@ +# +# Fix: /BACK command not working after upgrading from xchat < 2.8.0 +# +--- xchat-2.8.0/src/common/cfgfiles.c 2 Jan 2007 00:26:40 -0000 1.102 ++++ xchat-2.8.0p1/src/common/cfgfiles.c 3 Jan 2007 14:01:00 -0000 +@@ -45,7 +45,7 @@ + int cmd_len = 1, name_len; + + /* remove <2.8.0 stuff */ +- if (!strcmp (cmd, "AWAY") & !strcmp (name, "BACK")) ++ if (!strcmp (cmd, "away") & !strcmp (name, "BACK")) + return; + + if (cmd) |