All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Revert "berkeleydb: bump to version 6.0.20"
Date: Tue, 8 Oct 2013 00:10:24 +0200	[thread overview]
Message-ID: <20131007221024.GF9561@free.fr> (raw)
In-Reply-To: <1381174561-22507-1-git-send-email-jezz@sysmic.org>

J?r?me, All,

On 2013-10-07 21:36 +0200, J?r?me Pouiller spake thusly:
> 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 <jezz@sysmic.org>
> ---
>  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

I'd prefer we'd phrase it something like:

    # 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.

Because we really do want to keep 5.x, while your text seems to imply we
could bump the version. We do not want this to happen.

> +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

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2013-10-07 22:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-07 19:36 [Buildroot] [PATCH] Revert "berkeleydb: bump to version 6.0.20" Jérôme Pouiller
2013-10-07 21:02 ` Gustavo Zacarias
2013-10-07 22:10 ` Yann E. MORIN [this message]
2013-10-27  9:38 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131007221024.GF9561@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.