* [Buildroot] [PATCH 1/1] package/ksmbd-tools: security bump to version 3.4.9
@ 2023-10-15 12:35 Fabrice Fontaine
2023-10-15 19:57 ` Arnout Vandecappelle via buildroot
2023-10-26 11:12 ` Peter Korsgaard
0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2023-10-15 12:35 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Fix two security issues that reported by ZDI.
https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.7
https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.8
https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/ksmbd-tools/ksmbd-tools.hash | 2 +-
package/ksmbd-tools/ksmbd-tools.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/ksmbd-tools/ksmbd-tools.hash b/package/ksmbd-tools/ksmbd-tools.hash
index b31c66bbe7..6f7064c6eb 100644
--- a/package/ksmbd-tools/ksmbd-tools.hash
+++ b/package/ksmbd-tools/ksmbd-tools.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 09ab343e9bf10ddfdd3216f400b19740a391645bf3645fa6f136b8da36306559 ksmbd-tools-3.4.6.tar.gz
+sha256 418c7d87e8359355d150bdde6784612cd2ebd48ec87765852169e289d9de67e6 ksmbd-tools-3.4.9.tar.gz
sha256 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de COPYING
diff --git a/package/ksmbd-tools/ksmbd-tools.mk b/package/ksmbd-tools/ksmbd-tools.mk
index c4f9c503e6..c758c17bf2 100644
--- a/package/ksmbd-tools/ksmbd-tools.mk
+++ b/package/ksmbd-tools/ksmbd-tools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-KSMBD_TOOLS_VERSION = 3.4.6
+KSMBD_TOOLS_VERSION = 3.4.9
KSMBD_TOOLS_SITE = https://github.com/cifsd-team/ksmbd-tools/releases/download/$(KSMBD_TOOLS_VERSION)
KSMBD_TOOLS_LICENSE = GPL-2.0+
KSMBD_TOOLS_LICENSE_FILES = COPYING
--
2.42.0
_______________________________________________
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 1/1] package/ksmbd-tools: security bump to version 3.4.9
2023-10-15 12:35 [Buildroot] [PATCH 1/1] package/ksmbd-tools: security bump to version 3.4.9 Fabrice Fontaine
@ 2023-10-15 19:57 ` Arnout Vandecappelle via buildroot
2023-10-26 11:12 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2023-10-15 19:57 UTC (permalink / raw)
To: Fabrice Fontaine, buildroot
On 15/10/2023 14:35, Fabrice Fontaine wrote:
> Fix two security issues that reported by ZDI.
>
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.7
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.8
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.9
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Arnout
> ---
> package/ksmbd-tools/ksmbd-tools.hash | 2 +-
> package/ksmbd-tools/ksmbd-tools.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/ksmbd-tools/ksmbd-tools.hash b/package/ksmbd-tools/ksmbd-tools.hash
> index b31c66bbe7..6f7064c6eb 100644
> --- a/package/ksmbd-tools/ksmbd-tools.hash
> +++ b/package/ksmbd-tools/ksmbd-tools.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 09ab343e9bf10ddfdd3216f400b19740a391645bf3645fa6f136b8da36306559 ksmbd-tools-3.4.6.tar.gz
> +sha256 418c7d87e8359355d150bdde6784612cd2ebd48ec87765852169e289d9de67e6 ksmbd-tools-3.4.9.tar.gz
> sha256 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de COPYING
> diff --git a/package/ksmbd-tools/ksmbd-tools.mk b/package/ksmbd-tools/ksmbd-tools.mk
> index c4f9c503e6..c758c17bf2 100644
> --- a/package/ksmbd-tools/ksmbd-tools.mk
> +++ b/package/ksmbd-tools/ksmbd-tools.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -KSMBD_TOOLS_VERSION = 3.4.6
> +KSMBD_TOOLS_VERSION = 3.4.9
> KSMBD_TOOLS_SITE = https://github.com/cifsd-team/ksmbd-tools/releases/download/$(KSMBD_TOOLS_VERSION)
> KSMBD_TOOLS_LICENSE = GPL-2.0+
> KSMBD_TOOLS_LICENSE_FILES = COPYING
_______________________________________________
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 1/1] package/ksmbd-tools: security bump to version 3.4.9
2023-10-15 12:35 [Buildroot] [PATCH 1/1] package/ksmbd-tools: security bump to version 3.4.9 Fabrice Fontaine
2023-10-15 19:57 ` Arnout Vandecappelle via buildroot
@ 2023-10-26 11:12 ` Peter Korsgaard
2023-11-01 13:23 ` * Neustradamus *
1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2023-10-26 11:12 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Fix two security issues that reported by ZDI.
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.7
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.8
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.9
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.02.x and 2023.08.x, 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
* Re: [Buildroot] [PATCH 1/1] package/ksmbd-tools: security bump to version 3.4.9
2023-10-26 11:12 ` Peter Korsgaard
@ 2023-11-01 13:23 ` * Neustradamus *
2023-11-01 13:43 ` Yann E. MORIN
0 siblings, 1 reply; 5+ messages in thread
From: * Neustradamus * @ 2023-11-01 13:23 UTC (permalink / raw)
To: Peter Korsgaard, Fabrice Fontaine; +Cc: buildroot@buildroot.org
Hello Peter and Fabrice,
There is now a 3.5.0: https://github.com/cifsd-team/ksmbd-tools/releases
Regards.
Neustradamus
________________________________________
From: buildroot <buildroot-bounces@buildroot.org> on behalf of Peter Korsgaard <peter@korsgaard.com>
Sent: Thursday, October 26, 2023 13:12
To: Fabrice Fontaine
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/ksmbd-tools: security bump to version 3.4.9
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Fix two security issues that reported by ZDI.
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.7
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.8
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.9
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.02.x and 2023.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
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 1/1] package/ksmbd-tools: security bump to version 3.4.9
2023-11-01 13:23 ` * Neustradamus *
@ 2023-11-01 13:43 ` Yann E. MORIN
0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2023-11-01 13:43 UTC (permalink / raw)
To: * Neustradamus *; +Cc: Fabrice Fontaine, buildroot@buildroot.org
Neustradamus, All,
On 2023-11-01 13:23 +0000, * Neustradamus * spake thusly:
> There is now a 3.5.0: https://github.com/cifsd-team/ksmbd-tools/releases
Thanks for the report. Will you send a patch that does the bump?
Regards,
Yann E. MORIN.
> Regards.
>
> Neustradamus
>
> ________________________________________
> From: buildroot <buildroot-bounces@buildroot.org> on behalf of Peter Korsgaard <peter@korsgaard.com>
> Sent: Thursday, October 26, 2023 13:12
> To: Fabrice Fontaine
> Cc: buildroot@buildroot.org
> Subject: Re: [Buildroot] [PATCH 1/1] package/ksmbd-tools: security bump to version 3.4.9
>
> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>
> > Fix two security issues that reported by ZDI.
> > https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.7
> > https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.8
> > https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.9
>
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> Committed to 2023.02.x and 2023.08.x, thanks.
>
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2023-11-01 13:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-15 12:35 [Buildroot] [PATCH 1/1] package/ksmbd-tools: security bump to version 3.4.9 Fabrice Fontaine
2023-10-15 19:57 ` Arnout Vandecappelle via buildroot
2023-10-26 11:12 ` Peter Korsgaard
2023-11-01 13:23 ` * Neustradamus *
2023-11-01 13:43 ` Yann E. MORIN
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.