From patchwork Mon Oct 7 19:36:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?SsOpcsO0bWUgUG91aWxsZXI=?= X-Patchwork-Id: 281255 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 6BFC22C0196 for ; Tue, 8 Oct 2013 06:36:12 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3B6B38BD1F; Mon, 7 Oct 2013 19:36:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YlBCqn3T7buR; Mon, 7 Oct 2013 19:36:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D63A38BD09; Mon, 7 Oct 2013 19:36:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 14ADF1BF840 for ; Mon, 7 Oct 2013 19:36:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0F8348B281 for ; Mon, 7 Oct 2013 19:36:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VNTLTRQYxYBy for ; Mon, 7 Oct 2013 19:36:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sysmic.org (88-191-79-235.rev.poneytelecom.eu [88.191.79.235]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5EE748B1F4 for ; Mon, 7 Oct 2013 19:36:08 +0000 (UTC) Received: from localhost.localdomain (mal35-3-82-240-201-171.fbx.proxad.net [82.240.201.171]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jezz) by sysmic.org (Postfix) with ESMTPSA id 4081C60BB4; Mon, 7 Oct 2013 21:36:04 +0200 (CEST) From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= To: buildroot@busybox.net Date: Mon, 7 Oct 2013 21:36:01 +0200 Message-Id: <1381174561-22507-1-git-send-email-jezz@sysmic.org> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Cc: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Subject: [Buildroot] [PATCH] Revert "berkeleydb: bump to version 6.0.20" X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net BerkeleyDB has changed its license since version 6. New license (AGPL) may be incompatible with some packages. So we prefer to stick to version 5 This reverts commit 4c478de2e76ffc1d0a6dc413475307fd44a0a595. Signed-off-by: Jérôme Pouiller Acked-by: Gustavo Zacarias --- package/berkeleydb/berkeleydb.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/berkeleydb/berkeleydb.mk b/package/berkeleydb/berkeleydb.mk index 9b23623..d39bf80 100644 --- a/package/berkeleydb/berkeleydb.mk +++ b/package/berkeleydb/berkeleydb.mk @@ -4,7 +4,10 @@ # ################################################################################ -BERKELEYDB_VERSION = 6.0.20 +# If you want to use lastest version of BerkeleyDB, just change VERSION below. +# However, notice BerkeleyDB license changed and is now Affero GPL since +# version 6 +BERKELEYDB_VERSION = 5.3.21 BERKELEYDB_SITE = http://download.oracle.com/berkeley-db BERKELEYDB_SOURCE = db-$(BERKELEYDB_VERSION).NC.tar.gz BERKELEYDB_SUBDIR = build_unix