Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: ChangeLog rb_libtorrent-0.13-r1.ebuild
Date: Mon, 29 Jun 2009 19:35:02
Message-Id: E1MLMd1-0002Yh-Sq@stork.gentoo.org
1 yngwin 09/06/29 19:34:59
2
3 Modified: ChangeLog rb_libtorrent-0.13-r1.ebuild
4 Log:
5 Add patch to fix the tests complementing the CVE patch. Remove no longer used patch from filesdir.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.62 net-libs/rb_libtorrent/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.62&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.62&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.61&r2=1.62
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
18 retrieving revision 1.61
19 retrieving revision 1.62
20 diff -u -r1.61 -r1.62
21 --- ChangeLog 29 Jun 2009 00:06:04 -0000 1.61
22 +++ ChangeLog 29 Jun 2009 19:34:59 -0000 1.62
23 @@ -1,6 +1,13 @@
24 # ChangeLog for net-libs/rb_libtorrent
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.61 2009/06/29 00:06:04 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.62 2009/06/29 19:34:59 yngwin Exp $
28 +
29 + 29 Jun 2009; Ben de Groot <yngwin@g.o>
30 + rb_libtorrent-0.13-r1.ebuild,
31 + +files/rb_libtorrent-0.13-CVE-2009-1760-test-fix.patch,
32 + -files/rb_libtorrent-0.14.1-ax_python_path.patch:
33 + Add patch to fix the tests complementing the CVE patch. Remove no longer
34 + used patch from filesdir.
35
36 29 Jun 2009; Ben de Groot <yngwin@g.o>
37 rb_libtorrent-0.13-r1.ebuild, -rb_libtorrent-0.14.4.ebuild:
38
39
40
41 1.3 net-libs/rb_libtorrent/rb_libtorrent-0.13-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13-r1.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13-r1.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13-r1.ebuild?r1=1.2&r2=1.3
46
47 Index: rb_libtorrent-0.13-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13-r1.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- rb_libtorrent-0.13-r1.ebuild 29 Jun 2009 00:06:04 -0000 1.2
54 +++ rb_libtorrent-0.13-r1.ebuild 29 Jun 2009 19:34:59 -0000 1.3
55 @@ -1,11 +1,10 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13-r1.ebuild,v 1.2 2009/06/29 00:06:04 yngwin Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13-r1.ebuild,v 1.3 2009/06/29 19:34:59 yngwin Exp $
60
61 EAPI="2"
62 inherit eutils flag-o-matic
63
64 -RESTRICT="test" # tests break due to the CVE patch :(
65 MY_P=${P/rb_/}
66 S=${WORKDIR}/${MY_P}
67
68 @@ -25,6 +24,7 @@
69
70 src_prepare() {
71 epatch "${FILESDIR}"/${P}-CVE-2009-1760.patch # bug 273156
72 + epatch "${FILESDIR}"/${P}-CVE-2009-1760-test-fix.patch
73 epatch "${FILESDIR}"/${P}-boost-1.37.patch # bug 270447
74 epatch "${FILESDIR}"/${P}-gcc44.patch
75 }