summaryrefslogtreecommitdiffstats
path: root/package/libkcapi/0001-Fix-getrandom-call-in-kcapi-rng.c.patch
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-08-27 23:43:23 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-29 21:10:42 +0200
commit12d70ebce673ab606c15f516dd81e808ef157e2f (patch)
treed20120757baf14ea0f264bc719efb6da30ab1183 /package/libkcapi/0001-Fix-getrandom-call-in-kcapi-rng.c.patch
parente2f7fca4b8c668a4bd1eac57ddff37a3293f5df7 (diff)
downloadbuildroot-12d70ebce673ab606c15f516dd81e808ef157e2f.tar.gz
buildroot-12d70ebce673ab606c15f516dd81e808ef157e2f.zip
libkcapi: bump to version 1.1.3
Remove patch (already in version). This version bump only contains a limited set of bug fixes: Changes 1.1.3 * Fix: default location of FIPS 140-2 HMAC control file is .<orig file>.hmac (was accidentally moved to <orig file>.hmac with 1.1.2) Changes 1.1.2 * Fix: Bug fixes for GCC 8.1.0 regarding string length checks by Krzysztof Kozlowski * Enhancement: ensure that tests execute on architectures other than X86 by Ondrej Mosnáček * Fix: Bug fix to initialize FDs at the correct time in kcapi-kernel-if.c by Ondrej Mosnáček * Test fix: Support test execution outside build environment by Ondrej Mosnáček Changes 1.1.1 * Fix: Bug fixes for kcapi_hasher by Ondrej Mosnáček Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libkcapi/0001-Fix-getrandom-call-in-kcapi-rng.c.patch')
-rw-r--r--package/libkcapi/0001-Fix-getrandom-call-in-kcapi-rng.c.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/package/libkcapi/0001-Fix-getrandom-call-in-kcapi-rng.c.patch b/package/libkcapi/0001-Fix-getrandom-call-in-kcapi-rng.c.patch
deleted file mode 100644
index d83edd9261..0000000000
--- a/package/libkcapi/0001-Fix-getrandom-call-in-kcapi-rng.c.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 581717cfb0e35c041246da0c0c591a6e9f7a40e5 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Wed, 2 May 2018 21:03:45 +0200
-Subject: [PATCH] Fix getrandom call in kcapi-rng.c
-
-_GNU_SOURCE must be defined and unistd.h must be included to be able to
-use getrandom
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
-[Upstream status: https://github.com/smuellerDD/libkcapi/pull/56]
----
- lib/kcapi-rng.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/lib/kcapi-rng.c b/lib/kcapi-rng.c
-index 45f4d18..9ceabd4 100644
---- a/lib/kcapi-rng.c
-+++ b/lib/kcapi-rng.c
-@@ -18,6 +18,8 @@
- * DAMAGE.
- */
-
-+#define _GNU_SOURCE
-+#include <unistd.h>
- #include <linux/random.h>
- #ifdef HAVE_GETRANDOM
- #include <sys/random.h>
---
-2.14.1
-
OpenPOWER on IntegriCloud