From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9ABE51381F3 for ; Sat, 1 Jun 2013 15:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB4DE086B; Sat, 1 Jun 2013 15:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05F59E086B for ; Sat, 1 Jun 2013 15:03:05 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F25CF33E0BF for ; Sat, 1 Jun 2013 15:03:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id B8DF32171D; Sat, 1 Jun 2013 15:03:03 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.8.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: bitcoind-0.8.1.ebuild ChangeLog X-VCS-Directories: net-p2p/bitcoind X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130601150303.B8DF32171D@flycatcher.gentoo.org> Date: Sat, 1 Jun 2013 15:03:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 99fae3e5-faf1-4cdf-970a-c5cab2bded6b X-Archives-Hash: 4e39d6c28d4a673f0df214c76b121d4d blueness 13/06/01 15:03:03 Modified: bitcoind-0.8.1.ebuild ChangeLog Log: 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) Revision Changes Path 1.6 net-p2p/bitcoind/bitcoind-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?r1=1.5&r2=1.6 Index: bitcoind-0.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bitcoind-0.8.1.ebuild 14 May 2013 11:45:58 -0000 1.5 +++ bitcoind-0.8.1.ebuild 1 Jun 2013 15:03:03 -0000 1.6 @@ -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 @@ 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 1.65 net-p2p/bitcoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 14 May 2013 11:45:58 -0000 1.64 +++ ChangeLog 1 Jun 2013 15:03:03 -0000 1.65 @@ -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 bitcoind-0.8.1.ebuild: + Force snappy off for leveldb since it may have security issues 14 May 2013; Agostino Sarubbo bitcoind-0.8.1.ebuild: Stable for arm, wrt bug #469342