ddc687c2a9
- Update to 15.03.01 * uefi: uefirttime: Add tests to exercise invalid parameters * acpi: acpitables: add GTDT checking * lib: fwts_acpi_tables: load tables from /sys (LP: #1437043) * efi_runtime: ensure we don't allocate a zero byte buffer (LP: #1429890)] * acpi: acpitables: make length and skip signed to handle -ve underflow (LP: #1435272) * uefi: uefidump: don't dump non-printable variable contents (LP: #1435346) * uefi: uefirtmisc: Add null count argument check for GetNextHighMonotonicCount * uefirtauthvar: return error when get mismatch size * uefirtauthvar: dependency checking for existence of test data ( (LP: #1434408) * uefirtauthvar: remove duplicate authenticated attribute test (LP: #1432752) OBS-URL: https://build.opensuse.org/request/show/298546 OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=5
27 lines
747 B
Diff
27 lines
747 B
Diff
Index: fwts-15.03.01/src/lib/include/fwts_json.h
|
|
===================================================================
|
|
--- fwts-15.03.01.orig/src/lib/include/fwts_json.h
|
|
+++ fwts-15.03.01/src/lib/include/fwts_json.h
|
|
@@ -20,7 +20,7 @@
|
|
#ifndef __FWTS_JSON_H__
|
|
#define __FWTS_JSON_H__
|
|
|
|
-#include <json.h>
|
|
+#include <json-c/json.h>
|
|
|
|
#define __FWTS_JSON_ERR_PTR__ ((json_object*) -1)
|
|
/*
|
|
Index: fwts-15.03.01/src/utilities/kernelscan.c
|
|
===================================================================
|
|
--- fwts-15.03.01.orig/src/utilities/kernelscan.c
|
|
+++ fwts-15.03.01/src/utilities/kernelscan.c
|
|
@@ -25,7 +25,7 @@
|
|
#include <unistd.h>
|
|
|
|
#include <pcre.h>
|
|
-#include <json.h>
|
|
+#include <json-c/json.h>
|
|
#include "config.h"
|
|
|
|
#define PARSER_OK 0
|