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
This commit is contained in:
parent
0a559a2ea1
commit
ddc687c2a9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eba9ce35d64c040baebb9f23bb4231bd7df6e917ba76c279dc2e3264d27b4bf2
|
|
||||||
size 3092600
|
|
3
fwts-v15.03.01.tar.gz
Normal file
3
fwts-v15.03.01.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9926baa672159e7990abcfd10c003db8dc0db6a45212189e00ae217504c1fa26
|
||||||
|
size 3097112
|
21
fwts.changes
21
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
|
Sun Mar 29 08:46:16 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fwts
|
Name: fwts
|
||||||
Version: 15.03.00
|
Version: 15.03.01
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Firmware Test Suite
|
Summary: Firmware Test Suite
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: https://wiki.ubuntu.com/Kernel/Reference/fwts
|
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
|
Patch0: json-c-includes.patch
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
@ -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.01.orig/src/lib/include/fwts_json.h
|
||||||
+++ fwts-15.03.00/src/lib/include/fwts_json.h
|
+++ fwts-15.03.01/src/lib/include/fwts_json.h
|
||||||
@@ -20,7 +20,7 @@
|
@@ -20,7 +20,7 @@
|
||||||
#ifndef __FWTS_JSON_H__
|
#ifndef __FWTS_JSON_H__
|
||||||
#define __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)
|
#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.01.orig/src/utilities/kernelscan.c
|
||||||
+++ fwts-15.03.00/src/utilities/kernelscan.c
|
+++ fwts-15.03.01/src/utilities/kernelscan.c
|
||||||
@@ -25,7 +25,7 @@
|
@@ -25,7 +25,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user