All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 00/22] Bump ejabberd to version 19.09.1
Date: Mon, 6 Jan 2020 21:36:09 +0100	[thread overview]
Message-ID: <20200106213609.6b8b25ce@windsurf> (raw)
In-Reply-To: <20200106161115.16524-1-johan.oudinet@gmail.com>

Hello Johan,

On Mon,  6 Jan 2020 17:10:53 +0100
Johan Oudinet <johan.oudinet@gmail.com> wrote:

> Ejabberd has many dependencies. Bump all of them to the versions
> required by ejabberd-19.09.1.

Thanks for the patch series, I have applied it all, but there were a
few issues. See below for some general comments.

> Johan Oudinet (22):
>   erlang-p1-utils: Bump to version 1.0.16
>   erlang-lager: Bump to version 3.6.10
>   erlang-eimp: Bump to version 1.0.12
>   erlang-p1-cache-tab: Bump to version 1.0.20
>   erlang-p1-oauth2: Bump to version 0.6.5
>   erlang-p1-sip: Bump to version 1.0.30
>   erlang-p1-stringprep: Bump to version 1.0.17
>   erlang-p1-tls: Bump to version 1.1.2
>   ejabberd-p1-stun: Bump to version 1.0.29

Problem in the commit title: the package name is erlang-p1-stun, not
ejabberd-p1-stun.

>   erlang-p1-xml: Bump to version 1.1.37
>   erlang-p1-zlib: Bump to version 1.0.6
>   erlang-p1-xmpp: Bump to version 1.4.2
>   erlang-p1-yaml: Bump to version 1.0.21

For all those version bumps, the commit title format should have been:

	package/foo: bump to version XYZ

i.e "package/foo" as the prefix, and bump instead of Bump.

One useful addition would be to add the hash of the license file in the
.hash file of those packages.

>   erlang-base64url: New package
>   erlang-jose: New package
>   erlang-idna: New package
>   erlang-p1-mqtree: New package
>   erlang-p1-pkix: New package
>   erlang-p1-yconf: New package
>   erlang-p1-acme: New package

For all those packages:

 - You missed the update to the DEVELOPERS file

 - The "erlang" dependency added in <pkg>_DEPENDENCIES was not needed
   as it is implied by the rebar-package infrastructure

 - The hash of the license file was missing.

 - The commit title should have been: "package/foo: new package"

>   ejabberd: Bump to version 19.09.1

Same as previous version bumps on the commit title.

>   erlang-p1-iconv: Remove package

This one lacked an updated to the Config.in.legacy file.

I fixed all those minor details, and applied. As I mentioned above, it
would be good to add the hash of the license file in all Erlang
packages that don't have it yet.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  parent reply	other threads:[~2020-01-06 20:36 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 16:10 [Buildroot] [PATCH 00/22] Bump ejabberd to version 19.09.1 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 01/22] erlang-p1-utils: Bump to version 1.0.16 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 02/22] erlang-lager: Bump to version 3.6.10 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 03/22] erlang-eimp: Bump to version 1.0.12 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 04/22] erlang-p1-cache-tab: Bump to version 1.0.20 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 05/22] erlang-p1-oauth2: Bump to version 0.6.5 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 06/22] erlang-p1-sip: Bump to version 1.0.30 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 07/22] erlang-p1-stringprep: Bump to version 1.0.17 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 08/22] erlang-p1-tls: Bump to version 1.1.2 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 09/22] ejabberd-p1-stun: Bump to version 1.0.29 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 10/22] erlang-p1-xml: Bump to version 1.1.37 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 11/22] erlang-p1-zlib: Bump to version 1.0.6 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 12/22] erlang-p1-xmpp: Bump to version 1.4.2 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 13/22] erlang-p1-yaml: Bump to version 1.0.21 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 14/22] erlang-base64url: New package Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 15/22] erlang-jose: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 16/22] erlang-idna: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 17/22] erlang-p1-mqtree: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 18/22] erlang-p1-pkix: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 19/22] erlang-p1-yconf: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 20/22] erlang-p1-acme: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 21/22] ejabberd: Bump to version 19.09.1 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 22/22] erlang-p1-iconv: Remove package Johan Oudinet
2020-01-06 20:36 ` Thomas Petazzoni [this message]
2020-01-07 10:47   ` [Buildroot] [PATCH 00/22] Bump ejabberd to version 19.09.1 Johan Oudinet

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=20200106213609.6b8b25ce@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --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.