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/bitcoin-qt: bitcoin-qt-0.8.1.ebuild ChangeLog
Date: Sat, 01 Jun 2013 15:04:50
Message-Id: 20130601150442.3E61E2171D@flycatcher.gentoo.org
1 blueness 13/06/01 15:04:42
2
3 Modified: bitcoin-qt-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/bitcoin-qt/bitcoin-qt-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild?r1=1.5&r2=1.6
15
16 Index: bitcoin-qt-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- bitcoin-qt-0.8.1.ebuild 14 May 2013 11:45:50 -0000 1.5
23 +++ bitcoin-qt-0.8.1.ebuild 1 Jun 2013 15:04:42 -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/bitcoin-qt/bitcoin-qt-0.8.1.ebuild,v 1.5 2013/05/14 11:45:50 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild,v 1.6 2013/06/01 15:04:42 blueness Exp $
29
30 EAPI=4
31
32 @@ -34,7 +34,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 dev-qt/qtgui:4
39 dbus? (
40 dev-qt/qtdbus:4
41
42
43
44 1.63 net-p2p/bitcoin-qt/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.63&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.63&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.62&r2=1.63
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
53 retrieving revision 1.62
54 retrieving revision 1.63
55 diff -u -r1.62 -r1.63
56 --- ChangeLog 14 May 2013 11:45:50 -0000 1.62
57 +++ ChangeLog 1 Jun 2013 15:04:42 -0000 1.63
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-p2p/bitcoin-qt
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.62 2013/05/14 11:45:50 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.63 2013/06/01 15:04:42 blueness Exp $
63 +
64 + 01 Jun 2013; Anthony G. Basile <blueness@g.o> bitcoin-qt-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> bitcoin-qt-0.8.1.ebuild:
68 Stable for arm, wrt bug #469342