From 9972408a94fa8447786de5d15a11f2649b43a882 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Tue, 27 Oct 2015 14:57:16 +0200 Subject: ipmiutil: bump to version 2.9.7 Remove upstream or unneeded patches. Renumber and refresh the doc disable patch. Add a different version of the lanplus disable fix (sent upstream) that integrates with upstream change in this area. Cc: "Yann E. MORIN" Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- .../0005-add-missing-param.h-header-include.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 package/ipmiutil/0005-add-missing-param.h-header-include.patch (limited to 'package/ipmiutil/0005-add-missing-param.h-header-include.patch') diff --git a/package/ipmiutil/0005-add-missing-param.h-header-include.patch b/package/ipmiutil/0005-add-missing-param.h-header-include.patch deleted file mode 100644 index 30bc47bc39..0000000000 --- a/package/ipmiutil/0005-add-missing-param.h-header-include.patch +++ /dev/null @@ -1,24 +0,0 @@ -Add missing linux/param.h header include - -Fixes the following build failure under musl: - -mem_if.c: In function ‘MapPhysicalMemory’: -mem_if.c:337:36: error: ‘EXEC_PAGESIZE’ undeclared (first use in this function) - ulDiff = (ULONG)(tdStartAddress % EXEC_PAGESIZE); - ^ - -Signed-off-by: Baruch Siach - -diff -Nuar ipmiutil-2.9.5-orig/util/mem_if.c ipmiutil-2.9.5/util/mem_if.c ---- ipmiutil-2.9.5-orig/util/mem_if.c 2014-11-04 19:46:11.000000000 +0200 -+++ ipmiutil-2.9.5/util/mem_if.c 2015-09-29 08:08:31.800459775 +0300 -@@ -65,6 +65,9 @@ - #include - #include - #include -+#ifdef __linux__ -+#include -+#endif - #endif - #if defined(SOLARIS) || defined(BSD) - #define EXEC_PAGESIZE 4096 -- cgit v1.2.3