* [Buildroot] [PATCH] package/swupdate: bump to securoty version 2024.12.1 @ 2025-01-23 20:18 Giulio Benetti 2025-01-23 21:21 ` Julien Olivain 2025-01-31 20:45 ` Peter Korsgaard 0 siblings, 2 replies; 5+ messages in thread From: Giulio Benetti @ 2025-01-23 20:18 UTC (permalink / raw) To: buildroot; +Cc: Giulio Benetti Fix a high severity bug with the raw handler For release note, see: https://github.com/sbabic/swupdate/releases/tag/2024.12.1 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> --- 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 \ -- 2.39.5 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/swupdate: bump to securoty version 2024.12.1 2025-01-23 20:18 [Buildroot] [PATCH] package/swupdate: bump to securoty version 2024.12.1 Giulio Benetti @ 2025-01-23 21:21 ` Julien Olivain 2025-01-31 20:45 ` Peter Korsgaard 1 sibling, 0 replies; 5+ messages in thread From: Julien Olivain @ 2025-01-23 21:21 UTC (permalink / raw) To: Giulio Benetti; +Cc: buildroot On 23/01/2025 21:18, Giulio Benetti wrote: > Fix a high severity bug with the raw handler > > For release note, see: > https://github.com/sbabic/swupdate/releases/tag/2024.12.1 > > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Applied to master, thanks. _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/swupdate: bump to securoty version 2024.12.1 2025-01-23 20:18 [Buildroot] [PATCH] package/swupdate: bump to securoty version 2024.12.1 Giulio Benetti 2025-01-23 21:21 ` Julien Olivain @ 2025-01-31 20:45 ` Peter Korsgaard 2025-01-31 21:09 ` Giulio Benetti 1 sibling, 1 reply; 5+ messages in thread From: Peter Korsgaard @ 2025-01-31 20:45 UTC (permalink / raw) To: Giulio Benetti; +Cc: buildroot >>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes: > Fix a high severity bug with the raw handler > For release note, see: > https://github.com/sbabic/swupdate/releases/tag/2024.12.1 Can you confirm that this was a new issue introduced in 2024.12 and E.G. that 2024.11.x / 2024.02.x aren't affected? -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/swupdate: bump to securoty version 2024.12.1 2025-01-31 20:45 ` Peter Korsgaard @ 2025-01-31 21:09 ` Giulio Benetti 2025-01-31 21:23 ` Peter Korsgaard 0 siblings, 1 reply; 5+ messages in thread From: Giulio Benetti @ 2025-01-31 21:09 UTC (permalink / raw) To: Peter Korsgaard; +Cc: buildroot Hi Peter, On 1/31/25 21:45, Peter Korsgaard wrote: >>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes: > > > Fix a high severity bug with the raw handler > > For release note, see: > > https://github.com/sbabic/swupdate/releases/tag/2024.12.1 > > Can you confirm that this was a new issue introduced in 2024.12 and > E.G. that 2024.11.x / 2024.02.x aren't affected? I confirm those versions are not affected. Here you can see the only commit for version 2024.12.1: https://github.com/sbabic/swupdate/commits/2024.12.1/ that is: https://github.com/sbabic/swupdate/commit/434815b94d73c20b5461b954c4e62144ca29aa8f and in order it Fixes: https://github.com/sbabic/swupdate/commit/5d57a9c05ec2a4ae422bdb35247a75402f8e0aeb and: https://github.com/sbabic/swupdate/commit/aff67cdb2c62003a3be194036b68c62e3064d660 and both have been committed to master and 2024.12 branches after 2024.05 tag and not in 2024.05.x tags. So yes I confirm Best regards Giulio _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/swupdate: bump to securoty version 2024.12.1 2025-01-31 21:09 ` Giulio Benetti @ 2025-01-31 21:23 ` Peter Korsgaard 0 siblings, 0 replies; 5+ messages in thread From: Peter Korsgaard @ 2025-01-31 21:23 UTC (permalink / raw) To: Giulio Benetti; +Cc: buildroot >>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes: > Hi Peter, > On 1/31/25 21:45, Peter Korsgaard wrote: >>>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes: >> > Fix a high severity bug with the raw handler >> > For release note, see: >> > https://github.com/sbabic/swupdate/releases/tag/2024.12.1 >> Can you confirm that this was a new issue introduced in 2024.12 and >> E.G. that 2024.11.x / 2024.02.x aren't affected? > I confirm those versions are not affected. Here you can see the only > commit for version 2024.12.1: > https://github.com/sbabic/swupdate/commits/2024.12.1/ > that is: > https://github.com/sbabic/swupdate/commit/434815b94d73c20b5461b954c4e62144ca29aa8f > and in order it Fixes: > https://github.com/sbabic/swupdate/commit/5d57a9c05ec2a4ae422bdb35247a75402f8e0aeb > and: > https://github.com/sbabic/swupdate/commit/aff67cdb2c62003a3be194036b68c62e3064d660 > and both have been committed to master and 2024.12 branches > after 2024.05 tag and not in 2024.05.x tags. > So yes I confirm Ok, thanks! -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-31 21:24 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-01-23 20:18 [Buildroot] [PATCH] package/swupdate: bump to securoty version 2024.12.1 Giulio Benetti 2025-01-23 21:21 ` Julien Olivain 2025-01-31 20:45 ` Peter Korsgaard 2025-01-31 21:09 ` Giulio Benetti 2025-01-31 21:23 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox