All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cryptodev-linux: bump to version f2927e3
@ 2020-07-20 20:10 Alejandro González
  2020-07-20 20:17 ` Alejandro
  0 siblings, 1 reply; 2+ messages in thread
From: Alejandro González @ 2020-07-20 20:10 UTC (permalink / raw)
  To: buildroot

This version mainly fixes build issues with more
recent kernels.

98b163a cryptlib.c: fix build on kernel v5.5+
7e72f67 enabled the support for TLS1.1 - AES128-SHA1 - AES256-SHA1
9e76506 Fix build for Linux 5.8-rc1

Signed-off-by: Alejandro Gonz?lez <alejandro.gonzalez.correo@gmail.com>
---
 package/cryptodev-linux/cryptodev-linux.hash | 2 +-
 package/cryptodev-linux/cryptodev-linux.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/cryptodev-linux/cryptodev-linux.hash b/package/cryptodev-linux/cryptodev-linux.hash
index 4319fd313a..f7cbe6e803 100644
--- a/package/cryptodev-linux/cryptodev-linux.hash
+++ b/package/cryptodev-linux/cryptodev-linux.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 50cf34ecedc897edb11d1a24076f0d4cfcb704dcd294273bc03e2f6c3632fe2c cryptodev-linux-a1e738aef6249ee3bddf997e91e59b1210553209.tar.gz
+sha256 f2927e313b6a74408d17d152abb21aa59d113b46 cryptodev-linux-f2927e313b6a74408d17d152abb21aa59d113b46.tar.gz
 sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/cryptodev-linux/cryptodev-linux.mk b/package/cryptodev-linux/cryptodev-linux.mk
index a02add6310..3d5d640b8a 100644
--- a/package/cryptodev-linux/cryptodev-linux.mk
+++ b/package/cryptodev-linux/cryptodev-linux.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CRYPTODEV_LINUX_VERSION = a1e738aef6249ee3bddf997e91e59b1210553209
+CRYPTODEV_LINUX_VERSION = f2927e313b6a74408d17d152abb21aa59d113b46
 CRYPTODEV_LINUX_SITE = $(call github,cryptodev-linux,cryptodev-linux,$(CRYPTODEV_LINUX_VERSION))
 CRYPTODEV_LINUX_INSTALL_STAGING = YES
 CRYPTODEV_LINUX_LICENSE = GPL-2.0+
-- 
2.27.0

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

* [Buildroot] [PATCH 1/1] package/cryptodev-linux: bump to version f2927e3
  2020-07-20 20:10 [Buildroot] [PATCH 1/1] package/cryptodev-linux: bump to version f2927e3 Alejandro González
@ 2020-07-20 20:17 ` Alejandro
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro @ 2020-07-20 20:17 UTC (permalink / raw)
  To: buildroot

El lun., 20 jul. 2020 a las 22:11, Alejandro Gonz?lez
(<alejandro.gonzalez.correo@gmail.com>) escribi?:
>
> This version mainly fixes build issues with more
> recent kernels.
>
> 98b163a cryptlib.c: fix build on kernel v5.5+
> 7e72f67 enabled the support for TLS1.1 - AES128-SHA1 - AES256-SHA1
> 9e76506 Fix build for Linux 5.8-rc1
>
> Signed-off-by: Alejandro Gonz?lez <alejandro.gonzalez.correo@gmail.com>
> ---
>  package/cryptodev-linux/cryptodev-linux.hash | 2 +-
>  package/cryptodev-linux/cryptodev-linux.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/cryptodev-linux/cryptodev-linux.hash b/package/cryptodev-linux/cryptodev-linux.hash
> index 4319fd313a..f7cbe6e803 100644
> --- a/package/cryptodev-linux/cryptodev-linux.hash
> +++ b/package/cryptodev-linux/cryptodev-linux.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256 50cf34ecedc897edb11d1a24076f0d4cfcb704dcd294273bc03e2f6c3632fe2c cryptodev-linux-a1e738aef6249ee3bddf997e91e59b1210553209.tar.gz
> +sha256 f2927e313b6a74408d17d152abb21aa59d113b46 cryptodev-linux-f2927e313b6a74408d17d152abb21aa59d113b46.tar.gz
>  sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
> diff --git a/package/cryptodev-linux/cryptodev-linux.mk b/package/cryptodev-linux/cryptodev-linux.mk
> index a02add6310..3d5d640b8a 100644
> --- a/package/cryptodev-linux/cryptodev-linux.mk
> +++ b/package/cryptodev-linux/cryptodev-linux.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -CRYPTODEV_LINUX_VERSION = a1e738aef6249ee3bddf997e91e59b1210553209
> +CRYPTODEV_LINUX_VERSION = f2927e313b6a74408d17d152abb21aa59d113b46
>  CRYPTODEV_LINUX_SITE = $(call github,cryptodev-linux,cryptodev-linux,$(CRYPTODEV_LINUX_VERSION))
>  CRYPTODEV_LINUX_INSTALL_STAGING = YES
>  CRYPTODEV_LINUX_LICENSE = GPL-2.0+
> --
> 2.27.0
>

Please do not merge this. I made a mistake with the locally calculated
hash. I will submit a corrected version of this change soon :)

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

end of thread, other threads:[~2020-07-20 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 20:10 [Buildroot] [PATCH 1/1] package/cryptodev-linux: bump to version f2927e3 Alejandro González
2020-07-20 20:17 ` Alejandro

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.