Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/spdlog: bump to version 1.15.2
@ 2025-04-01  7:10 Michael Nosthoff via buildroot
  2025-04-01 19:32 ` Julien Olivain
  2025-04-16 21:24 ` Arnout Vandecappelle via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Nosthoff via buildroot @ 2025-04-01  7:10 UTC (permalink / raw)
  To: buildroot; +Cc: Asaf Kahlon

Release Notes: https://github.com/gabime/spdlog/releases/tag/v1.15.2

- fixes an issue with the %D format flag found by OSS-Fuzz

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
 package/spdlog/spdlog.hash | 2 +-
 package/spdlog/spdlog.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/spdlog/spdlog.hash b/package/spdlog/spdlog.hash
index 8c6838160b..12fd2e2fd4 100644
--- a/package/spdlog/spdlog.hash
+++ b/package/spdlog/spdlog.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  25c843860f039a1600f232c6eb9e01e6627f7d030a2ae5e232bdd3c9205d26cc  spdlog-1.15.1.tar.gz
+sha256  7a80896357f3e8e920e85e92633b14ba0f229c506e6f978578bdc35ba09e9a5d  spdlog-1.15.2.tar.gz
 sha256  4ccecab18d1ff0b61174fe3d6c430541625d3ddb865b0d5887db296f883c76e7  LICENSE
diff --git a/package/spdlog/spdlog.mk b/package/spdlog/spdlog.mk
index 09d432defe..fb9a33c2ca 100644
--- a/package/spdlog/spdlog.mk
+++ b/package/spdlog/spdlog.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SPDLOG_VERSION = 1.15.1
+SPDLOG_VERSION = 1.15.2
 SPDLOG_SITE = $(call github,gabime,spdlog,v$(SPDLOG_VERSION))
 SPDLOG_LICENSE = MIT
 SPDLOG_LICENSE_FILES = LICENSE
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/spdlog: bump to version 1.15.2
  2025-04-01  7:10 [Buildroot] [PATCH] package/spdlog: bump to version 1.15.2 Michael Nosthoff via buildroot
@ 2025-04-01 19:32 ` Julien Olivain
  2025-04-16 21:24 ` Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain @ 2025-04-01 19:32 UTC (permalink / raw)
  To: Michael Nosthoff; +Cc: buildroot, Asaf Kahlon

On 01/04/2025 09:10, Michael Nosthoff via buildroot wrote:
> Release Notes: https://github.com/gabime/spdlog/releases/tag/v1.15.2
> 
> - fixes an issue with the %D format flag found by OSS-Fuzz
> 
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/spdlog: bump to version 1.15.2
  2025-04-01  7:10 [Buildroot] [PATCH] package/spdlog: bump to version 1.15.2 Michael Nosthoff via buildroot
  2025-04-01 19:32 ` Julien Olivain
@ 2025-04-16 21:24 ` Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2025-04-16 21:24 UTC (permalink / raw)
  To: Michael Nosthoff, buildroot; +Cc: Asaf Kahlon


On 01/04/2025 09:10, Michael Nosthoff via buildroot wrote:
> Release Notes: https://github.com/gabime/spdlog/releases/tag/v1.15.2
>
> - fixes an issue with the %D format flag found by OSS-Fuzz
>
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>

  Applied to 2025.02.x, thanks.

  Regards,
  Arnout

> ---
>   package/spdlog/spdlog.hash | 2 +-
>   package/spdlog/spdlog.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/spdlog/spdlog.hash b/package/spdlog/spdlog.hash
> index 8c6838160b..12fd2e2fd4 100644
> --- a/package/spdlog/spdlog.hash
> +++ b/package/spdlog/spdlog.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  25c843860f039a1600f232c6eb9e01e6627f7d030a2ae5e232bdd3c9205d26cc  spdlog-1.15.1.tar.gz
> +sha256  7a80896357f3e8e920e85e92633b14ba0f229c506e6f978578bdc35ba09e9a5d  spdlog-1.15.2.tar.gz
>   sha256  4ccecab18d1ff0b61174fe3d6c430541625d3ddb865b0d5887db296f883c76e7  LICENSE
> diff --git a/package/spdlog/spdlog.mk b/package/spdlog/spdlog.mk
> index 09d432defe..fb9a33c2ca 100644
> --- a/package/spdlog/spdlog.mk
> +++ b/package/spdlog/spdlog.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -SPDLOG_VERSION = 1.15.1
> +SPDLOG_VERSION = 1.15.2
>   SPDLOG_SITE = $(call github,gabime,spdlog,v$(SPDLOG_VERSION))
>   SPDLOG_LICENSE = MIT
>   SPDLOG_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-16 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01  7:10 [Buildroot] [PATCH] package/spdlog: bump to version 1.15.2 Michael Nosthoff via buildroot
2025-04-01 19:32 ` Julien Olivain
2025-04-16 21:24 ` Arnout Vandecappelle via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox