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:
Martin Pluskal
2015-04-22 10:41:07 +00:00
committed by Git OBS Bridge
parent 0a559a2ea1
commit ddc687c2a9
5 changed files with 32 additions and 11 deletions

View File

@@ -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