From 131497902af2a1a72782a79beed180067df11b75 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Tue, 20 Nov 2007 18:12:35 +0000 Subject: Revbump to stable to add an useful fix, bug #199734 (Portage version: 2.1.3.19, RepoMan options: --force) --- net-irc/xchat/files/digest-xchat-2.8.4-r2 | 5 ----- net-irc/xchat/files/digest-xchat-2.8.4-r3 | 5 +++++ net-irc/xchat/files/xc284-fix-scrollbfdleak.diff | 14 ++++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 net-irc/xchat/files/digest-xchat-2.8.4-r2 create mode 100644 net-irc/xchat/files/digest-xchat-2.8.4-r3 create mode 100644 net-irc/xchat/files/xc284-fix-scrollbfdleak.diff (limited to 'net-irc/xchat/files') diff --git a/net-irc/xchat/files/digest-xchat-2.8.4-r2 b/net-irc/xchat/files/digest-xchat-2.8.4-r2 deleted file mode 100644 index ff6d434cb226..000000000000 --- a/net-irc/xchat/files/digest-xchat-2.8.4-r2 +++ /dev/null @@ -1,5 +0,0 @@ -MD5 66d60febc62a01bafac9bb3a35fb37ae xchat-2.8.4.tar.bz2 1370883 -RMD160 35cf84e03dfda160674d141063c8fc9cd0ac7de2 xchat-2.8.4.tar.bz2 1370883 -SHA256 f95a9a9e477128aae536669dedd79f4e7b4d469072565695289e4bbb5b36dd63 xchat-2.8.4.tar.bz2 1370883 -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/digest-xchat-2.8.4-r3 b/net-irc/xchat/files/digest-xchat-2.8.4-r3 new file mode 100644 index 000000000000..ff6d434cb226 --- /dev/null +++ b/net-irc/xchat/files/digest-xchat-2.8.4-r3 @@ -0,0 +1,5 @@ +MD5 66d60febc62a01bafac9bb3a35fb37ae xchat-2.8.4.tar.bz2 1370883 +RMD160 35cf84e03dfda160674d141063c8fc9cd0ac7de2 xchat-2.8.4.tar.bz2 1370883 +SHA256 f95a9a9e477128aae536669dedd79f4e7b4d469072565695289e4bbb5b36dd63 xchat-2.8.4.tar.bz2 1370883 +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/xc284-fix-scrollbfdleak.diff b/net-irc/xchat/files/xc284-fix-scrollbfdleak.diff new file mode 100644 index 000000000000..a5dbf2aade4f --- /dev/null +++ b/net-irc/xchat/files/xc284-fix-scrollbfdleak.diff @@ -0,0 +1,14 @@ +# +# Scrollback shrinking code forgets to close(). +# +--- xchat-2.8.4/src/common/text.c 2007-06-13 19:59:56.000000000 +1000 ++++ xchat-2.8.4p1/src/common/text.c 2007-11-02 23:52:57.000000000 +1100 +@@ -141,6 +146,7 @@ + } + + *len = st.st_size; ++ close (fh); + return buf; + } + + -- cgit v1.2.3-65-gdbad