Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.8.1.ebuild ChangeLog
Date: Sat, 01 Jun 2013 15:03:10
Message-Id: 20130601150303.B8DF32171D@flycatcher.gentoo.org
1 blueness 13/06/01 15:03:03
2
3 Modified: bitcoind-0.8.1.ebuild ChangeLog
4 Log:
5 Force snappy off for leveldb since it may have security issues
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.6 net-p2p/bitcoind/bitcoind-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?r1=1.5&r2=1.6
15
16 Index: bitcoind-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- bitcoind-0.8.1.ebuild 14 May 2013 11:45:58 -0000 1.5
23 +++ bitcoind-0.8.1.ebuild 1 Jun 2013 15:03:03 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 2010-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v 1.5 2013/05/14 11:45:58 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v 1.6 2013/06/01 15:03:03 blueness Exp $
29
30 EAPI="4"
31
32 @@ -32,7 +32,7 @@
33 net-libs/miniupnpc
34 )
35 sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
36 - =dev-libs/leveldb-1.9.0*
37 + =dev-libs/leveldb-1.9.0*[-snappy]
38 "
39 DEPEND="${RDEPEND}
40 >=app-shells/bash-4.1
41
42
43
44 1.65 net-p2p/bitcoind/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.65&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.65&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.64&r2=1.65
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
53 retrieving revision 1.64
54 retrieving revision 1.65
55 diff -u -r1.64 -r1.65
56 --- ChangeLog 14 May 2013 11:45:58 -0000 1.64
57 +++ ChangeLog 1 Jun 2013 15:03:03 -0000 1.65
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-p2p/bitcoind
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.64 2013/05/14 11:45:58 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.65 2013/06/01 15:03:03 blueness Exp $
63 +
64 + 01 Jun 2013; Anthony G. Basile <blueness@g.o> bitcoind-0.8.1.ebuild:
65 + Force snappy off for leveldb since it may have security issues
66
67 14 May 2013; Agostino Sarubbo <ago@g.o> bitcoind-0.8.1.ebuild:
68 Stable for arm, wrt bug #469342