Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/xchat/files: xc284-fix-scrollbfdleak.diff digest-xchat-2.8.4-r3 digest-xchat-2.8.4-r2
Date: Tue, 20 Nov 2007 18:12:41
Message-Id: E1IuXaN-0005Na-Vx@stork.gentoo.org
1 armin76 07/11/20 18:12:35
2
3 Added: xc284-fix-scrollbfdleak.diff digest-xchat-2.8.4-r3
4 Removed: digest-xchat-2.8.4-r2
5 Log:
6 Revbump to stable to add an useful fix, bug #199734
7 (Portage version: 2.1.3.19, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 net-irc/xchat/files/xc284-fix-scrollbfdleak.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/files/xc284-fix-scrollbfdleak.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/files/xc284-fix-scrollbfdleak.diff?rev=1.1&content-type=text/plain
14
15 Index: xc284-fix-scrollbfdleak.diff
16 ===================================================================
17 #
18 # Scrollback shrinking code forgets to close().
19 #
20 --- xchat-2.8.4/src/common/text.c 2007-06-13 19:59:56.000000000 +1000
21 +++ xchat-2.8.4p1/src/common/text.c 2007-11-02 23:52:57.000000000 +1100
22 @@ -141,6 +146,7 @@
23 }
24
25 *len = st.st_size;
26 + close (fh);
27 return buf;
28 }
29
30
31
32
33
34 1.1 net-irc/xchat/files/digest-xchat-2.8.4-r3
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/files/digest-xchat-2.8.4-r3?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat/files/digest-xchat-2.8.4-r3?rev=1.1&content-type=text/plain
38
39 Index: digest-xchat-2.8.4-r3
40 ===================================================================
41 MD5 66d60febc62a01bafac9bb3a35fb37ae xchat-2.8.4.tar.bz2 1370883
42 RMD160 35cf84e03dfda160674d141063c8fc9cd0ac7de2 xchat-2.8.4.tar.bz2 1370883
43 SHA256 f95a9a9e477128aae536669dedd79f4e7b4d469072565695289e4bbb5b36dd63 xchat-2.8.4.tar.bz2 1370883
44 RMD160 24cc9bd414b1dd0e7e38ba9a49d12257aeb89e68 xchat-dccserver-0.6.patch.bz2 49320
45 SHA256 90a49a8d810380020c507c1a36f02e7d972cf92b5e4802dcd5cc518cba29078f xchat-dccserver-0.6.patch.bz2 49320
46
47
48
49 --
50 gentoo-commits@g.o mailing list