From: Adrian Perez de Castro <aperez@igalia.com>
To: Thomas Devoogdt <thomas@devoogdt.com>
Cc: Thomas Devoogdt <thomas@devoogdt.com>,
Thomas Devoogdt <thomas.devoogdt@barco.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v1] package/libsoup3: bump to 3.6.0
Date: Sun, 1 Sep 2024 17:15:05 +0300 [thread overview]
Message-ID: <20240901171505.GD1275649@igalia.com> (raw)
In-Reply-To: <20240829131232.2132854-1-thomas@devoogdt.com>
[-- Attachment #1.1: Type: text/plain, Size: 2135 bytes --]
Hi Thomas,
Thanks for updating the libsoup3 version, patch LGTM.
On Thu, 29 Aug 2024 15:12:28 +0200 Thomas Devoogdt <thomas@devoogdt.com> wrote:
> From: Thomas Devoogdt <thomas.devoogdt@barco.com>
>
> News:
> - https://download.gnome.org/sources/libsoup/3.5/libsoup-3.5.2.news
> - https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.0.news
>
> Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
Acked-by: Adrian Perez de Castro <aperez@igalia.com>
> ---
> package/libsoup3/libsoup3.hash | 4 ++--
> package/libsoup3/libsoup3.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/libsoup3/libsoup3.hash b/package/libsoup3/libsoup3.hash
> index 139771a11e..37ecd2db84 100644
> --- a/package/libsoup3/libsoup3.hash
> +++ b/package/libsoup3/libsoup3.hash
> @@ -1,4 +1,4 @@
> -# From https://download.gnome.org/sources/libsoup/3.5/libsoup-3.5.1.sha256sum
> -sha256 c1d7cfb89832d35c271f37d544f2cfe21fa60ae9faad4a7ac58996ae4031f7ba libsoup-3.5.1.tar.xz
> +# From https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.0.sha256sum
> +sha256 62959f791e8e8442f8c13cedac8c4919d78f9120d5bb5301be67a5e53318b4a3 libsoup-3.6.0.tar.xz
> # Locally calculated
> sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
> diff --git a/package/libsoup3/libsoup3.mk b/package/libsoup3/libsoup3.mk
> index bc3ae4d0cb..f8a7e26159 100644
> --- a/package/libsoup3/libsoup3.mk
> +++ b/package/libsoup3/libsoup3.mk
> @@ -4,8 +4,8 @@
> #
> ################################################################################
>
> -LIBSOUP3_VERSION_MAJOR = 3.5
> -LIBSOUP3_VERSION = $(LIBSOUP3_VERSION_MAJOR).1
> +LIBSOUP3_VERSION_MAJOR = 3.6
> +LIBSOUP3_VERSION = $(LIBSOUP3_VERSION_MAJOR).0
> LIBSOUP3_SOURCE = libsoup-$(LIBSOUP3_VERSION).tar.xz
> LIBSOUP3_SITE = https://download.gnome.org/sources/libsoup/$(LIBSOUP3_VERSION_MAJOR)
> LIBSOUP3_LICENSE = LGPL-2.0+
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
>
Cheers,
—Adrián
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-09-01 14:15 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-29 13:12 [Buildroot] [PATCH v1] package/libsoup3: bump to 3.6.0 Thomas Devoogdt
2024-08-29 13:12 ` [Buildroot] [PATCH v1] package/midori: drop package Thomas Devoogdt
2024-09-01 12:11 ` [Buildroot] [PATCH v1] package/webkitgtk: restore libsoup support Thomas Devoogdt
2024-09-02 15:41 ` Yann E. MORIN
2024-09-02 16:06 ` Thomas Devoogdt
2024-09-02 16:26 ` Yann E. MORIN
2024-09-02 19:37 ` Adrian Perez de Castro
2024-09-02 20:04 ` Yann E. MORIN
2024-09-03 10:54 ` Adrian Perez de Castro
2024-09-02 15:39 ` [Buildroot] [PATCH v1] package/midori: drop package Yann E. MORIN
2024-08-29 13:12 ` [Buildroot] [PATCH v1] package/libgtk4: fix cairo-pdf compile error Thomas Devoogdt
2024-09-03 21:14 ` Thomas Petazzoni via buildroot
2024-09-03 21:26 ` Thomas Devoogdt
2024-09-14 19:58 ` Thomas Devoogdt
2024-09-17 19:18 ` [Buildroot] [PATCH v2] package/libgtk4: fix compile error if cairo zlib is not enabled Thomas Devoogdt
2024-08-29 13:12 ` [Buildroot] [PATCH v1] package/webkitgtk: start using GTK4 Thomas Devoogdt
2024-09-01 14:15 ` Adrian Perez de Castro [this message]
2024-09-05 20:56 ` [Buildroot] [PATCH v1] package/libsoup3: bump to 3.6.0 Thomas Petazzoni via buildroot
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=20240901171505.GD1275649@igalia.com \
--to=aperez@igalia.com \
--cc=buildroot@buildroot.org \
--cc=thomas.devoogdt@barco.com \
--cc=thomas@devoogdt.com \
/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