All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Perez de Castro <aperez@igalia.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 0/2] Update to latest libsoup2
Date: Fri, 21 May 2021 13:37:35 +0300	[thread overview]
Message-ID: <20210521103737.3802646-1-aperez@igalia.com> (raw)
In-Reply-To: <20210520110926.1592027-1-aperez@igalia.com>

Hello all,

While working on the WebKit package updates the last days I noticed that the
version of libsoup2 in Buildroot is a tad old, and it seemed fitting to submit
a patch set for updating it. Recent versions have a new dependency on libpsl,
so a new package for it is added as well.

Cheers,
-Adrian

Adrian Perez de Castro (2):
  package/libpsl: new package
  package/libsoup: bump to version 2.66.5

 DEVELOPERS                                    |  1 +
 package/Config.in                             |  1 +
 package/libpsl/Config.in                      |  8 ++++++
 package/libpsl/libpsl.hash                    |  6 +++++
 package/libpsl/libpsl.mk                      | 27 +++++++++++++++++++
 .../0001-Revert-tld-parser-use-Python-3.patch | 27 -------------------
 package/libsoup/Config.in                     |  1 +
 package/libsoup/libsoup.hash                  |  4 +--
 package/libsoup/libsoup.mk                    | 20 +++++++-------
 9 files changed, 56 insertions(+), 39 deletions(-)
 create mode 100644 package/libpsl/Config.in
 create mode 100644 package/libpsl/libpsl.hash
 create mode 100644 package/libpsl/libpsl.mk
 delete mode 100644 package/libsoup/0001-Revert-tld-parser-use-Python-3.patch

-- 
2.31.1

  parent reply	other threads:[~2021-05-21 10:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19 21:26 [Buildroot] [PATCH 0/2] Update to latest libsoup2 Adrian Perez de Castro
2021-05-19 21:26 ` [Buildroot] [PATCH 1/2] package/libpsl: new package Adrian Perez de Castro
2021-05-20  7:11   ` Arnout Vandecappelle
2021-05-20 10:49     ` Adrian Perez de Castro
2021-05-20 11:10       ` Arnout Vandecappelle
2021-05-20 11:25         ` Adrian Perez de Castro
2021-05-19 21:26 ` [Buildroot] [PATCH 2/2] package/libsoup: bump to version 2.66.5 Adrian Perez de Castro
2021-05-20 11:09 ` [Buildroot] [PATCH v2 0/2] Update to latest libsoup2 Adrian Perez de Castro
2021-05-20 11:09   ` [Buildroot] [PATCH v2 1/2] package/libpsl: new package Adrian Perez de Castro
2021-05-21 10:27     ` Adrian Perez de Castro
2021-05-20 11:09   ` [Buildroot] [PATCH v2 2/2] package/libsoup: bump to version 2.66.5 Adrian Perez de Castro
2021-05-21 10:37   ` Adrian Perez de Castro [this message]
2021-05-21 10:37     ` [Buildroot] [PATCH v3 1/2] package/libpsl: new package Adrian Perez de Castro
2021-05-24 13:26       ` Yann E. MORIN
2021-05-24 14:17         ` Adrian Perez de Castro
2021-05-21 10:37     ` [Buildroot] [PATCH v3 2/2] package/libsoup: bump to version 2.66.5 Adrian Perez de Castro
2021-05-24 13:23     ` [Buildroot] [PATCH v3 0/2] Update to latest libsoup2 Yann E. MORIN

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=20210521103737.3802646-1-aperez@igalia.com \
    --to=aperez@igalia.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.