[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-186-gcef494e
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2017-02-10 10:08:18
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, buildroot-update has been updated
via cef494e7f913152ef2dc62ce961392d0b8dafb6f (commit)
from 837ed58bf29c7e3d8313a42a19701e7883f0fcdf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cef494e7f913152ef2dc62ce961392d0b8dafb6f
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Feb 10 11:11:10 2017 +0100
[BUILDROOT] package/cryptodev-linux: fix build with recent kernel
-----------------------------------------------------------------------
Summary of changes:
...ptodev-linux-fix-build-with-recent-kernel.patch | 52 ++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 patches/buildroot/2016.08/226-package-cryptodev-linux-fix-build-with-recent-kernel.patch
diff --git a/patches/buildroot/2016.08/226-package-cryptodev-linux-fix-build-with-recent-kernel.patch b/patches/buildroot/2016.08/226-package-cryptodev-linux-fix-build-with-recent-kernel.patch
new file mode 100644
index 0000000..a51f2b8
--- /dev/null
+++ b/patches/buildroot/2016.08/226-package-cryptodev-linux-fix-build-with-recent-kernel.patch
@@ -0,0 +1,52 @@
+From d4eb669de285bcb478de9059677a6d3ec191d180 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Thu, 9 Feb 2017 11:32:04 +0100
+Subject: [PATCH] package/cryptodev-linux: fix build with recent kernels
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+cryptodev-linux-1.8 build is broken with kernel >= 4.6.0 because of
+APIs changes in the kernel. Upstream already fixed this:
+
+https://github.com/cryptodev-linux/cryptodev-linux/commit/2b29be8ac41414ed19cb4f5d5626d9bd0d7b11a8
+https://github.com/cryptodev-linux/cryptodev-linux/commit/f126e4837e6334d0464540995df7426fedf6b175
+https://github.com/cryptodev-linux/cryptodev-linux/commit/f14b4706b0d04988e7e5bc8c4d2aefef9f029d9d
+https://github.com/cryptodev-linux/cryptodev-linux/commit/cb186f682679383e8b5806240927903730ce85d9
+
+Bump to latest commit to fix cryptodev-linux build.
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+Signed-off-by: Thomas Petazzoni <tho...@fr...>
+---
+ package/cryptodev-linux/cryptodev-linux.hash | 4 ++--
+ package/cryptodev-linux/cryptodev-linux.mk | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/package/cryptodev-linux/cryptodev-linux.hash b/package/cryptodev-linux/cryptodev-linux.hash
+index d7195ac..6d9efca 100644
+--- a/package/cryptodev-linux/cryptodev-linux.hash
++++ b/package/cryptodev-linux/cryptodev-linux.hash
+@@ -1,2 +1,2 @@
+-# Locally calculated after checking php signature
+-sha256 67fabde9fb67b286a96c4f45b594b0eccd0f761b495705c18f2ae9461b831376 cryptodev-linux-1.8.tar.gz
++# Locally calculated
++sha256 a87e354e1218e6a2e3083f7be6a3e351c42ec55515f1aff1b50bd301cee7d8dd cryptodev-linux-2b29be8ac41414ed19cb4f5d5626d9bd0d7b11a8.tar.gz
+diff --git a/package/cryptodev-linux/cryptodev-linux.mk b/package/cryptodev-linux/cryptodev-linux.mk
+index e23e1e3..709c6ed 100644
+--- a/package/cryptodev-linux/cryptodev-linux.mk
++++ b/package/cryptodev-linux/cryptodev-linux.mk
+@@ -4,8 +4,8 @@
+ #
+ ################################################################################
+
+-CRYPTODEV_LINUX_VERSION = 1.8
+-CRYPTODEV_LINUX_SITE = http://download.gna.org/cryptodev-linux
++CRYPTODEV_LINUX_VERSION = 2b29be8ac41414ed19cb4f5d5626d9bd0d7b11a8
++CRYPTODEV_LINUX_SITE = $(call github,cryptodev-linux,cryptodev-linux,$(CRYPTODEV_LINUX_VERSION))
+ CRYPTODEV_LINUX_INSTALL_STAGING = YES
+ CRYPTODEV_LINUX_LICENSE = GPLv2+
+ CRYPTODEV_LINUX_LICENSE_FILES = COPYING
+--
+2.7.3
hooks/post-receive
--
armadeus
|