mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/weston: bump to version 14.0.1
From https://lists.freedesktop.org/archives/wayland-devel/2024-October/043858.html: This is Weston 14.0.1, a bug-fix release. Most of the fixes here are addressing some build issues with a C++ compiler, but also addressing a more critical issue that was causing the gtk4 test suite or other clients to crash when using the headless backend. Some distros already carry a patch to address that, but in case they have not, this would be a good time to update. David Edmundson (1): libweston: Send seat name before announcing devices EatingSumo (1): libweston/screenshooter: Fix build when __builtin_clz is not available Jan Alexander Steffens (heftig) (1): libweston/noop-renderer: Check shm_buffer for NULL Jan Engelhardt (1): build: insert missing wayland-server-protocol dependency Jeri Li (1): libweston/desktop: avoid weston crash while xdg_surface ack_configure Marius Vlad (4): libweston: Move weston_get_backend_type after enum declaration desktop-shell: Don't attempt to re-add the view to panel layer libweston/matrix: Fix narrow conversion with C++ build: bump to version 14.0.1 for the point release Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
f27dcb9310
commit
6f74ee11b4
@@ -1,4 +1,4 @@
|
||||
# From https://lists.freedesktop.org/archives/wayland-devel/2024-September/043776.html
|
||||
sha256 47fd0325b0b948e9b003a38fdf4eb3a8581f3fdc740b8932b35ae8793bf4e4a5 weston-14.0.0.tar.xz
|
||||
sha512 8bdeed91befd5cbb0bde0f1860ff7775c1835a5fa8c3bf26e99d2f0c16e81255fcf35bf338ae02d7826463d0efdf41ba3fe78e38e4c27787831dfa331acafc08 weston-14.0.0.tar.xz
|
||||
# From https://lists.freedesktop.org/archives/wayland-devel/2024-October/043858.html
|
||||
sha256 a8150505b126a59df781fe8c30c8e6f87da7013e179039eb844a5bbbcc7c79b3 weston-14.0.1.tar.xz
|
||||
sha512 2d782f98f28b39b990acecfc885f62ab34c9cdd22ef06b09c5d8df792112c47b365f89c2bf05d871e36ddfb4c49aa7e6d05ff60fe67a2657727162e4f564a412 weston-14.0.1.tar.xz
|
||||
sha256 fdb65868f65d0fbdb05c2d3b779e10ce9969fa0c4b9262ba4f260e87086ab860 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WESTON_VERSION = 14.0.0
|
||||
WESTON_VERSION = 14.0.1
|
||||
WESTON_SITE = https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads
|
||||
WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
|
||||
WESTON_LICENSE = MIT
|
||||
|
||||
Reference in New Issue
Block a user