From f5d4ed04acd448fc70d330edf3c2a6ac886749b1 Mon Sep 17 00:00:00 2001 From: Olivier Benjamin Date: Thu, 15 May 2025 14:35:47 +0200 Subject: [PATCH] package/psplash: bump to revision 53ae74a This includes the following changes: 53ae74a configure.ac: fix autoconf code for img_fullscreen ec1ed35 configure.ac: standardize default-enabled options 1f64c65 README: Update mailing list to point to yocto-patches ml b1a75fd psplash: Only define bool if using C standard older than C23 5a32cf6 psplash.c: fix crash from length becoming negative ecc1913 SECURITY.md: Add file Signed-off-by: Olivier Benjamin Signed-off-by: Julien Olivain --- package/psplash/psplash.hash | 2 +- package/psplash/psplash.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/psplash/psplash.hash b/package/psplash/psplash.hash index 61514f57c0..e28f35b4f3 100644 --- a/package/psplash/psplash.hash +++ b/package/psplash/psplash.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 06def825088f44422fad8a885077d917db6f47688457d4a0953c2ff6f6036378 psplash-44afb7506d43cca15582b4c5b90ba5580344d75d-git4.tar.gz +sha256 18efa5f56e5b2ff4e8916b7632e7da59122e33f79bb514a8e225e12931e3ef20 psplash-53ae74a36bf17675228552abb927d2f981940a6a-git4.tar.gz sha256 f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505 COPYING diff --git a/package/psplash/psplash.mk b/package/psplash/psplash.mk index bb249e7de8..ea57d884d5 100644 --- a/package/psplash/psplash.mk +++ b/package/psplash/psplash.mk @@ -4,7 +4,7 @@ # ################################################################################ -PSPLASH_VERSION = 44afb7506d43cca15582b4c5b90ba5580344d75d +PSPLASH_VERSION = 53ae74a36bf17675228552abb927d2f981940a6a PSPLASH_SITE = https://git.yoctoproject.org/psplash PSPLASH_SITE_METHOD = git PSPLASH_LICENSE = GPL-2.0+