Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ksmbd-tools: bump to version 3.4.4
@ 2022-01-22 22:11 Fabrice Fontaine
  2022-01-22 22:36 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-22 22:11 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

This bump will fix build failure with libkrb5 raised since the addition
of the package in commit 6be9913a7eeead7cdac804afc127791ba4b0e69e:

management/spnego.c:25:10: fatal error: spnego_mech.h: No such file or directory
   25 | #include "spnego_mech.h"
      |          ^~~~~~~~~~~~~~~

https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.4

Fixes:
 - http://autobuild.buildroot.org/results/b4c3dba395327ab6ae28337efb962c99b2d5b922

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 ad507bfdb2..d146f36a0e 100644
--- a/package/ksmbd-tools/ksmbd-tools.hash
+++ b/package/ksmbd-tools/ksmbd-tools.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  bd7218ebfeaa0d6a73c0a4beb9ea506228cd5695c1f8d3f9a9064e2346d52f0a  ksmbd-tools-3.4.3.tar.gz
+sha256  f42aec21515e34305bc07e1ce2c4926c87ea7bc8a675ca6d0a453f6b6be34e2b  ksmbd-tools-3.4.4.tar.gz
 sha256  576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de  COPYING
diff --git a/package/ksmbd-tools/ksmbd-tools.mk b/package/ksmbd-tools/ksmbd-tools.mk
index b3ffc3e768..b08845b581 100644
--- a/package/ksmbd-tools/ksmbd-tools.mk
+++ b/package/ksmbd-tools/ksmbd-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KSMBD_TOOLS_VERSION = 3.4.3
+KSMBD_TOOLS_VERSION = 3.4.4
 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.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/ksmbd-tools: bump to version 3.4.4
  2022-01-22 22:11 [Buildroot] [PATCH 1/1] package/ksmbd-tools: bump to version 3.4.4 Fabrice Fontaine
@ 2022-01-22 22:36 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-01-22 22:36 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2022-01-22 23:11 +0100, Fabrice Fontaine spake thusly:
> This bump will fix build failure with libkrb5 raised since the addition
> of the package in commit 6be9913a7eeead7cdac804afc127791ba4b0e69e:
> 
> management/spnego.c:25:10: fatal error: spnego_mech.h: No such file or directory
>    25 | #include "spnego_mech.h"
>       |          ^~~~~~~~~~~~~~~
> 
> https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.4
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/b4c3dba395327ab6ae28337efb962c99b2d5b922
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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 ad507bfdb2..d146f36a0e 100644
> --- a/package/ksmbd-tools/ksmbd-tools.hash
> +++ b/package/ksmbd-tools/ksmbd-tools.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  bd7218ebfeaa0d6a73c0a4beb9ea506228cd5695c1f8d3f9a9064e2346d52f0a  ksmbd-tools-3.4.3.tar.gz
> +sha256  f42aec21515e34305bc07e1ce2c4926c87ea7bc8a675ca6d0a453f6b6be34e2b  ksmbd-tools-3.4.4.tar.gz
>  sha256  576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de  COPYING
> diff --git a/package/ksmbd-tools/ksmbd-tools.mk b/package/ksmbd-tools/ksmbd-tools.mk
> index b3ffc3e768..b08845b581 100644
> --- a/package/ksmbd-tools/ksmbd-tools.mk
> +++ b/package/ksmbd-tools/ksmbd-tools.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -KSMBD_TOOLS_VERSION = 3.4.3
> +KSMBD_TOOLS_VERSION = 3.4.4
>  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.34.1
> 
> _______________________________________________
> 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] 2+ messages in thread

end of thread, other threads:[~2022-01-22 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-22 22:11 [Buildroot] [PATCH 1/1] package/ksmbd-tools: bump to version 3.4.4 Fabrice Fontaine
2022-01-22 22:36 ` Yann E. MORIN

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