From: Johan Oudinet <johan.oudinet@gmail.com>
To: buildroot@buildroot.org
Cc: Johan Oudinet <johan.oudinet@gmail.com>
Subject: [Buildroot] [PATCH 00/18] Update Ejabberd and its dependencies
Date: Wed, 7 Aug 2024 16:33:00 +0200 [thread overview]
Message-ID: <20240807143318.439619-1-johan.oudinet@gmail.com> (raw)
Ejabberd has many dependencies. Update all of them to the versions
needed by ejabberd 24.07. Take the opportunity to rename the erlang
packages that were misnamed so far in order to remove some patches.
Such patches were here only to fix the location of such packages in
other packages that expect to find them in a different place.
Johan Oudinet (18):
package/erlang-stun: renamed from erlang-p1-stun
package/erlang-fast-xml: renamed from erlang-p1-xml
package/erlang-xmpp: renamed from erlang-p1-xmpp
package/erlang-p1-utils: bump version to 1.0.26
package/erlang-p1-cache-tab: bump version to 1.0.31
package/erlang-p1-tls: bump version to 1.1.21
package/erlang-p1-stringprep: bump version to 1.0.30
package/erlang-fast-yaml: renamed from erlang-p1-yaml
package/erlang-p1-yconf: bump version to 1.0.16
package/erlang-p1-oauth2: bump version to 0.6.14
package/erlang-p1-pkix: bump version to 1.0.10
package/erlang-eimp: bump version to 1.0.23
package/erlang-p1-mqtree: bump version to 1.0.17
package/erlang-jose: bump version to 1.11.10
package/erlang-p1-acme: bump version to 1.0.23
package/erlang-p1-sip: bump version to 1.0.54
package/erlang-p1-zlib: bump version to 1.0.13
package/ejabberd: bump version to 24.07
DEVELOPERS | 8 +-
package/Config.in | 8 +-
...not-download-or-compile-dependencies.patch | 23 +-
package/ejabberd/0002-fix-ejabberdctl.patch | 19 +-
package/ejabberd/0003-correct-includes.patch | 1807 -----------------
package/ejabberd/Config.in | 8 +-
package/ejabberd/S50ejabberd | 72 +-
package/ejabberd/check-erlang-lib | 39 +-
package/ejabberd/ejabberd.hash | 4 +-
package/ejabberd/ejabberd.mk | 11 +-
package/erlang-eimp/erlang-eimp.hash | 2 +-
package/erlang-eimp/erlang-eimp.mk | 2 +-
package/erlang-fast-xml/Config.in | 8 +
.../erlang-fast-xml.hash} | 2 +-
package/erlang-fast-xml/erlang-fast-xml.mk | 18 +
.../Config.in | 6 +-
.../erlang-fast-yaml.hash} | 2 +-
package/erlang-fast-yaml/erlang-fast-yaml.mk | 20 +
package/erlang-jose/erlang-jose.hash | 2 +-
package/erlang-jose/erlang-jose.mk | 2 +-
package/erlang-p1-acme/erlang-p1-acme.hash | 2 +-
package/erlang-p1-acme/erlang-p1-acme.mk | 2 +-
.../erlang-p1-cache-tab.hash | 2 +-
.../erlang-p1-cache-tab.mk | 2 +-
.../erlang-p1-mqtree/erlang-p1-mqtree.hash | 2 +-
package/erlang-p1-mqtree/erlang-p1-mqtree.mk | 2 +-
.../erlang-p1-oauth2/erlang-p1-oauth2.hash | 2 +-
package/erlang-p1-oauth2/erlang-p1-oauth2.mk | 2 +-
package/erlang-p1-pkix/erlang-p1-pkix.hash | 2 +-
package/erlang-p1-pkix/erlang-p1-pkix.mk | 2 +-
.../erlang-p1-sip/0001-correct-include.patch | 31 -
package/erlang-p1-sip/Config.in | 2 +-
package/erlang-p1-sip/erlang-p1-sip.hash | 2 +-
package/erlang-p1-sip/erlang-p1-sip.mk | 4 +-
.../erlang-p1-stringprep.hash | 2 +-
.../erlang-p1-stringprep.mk | 2 +-
package/erlang-p1-stun/erlang-p1-stun.mk | 14 -
package/erlang-p1-tls/erlang-p1-tls.hash | 4 +-
package/erlang-p1-tls/erlang-p1-tls.mk | 2 +-
package/erlang-p1-utils/erlang-p1-utils.hash | 2 +-
package/erlang-p1-utils/erlang-p1-utils.mk | 2 +-
package/erlang-p1-xml/Config.in | 8 -
package/erlang-p1-xml/erlang-p1-xml.mk | 18 -
.../erlang-p1-xmpp/0001-fix-includes.patch | 16 -
package/erlang-p1-xmpp/erlang-p1-xmpp.mk | 17 -
package/erlang-p1-yaml/erlang-p1-yaml.mk | 20 -
package/erlang-p1-yconf/Config.in | 2 +-
package/erlang-p1-yconf/erlang-p1-yconf.hash | 2 +-
package/erlang-p1-yconf/erlang-p1-yconf.mk | 4 +-
package/erlang-p1-zlib/erlang-p1-zlib.hash | 2 +-
package/erlang-p1-zlib/erlang-p1-zlib.mk | 2 +-
.../{erlang-p1-stun => erlang-stun}/Config.in | 4 +-
.../erlang-stun.hash} | 2 +-
package/erlang-stun/erlang-stun.mk | 14 +
.../{erlang-p1-xmpp => erlang-xmpp}/Config.in | 8 +-
.../erlang-xmpp.hash} | 2 +-
package/erlang-xmpp/erlang-xmpp.mk | 17 +
57 files changed, 218 insertions(+), 2070 deletions(-)
delete mode 100644 package/ejabberd/0003-correct-includes.patch
create mode 100644 package/erlang-fast-xml/Config.in
rename package/{erlang-p1-yaml/erlang-p1-yaml.hash => erlang-fast-xml/erlang-fast-xml.hash} (50%)
create mode 100644 package/erlang-fast-xml/erlang-fast-xml.mk
rename package/{erlang-p1-yaml => erlang-fast-yaml}/Config.in (51%)
rename package/{erlang-p1-stun/erlang-p1-stun.hash => erlang-fast-yaml/erlang-fast-yaml.hash} (50%)
create mode 100644 package/erlang-fast-yaml/erlang-fast-yaml.mk
delete mode 100644 package/erlang-p1-sip/0001-correct-include.patch
delete mode 100644 package/erlang-p1-stun/erlang-p1-stun.mk
delete mode 100644 package/erlang-p1-xml/Config.in
delete mode 100644 package/erlang-p1-xml/erlang-p1-xml.mk
delete mode 100644 package/erlang-p1-xmpp/0001-fix-includes.patch
delete mode 100644 package/erlang-p1-xmpp/erlang-p1-xmpp.mk
delete mode 100644 package/erlang-p1-yaml/erlang-p1-yaml.mk
rename package/{erlang-p1-stun => erlang-stun}/Config.in (71%)
rename package/{erlang-p1-xml/erlang-p1-xml.hash => erlang-stun/erlang-stun.hash} (51%)
create mode 100644 package/erlang-stun/erlang-stun.mk
rename package/{erlang-p1-xmpp => erlang-xmpp}/Config.in (70%)
rename package/{erlang-p1-xmpp/erlang-p1-xmpp.hash => erlang-xmpp/erlang-xmpp.hash} (51%)
create mode 100644 package/erlang-xmpp/erlang-xmpp.mk
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-08-07 14:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-07 14:33 Johan Oudinet [this message]
2024-08-07 14:33 ` [Buildroot] [PATCH 01/18] package/erlang-stun: renamed from erlang-p1-stun Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 02/18] package/erlang-fast-xml: renamed from erlang-p1-xml Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 03/18] package/erlang-xmpp: renamed from erlang-p1-xmpp Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 04/18] package/erlang-p1-utils: bump version to 1.0.26 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 05/18] package/erlang-p1-cache-tab: bump version to 1.0.31 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 06/18] package/erlang-p1-tls: bump version to 1.1.21 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 07/18] package/erlang-p1-stringprep: bump version to 1.0.30 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 08/18] package/erlang-fast-yaml: renamed from erlang-p1-yaml Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 09/18] package/erlang-p1-yconf: bump version to 1.0.16 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 10/18] package/erlang-p1-oauth2: bump version to 0.6.14 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 11/18] package/erlang-p1-pkix: bump version to 1.0.10 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 12/18] package/erlang-eimp: bump version to 1.0.23 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 13/18] package/erlang-p1-mqtree: bump version to 1.0.17 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 14/18] package/erlang-jose: bump version to 1.11.10 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 15/18] package/erlang-p1-acme: bump version to 1.0.23 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 16/18] package/erlang-p1-sip: bump version to 1.0.54 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 17/18] package/erlang-p1-zlib: bump version to 1.0.13 Johan Oudinet
2024-08-07 14:33 ` [Buildroot] [PATCH 18/18] package/ejabberd: bump version to 24.07 Johan Oudinet
2024-08-07 19:53 ` Thomas Petazzoni via buildroot
2024-08-07 19:51 ` [Buildroot] [PATCH 00/18] Update Ejabberd and its dependencies Thomas Petazzoni via buildroot
2024-08-26 14:51 ` 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=20240807143318.439619-1-johan.oudinet@gmail.com \
--to=johan.oudinet@gmail.com \
--cc=buildroot@buildroot.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox