From ddc687c2a97b9e0283c5c8968e8969f7371ba4d64981157c94e6aa1ea761a461 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 22 Apr 2015 10:41:07 +0000 Subject: [PATCH] Accepting request 298546 from home:pluskalm:branches:hardware - 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 --- fwts-V15.03.00.tar.gz | 3 --- fwts-v15.03.01.tar.gz | 3 +++ fwts.changes | 21 +++++++++++++++++++++ fwts.spec | 4 ++-- json-c-includes.patch | 12 ++++++------ 5 files changed, 32 insertions(+), 11 deletions(-) delete mode 100644 fwts-V15.03.00.tar.gz create mode 100644 fwts-v15.03.01.tar.gz diff --git a/fwts-V15.03.00.tar.gz b/fwts-V15.03.00.tar.gz deleted file mode 100644 index d9732ca..0000000 --- a/fwts-V15.03.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eba9ce35d64c040baebb9f23bb4231bd7df6e917ba76c279dc2e3264d27b4bf2 -size 3092600 diff --git a/fwts-v15.03.01.tar.gz b/fwts-v15.03.01.tar.gz new file mode 100644 index 0000000..442dfbe --- /dev/null +++ b/fwts-v15.03.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9926baa672159e7990abcfd10c003db8dc0db6a45212189e00ae217504c1fa26 +size 3097112 diff --git a/fwts.changes b/fwts.changes index b53dc5f..35cb1c6 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Apr 22 10:37:52 UTC 2015 - mpluskal@suse.com + +- 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) + ------------------------------------------------------------------- Sun Mar 29 08:46:16 UTC 2015 - mpluskal@suse.com diff --git a/fwts.spec b/fwts.spec index 2b3277e..5061cf1 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,13 +17,13 @@ Name: fwts -Version: 15.03.00 +Version: 15.03.01 Release: 0 Summary: Firmware Test Suite License: GPL-2.0+ Group: Development/Tools/Other Url: https://wiki.ubuntu.com/Kernel/Reference/fwts -Source0: http://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz +Source0: http://fwts.ubuntu.com/release/%{name}-v%{version}.tar.gz Patch0: json-c-includes.patch BuildRequires: automake BuildRequires: autoconf diff --git a/json-c-includes.patch b/json-c-includes.patch index a3b62c1..6277be2 100644 --- a/json-c-includes.patch +++ b/json-c-includes.patch @@ -1,7 +1,7 @@ -Index: fwts-15.03.00/src/lib/include/fwts_json.h +Index: fwts-15.03.01/src/lib/include/fwts_json.h =================================================================== ---- fwts-15.03.00.orig/src/lib/include/fwts_json.h -+++ fwts-15.03.00/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__ @@ -11,10 +11,10 @@ Index: fwts-15.03.00/src/lib/include/fwts_json.h #define __FWTS_JSON_ERR_PTR__ ((json_object*) -1) /* -Index: fwts-15.03.00/src/utilities/kernelscan.c +Index: fwts-15.03.01/src/utilities/kernelscan.c =================================================================== ---- fwts-15.03.00.orig/src/utilities/kernelscan.c -+++ fwts-15.03.00/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