From 83d99924fa7f461b4df6d52379d702d5a49bc564 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Fri, 2 Feb 2018 18:50:24 -0700 Subject: kexec-tools: bump version to 2.0.16 All patches have been integrated upstream. Signed-off-by: Philip Prindeville --- .../kexec-tools/patches/100-format_string_fix.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/boot/kexec-tools/patches/100-format_string_fix.patch (limited to 'package/boot/kexec-tools/patches/100-format_string_fix.patch') diff --git a/package/boot/kexec-tools/patches/100-format_string_fix.patch b/package/boot/kexec-tools/patches/100-format_string_fix.patch deleted file mode 100644 index 601121bcc0..0000000000 --- a/package/boot/kexec-tools/patches/100-format_string_fix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/kexec/arch/i386/kexec-elf-x86.c -+++ b/kexec/arch/i386/kexec-elf-x86.c -@@ -296,6 +296,6 @@ out: - free(command_line); - free(modified_cmdline); - if (error_msg) -- die(error_msg); -+ die("%s", error_msg); - return result; - } ---- a/kexec/arch/x86_64/kexec-elf-x86_64.c -+++ b/kexec/arch/x86_64/kexec-elf-x86_64.c -@@ -276,6 +276,6 @@ out: - free(command_line); - free(modified_cmdline); - if (error_msg) -- die(error_msg); -+ die("%s", error_msg); - return result; - } -- cgit v1.2.3