summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-06-01 15:03:03 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-06-01 15:03:03 +0000
commit7aad74c99f9615ac18c6db78105ca110a0b83f64 (patch)
treebc15eee9433a86cd3ee922e8bf2dc2382f1ef6bb /net-p2p
parentRevision bump to add test classes to jar such that other bc* packages can use... (diff)
downloadgentoo-2-7aad74c99f9615ac18c6db78105ca110a0b83f64.tar.gz
gentoo-2-7aad74c99f9615ac18c6db78105ca110a0b83f64.tar.bz2
gentoo-2-7aad74c99f9615ac18c6db78105ca110a0b83f64.zip
Force snappy off for leveldb since it may have security issues
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoind/ChangeLog5
-rw-r--r--net-p2p/bitcoind/bitcoind-0.8.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog
index 3bb9b82f36be..b6958f6a8506 100644
--- a/net-p2p/bitcoind/ChangeLog
+++ b/net-p2p/bitcoind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/bitcoind
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.64 2013/05/14 11:45:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.65 2013/06/01 15:03:03 blueness Exp $
+
+ 01 Jun 2013; Anthony G. Basile <blueness@gentoo.org> bitcoind-0.8.1.ebuild:
+ Force snappy off for leveldb since it may have security issues
14 May 2013; Agostino Sarubbo <ago@gentoo.org> bitcoind-0.8.1.ebuild:
Stable for arm, wrt bug #469342
diff --git a/net-p2p/bitcoind/bitcoind-0.8.1.ebuild b/net-p2p/bitcoind/bitcoind-0.8.1.ebuild
index 795f880fb4b7..b5b2d9f0812d 100644
--- a/net-p2p/bitcoind/bitcoind-0.8.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 2010-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v 1.5 2013/05/14 11:45:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v 1.6 2013/06/01 15:03:03 blueness Exp $
EAPI="4"
@@ -32,7 +32,7 @@ RDEPEND="
net-libs/miniupnpc
)
sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
- =dev-libs/leveldb-1.9.0*
+ =dev-libs/leveldb-1.9.0*[-snappy]
"
DEPEND="${RDEPEND}
>=app-shells/bash-4.1