Revert "berkeleydb: bump to version 6.0.20"
authorJérôme Pouiller <jezz@sysmic.org>
Mon, 7 Oct 2013 19:36:01 +0000 (21:36 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 27 Oct 2013 09:34:21 +0000 (10:34 +0100)
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.

[Peter: adjust comment as suggested by Yann]
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/berkeleydb/berkeleydb.mk

index 9b236230f2c24eebbb7cb50a584ebddba592c96c..0e3e83068596a8c30ac14a8ede6cc4b461bae721 100644 (file)
@@ -4,7 +4,12 @@
 #
 ################################################################################
 
-BERKELEYDB_VERSION = 6.0.20
+# Since BerkeleyDB version 6 and above are licensed under the Affero
+# GPL (AGPL), we want to keep this 'bdb' package at version 5.x to
+# avoid licensing issues.
+# BerkeleyDB version 6 or above should be provided by a dedicated
+# package instead.
+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