mbox series

[0/3] package/libkcapi: bump version to 1.4.0 and add Kconfigs

Message ID 20221015084757.277050-1-ende.tan@linux.starfivetech.com
Headers show
Series package/libkcapi: bump version to 1.4.0 and add Kconfigs | expand

Message

Tan En De Oct. 15, 2022, 8:47 a.m. UTC
This series is to:
- bump version to latest version 1.4.0
- add Kconfig option for building kcapi-dgst
- add Kconfig options for enabling lib-asym and lib-kpp 

Tan En De (3):
  package/libkcapi: bump version to 1.4.0
  package/libkcapi: support building kcapi-dgst application
  package/libkcapi: support enabling lib-asym and lib-kpp

 ...f-__NR_io_getevents-when-not-defined.patch | 42 -------------------
 package/libkcapi/Config.in                    |  9 ++++
 package/libkcapi/libkcapi.hash                |  4 +-
 package/libkcapi/libkcapi.mk                  | 20 ++++++++-
 4 files changed, 30 insertions(+), 45 deletions(-)
 delete mode 100644 package/libkcapi/0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch

Comments

Thomas Petazzoni Oct. 30, 2022, 10:45 a.m. UTC | #1
Hello Tan,

On Sat, 15 Oct 2022 16:47:54 +0800
Tan En De <ende.tan@linux.starfivetech.com> wrote:

> Tan En De (3):
>   package/libkcapi: bump version to 1.4.0
>   package/libkcapi: support building kcapi-dgst application
>   package/libkcapi: support enabling lib-asym and lib-kpp

Thanks a lot, all 3 patches applied. I did some minor changes on PATCH
2/3 and 3/3:

 - Alphabetic ordering in Config.in and libkcapi.mk

 - Improvement of the prompt of the options, moving the discussion
   about kernel patches into the help text of each option instead of
   inside the prompt (which would otherwise be too long)

Also, I see we have nobody in our DEVELOPERS associated to the libkcapi
package. If you're a user of this package, would you agree to be listed
in the DEVELOPERS file for this package? This way, you would receive
notifications when we have build failures affecting this package, and
you could help us maintain its support in Buildroot moving forward.

Thanks a lot!

Thomas