- Update to version 18.01.00:

* ACPICA: Update to version 20180105
  * acpi: LPIT: check for monotonically increasing UID
  * fwts-test: sync up with changes in lpit test
  * Treewide: update copyright year to 2018
  * fwts-test: arg-help: sync up with copyright year changes
  * acpica: fix linking issues when building non ACPI builds
  * lib: fwts-battery: use PRIu32 format specifier, fixes cppcheck
    warning
  * acpi: acpidump: move declaration to before statements, add blank
    lines
  * lib: fwts_safe_mem: don't perform void * pointer arithmetic,
    fix 32 bit end
  * lib: fwts_alloc: move 'pos' to a deeper scope, minor style
    change
  * opal: reserve_mem: remove redundant initialization of pointer p
  * opal: reserve_mem: remove unused variable 'i' and move scope of
    variable 'value'
  * sbbr: rsdp: remove redundant initialization of boolean
    'signature_pass'
  * acpi: madt: move scope of boolean 'passed'
  * acpi: pptt: move scope of index variable 'i'.
  * acpi: rasf: move scope of index variable 'i'
  * sbbr: acpitables: clean up code, move scope of some variables
  * acpi: erst: cast size to uint64_t to clean up static analysis
    warning
  * uefi: uefidump: clean up some static analysis warnings
  * securebootcert: add checking read-only for the AuditMode and
    DeployedMode
  * securebootcert: move to UNSAFE category

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=69
This commit is contained in:
Martin Pluskal 2018-01-25 13:30:15 +00:00 committed by Git OBS Bridge
parent 0f6d9043a6
commit 7620d7e422
5 changed files with 54 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e2a4592394c1ed289d9ad10256c788c2f4708f022152b9298504f69ba1a585b
size 3710611

3
fwts-V18.01.00.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cbaf8730cf994386c095dbcf9581792a39cae5771c0ea72c9432873b32a5df5
size 3713217

View File

@ -1,7 +1,7 @@
Index: fwts-17.09.02/src/acpica/source/compiler/aslutils.c
Index: fwts-18.01.00/src/acpica/source/compiler/aslutils.c
===================================================================
--- fwts-17.09.02.orig/src/acpica/source/compiler/aslutils.c
+++ fwts-17.09.02/src/acpica/source/compiler/aslutils.c
--- fwts-18.01.00.orig/src/acpica/source/compiler/aslutils.c
+++ fwts-18.01.00/src/acpica/source/compiler/aslutils.c
@@ -451,7 +451,7 @@ UtDisplaySummary (
/* Compiler name and version number */

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Thu Jan 25 13:19:49 UTC 2018 - mpluskal@suse.com
- Update to version 18.01.00:
* ACPICA: Update to version 20180105
* acpi: LPIT: check for monotonically increasing UID
* fwts-test: sync up with changes in lpit test
* Treewide: update copyright year to 2018
* fwts-test: arg-help: sync up with copyright year changes
* acpica: fix linking issues when building non ACPI builds
* lib: fwts-battery: use PRIu32 format specifier, fixes cppcheck
warning
* acpi: acpidump: move declaration to before statements, add blank
lines
* lib: fwts_safe_mem: don't perform void * pointer arithmetic,
fix 32 bit end
* lib: fwts_alloc: move 'pos' to a deeper scope, minor style
change
* opal: reserve_mem: remove redundant initialization of pointer p
* opal: reserve_mem: remove unused variable 'i' and move scope of
variable 'value'
* sbbr: rsdp: remove redundant initialization of boolean
'signature_pass'
* acpi: madt: move scope of boolean 'passed'
* acpi: pptt: move scope of index variable 'i'.
* acpi: rasf: move scope of index variable 'i'
* sbbr: acpitables: clean up code, move scope of some variables
* acpi: erst: cast size to uint64_t to clean up static analysis
warning
* uefi: uefidump: clean up some static analysis warnings
* securebootcert: add checking read-only for the AuditMode and
DeployedMode
* securebootcert: move to UNSAFE category
- Changes for version 17.12.00:
* ACPICA: Update to version 20171215
* Fixed Bugs
* acpi: tpm2: update spec url
* trival: make read only const strings static
* dmicheck: sbbr: make some SMBIOS structs optional
* acpi: dbg2: sbbr: allow PL011 UART as a valid subtype
* acpi: spcr: sbbr: IOAPIC is valid interrupt type
* acpi: sbbr: relax a few test pass conditions
* acpi: bert: remove confusing warning
* acpi: madt: only inspect Local APIC/x2APIC/SAPIC tables if
enabled
-------------------------------------------------------------------
Mon Dec 18 16:25:19 UTC 2017 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package fwts
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: fwts
Version: 17.11.00
Version: 18.01.00
Release: 0
Summary: Firmware Test Suite
License: GPL-2.0+