From bb10ce004991a21ee56bc887bc4f5c943bb12f7d Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Thu, 23 Jan 2025 21:18:58 +0100 Subject: [PATCH] package/swupdate: bump to security version 2024.12.1 Fix a high severity bug with the raw handler For release note, see: https://github.com/sbabic/swupdate/releases/tag/2024.12.1 The security fix (and only new commit) in this point release is: https://github.com/sbabic/swupdate/commit/434815b94d73c20b5461b954c4e62144ca29aa8f Signed-off-by: Giulio Benetti [Julien: fix commit title typo, add link to security commit fix] Signed-off-by: Julien Olivain --- package/swupdate/swupdate.hash | 2 +- package/swupdate/swupdate.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/swupdate/swupdate.hash b/package/swupdate/swupdate.hash index 847c5a1098..00e7d0b623 100644 --- a/package/swupdate/swupdate.hash +++ b/package/swupdate/swupdate.hash @@ -1,5 +1,5 @@ # Locally calculated -sha256 528c61769456d7740a9ba1d045f25f7587203e2a2e71a9a67998f0e13e2db149 swupdate-2024.12.tar.gz +sha256 8470e9e0540d0e3299d8dd57b4a230f3b640dd4491e8ba705755d6bc75569832 swupdate-2024.12.1.tar.gz sha256 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683 LICENSES/BSD-1-Clause.txt sha256 e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6 LICENSES/BSD-3-Clause.txt sha256 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192 LICENSES/CC0-1.0.txt diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk index fe6ef2dd6d..647a6f071b 100644 --- a/package/swupdate/swupdate.mk +++ b/package/swupdate/swupdate.mk @@ -4,7 +4,7 @@ # ################################################################################ -SWUPDATE_VERSION = 2024.12 +SWUPDATE_VERSION = 2024.12.1 SWUPDATE_SITE = $(call github,sbabic,swupdate,$(SWUPDATE_VERSION)) SWUPDATE_LICENSE = GPL-2.0, GPL-2.0+, LGPL-2.1+, MIT, ISC, BSD-1-Clause, BSD-3-Clause, CC0-1.0, CC-BY-SA-4.0, OFL-1.1 SWUPDATE_LICENSE_FILES = LICENSES/BSD-1-Clause.txt \