* [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0
@ 2025-09-21 18:17 Raphael Pavlidis
2025-09-21 18:17 ` [Buildroot] [PATCH v1 2/2] package/sway: bump to version 1.11 Raphael Pavlidis
2025-09-23 20:16 ` [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0 Julien Olivain via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Raphael Pavlidis @ 2025-09-21 18:17 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro, Raphael Pavlidis
Changelog:
https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.0
Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
---
package/wlroots/wlroots.hash | 4 ++--
package/wlroots/wlroots.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/wlroots/wlroots.hash b/package/wlroots/wlroots.hash
index 68b5dbd6d2..77d5c4552b 100644
--- a/package/wlroots/wlroots.hash
+++ b/package/wlroots/wlroots.hash
@@ -1,7 +1,7 @@
# Locally calculated after checking pgp signature
-# https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.18.2/downloads/wlroots-0.18.2.tar.gz.sig
+# https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.0/downloads/wlroots-0.19.0.tar.gz.sig
# with key 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 "emersion <contact@emersion.fr>"
-sha256 cf776c169169f279808d9eabc6583f484338dcd454c966a285ff178c88c105d4 wlroots-0.18.2.tar.gz
+sha256 aefb0fe2633b0aad1d66123b2f41afab004fb625e2a7790492cdd39a805cac91 wlroots-0.19.0.tar.gz
# Hashes for license files:
sha256 35d427c043dcafe8893b9e7247348f599847c81d9a067703587c80707f3d58df LICENSE
diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk
index 81f76fcdc7..689662f536 100644
--- a/package/wlroots/wlroots.mk
+++ b/package/wlroots/wlroots.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WLROOTS_VERSION = 0.18.2
+WLROOTS_VERSION = 0.19.0
WLROOTS_SITE = https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$(WLROOTS_VERSION)/downloads
WLROOTS_LICENSE = MIT
WLROOTS_LICENSE_FILES = LICENSE
--
2.51.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v1 2/2] package/sway: bump to version 1.11
2025-09-21 18:17 [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0 Raphael Pavlidis
@ 2025-09-21 18:17 ` Raphael Pavlidis
2025-09-23 20:16 ` [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0 Julien Olivain via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Raphael Pavlidis @ 2025-09-21 18:17 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro, Raphael Pavlidis
Changelog:
https://github.com/swaywm/sway/releases/tag/1.11
Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
---
package/sway/sway.hash | 4 ++--
package/sway/sway.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/sway/sway.hash b/package/sway/sway.hash
index 379180b0de..46f2bee753 100644
--- a/package/sway/sway.hash
+++ b/package/sway/sway.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
-# https://github.com/swaywm/sway/releases/download/1.10/sway-1.10.tar.gz.sig
+# https://github.com/swaywm/sway/releases/download/1.11/sway-1.11.tar.gz.sig
# with key 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 "emersion <contact@emersion.fr>"
-sha256 7472a7f11150212e0bed0bd0af9f591c9caac9f9ea87c35486e475a21f5ce81f sway-1.10.tar.gz
+sha256 0e37a55b7c3379230e97e1ad982542b75016a0c7d6676198604e557f9b373dae sway-1.11.tar.gz
sha256 bd35722bff46327f5eded1d211207277bbe043d2a22048b282c42ef801593b8b LICENSE
diff --git a/package/sway/sway.mk b/package/sway/sway.mk
index 74614b0c7f..f27d147852 100644
--- a/package/sway/sway.mk
+++ b/package/sway/sway.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SWAY_VERSION = 1.10
+SWAY_VERSION = 1.11
SWAY_SITE = https://github.com/swaywm/sway/releases/download/$(SWAY_VERSION)
SWAY_LICENSE = MIT
SWAY_LICENSE_FILES = LICENSE
--
2.51.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0
2025-09-21 18:17 [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0 Raphael Pavlidis
2025-09-21 18:17 ` [Buildroot] [PATCH v1 2/2] package/sway: bump to version 1.11 Raphael Pavlidis
@ 2025-09-23 20:16 ` Julien Olivain via buildroot
2025-10-14 11:01 ` Adrian Perez de Castro
1 sibling, 1 reply; 4+ messages in thread
From: Julien Olivain via buildroot @ 2025-09-23 20:16 UTC (permalink / raw)
To: Raphael Pavlidis; +Cc: buildroot, Adrian Perez de Castro
Hi Raphael,
Thanks for the patch.
On 21/09/2025 20:17, Raphael Pavlidis wrote:
> Changelog:
> https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.0
> Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
> ---
> package/wlroots/wlroots.hash | 4 ++--
> package/wlroots/wlroots.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
[...]
> diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk
> index 81f76fcdc7..689662f536 100644
> --- a/package/wlroots/wlroots.mk
> +++ b/package/wlroots/wlroots.mk
> @@ -4,7 +4,7 @@
> #
>
> ################################################################################
>
> -WLROOTS_VERSION = 0.18.2
> +WLROOTS_VERSION = 0.19.0
Updating wlroots to 0.19.0 breaks cage 0.2.0 due to the breaking changes
described
in the release note.
Could you also send a patch that bumps cage to
v0.2.0-15-g2e593fe5a8a2186a558ceb414674775e4ba5d2b1
or greater, please? (no need to resend this series)
> WLROOTS_SITE =
> https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$(WLROOTS_VERSION)/downloads
> WLROOTS_LICENSE = MIT
> WLROOTS_LICENSE_FILES = LICENSE
> --
> 2.51.0
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0
2025-09-23 20:16 ` [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0 Julien Olivain via buildroot
@ 2025-10-14 11:01 ` Adrian Perez de Castro
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Perez de Castro @ 2025-10-14 11:01 UTC (permalink / raw)
To: Julien Olivain; +Cc: Raphael Pavlidis, buildroot
[-- Attachment #1.1: Type: text/plain, Size: 1728 bytes --]
Hello Raphael and Julien,
On Tue, 23 Sep 2025 22:16:18 +0200 Julien Olivain via buildroot <buildroot@buildroot.org> wrote:
> Thanks for the patch.
>
> On 21/09/2025 20:17, Raphael Pavlidis wrote:
> > Changelog:
> > https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.0
> > Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
> > ---
> > package/wlroots/wlroots.hash | 4 ++--
> > package/wlroots/wlroots.mk | 2 +-
> > 2 files changed, 3 insertions(+), 3 deletions(-)
> >
> [...]
> > diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk
> > index 81f76fcdc7..689662f536 100644
> > --- a/package/wlroots/wlroots.mk
> > +++ b/package/wlroots/wlroots.mk
> > @@ -4,7 +4,7 @@
> > #
> >
> > ################################################################################
> >
> > -WLROOTS_VERSION = 0.18.2
> > +WLROOTS_VERSION = 0.19.0
>
> Updating wlroots to 0.19.0 breaks cage 0.2.0 due to the breaking changes
> described
> in the release note.
>
> Could you also send a patch that bumps cage to
> v0.2.0-15-g2e593fe5a8a2186a558ceb414674775e4ba5d2b1
> or greater, please? (no need to resend this series)
Or, even better, update to Cage 0.2.1, which can be built against
wlroots 0.19.x, as per the release notes:
https://github.com/cage-kiosk/cage/releases/tag/v0.2.1
> > WLROOTS_SITE =
> > https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$(WLROOTS_VERSION)/downloads
> > WLROOTS_LICENSE = MIT
> > WLROOTS_LICENSE_FILES = LICENSE
> > --
> > 2.51.0
>
> Best regards,
>
> Julien.
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-14 11:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-21 18:17 [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0 Raphael Pavlidis
2025-09-21 18:17 ` [Buildroot] [PATCH v1 2/2] package/sway: bump to version 1.11 Raphael Pavlidis
2025-09-23 20:16 ` [Buildroot] [PATCH v1 1/2] package/wlroots: bump to version 0.19.0 Julien Olivain via buildroot
2025-10-14 11:01 ` Adrian Perez de Castro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox