summaryrefslogtreecommitdiffstats
path: root/package/keyutils/0003-Add-missing-limits.h-include.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-07-24 20:48:14 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-25 21:54:06 +0200
commit9a52f40e584faf3bb8b655d88774ef07f36674e9 (patch)
treeab086274b2e8905fb8f8834f064a2c3ce27b4e81 /package/keyutils/0003-Add-missing-limits.h-include.patch
parent7c37d2631987d7b05dc040aee6406f893fa9d30e (diff)
downloadbuildroot-9a52f40e584faf3bb8b655d88774ef07f36674e9.tar.gz
buildroot-9a52f40e584faf3bb8b655d88774ef07f36674e9.zip
package/keyutils: bump version to 1.5.10
Upstream does not provide hashes anymore, replace with self-computed sha256 hash. Removed patches applied upstream, renumbered remaining patches: 0001-allow-building-of-the-shared-library-to-be-suppressed.patch https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/commit/?id=a4deb71ddc05e951c8be8d46615beed9d408a5c8 0004-Makefile-for-buildroot.patch https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/commit/?id=d83b9b827c6c4bc2377dfa073cf5c837b87465e8 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/keyutils/0003-Add-missing-limits.h-include.patch')
-rw-r--r--package/keyutils/0003-Add-missing-limits.h-include.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/keyutils/0003-Add-missing-limits.h-include.patch b/package/keyutils/0003-Add-missing-limits.h-include.patch
new file mode 100644
index 0000000000..45c84398f9
--- /dev/null
+++ b/package/keyutils/0003-Add-missing-limits.h-include.patch
@@ -0,0 +1,32 @@
+From b2c6d3744dca029560d0d5e780f16561f8eeed53 Mon Sep 17 00:00:00 2001
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Sun, 12 Jul 2015 16:22:14 +0200
+Subject: [PATCH] Add missing <limits.h> include
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+key.dns_resolver.c uses ‘UINT_MAX’ and ‘ULONG_MAX’, but forgets to
+include <limits.h>, which causes build failure with certain C
+libraries (notably the musl C library).
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ key.dns_resolver.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/key.dns_resolver.c b/key.dns_resolver.c
+index c2a9fe5..d41e219 100644
+--- a/key.dns_resolver.c
++++ b/key.dns_resolver.c
+@@ -56,6 +56,7 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <time.h>
++#include <limits.h>
+
+ static const char *DNS_PARSE_VERSION = "1.0";
+ static const char prog[] = "key.dns_resolver";
+--
+2.4.5
+
OpenPOWER on IntegriCloud