From 1a3e682f375b48b7e2666a5787163368dfcc13dc98c6575a5031a559549e58cf Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 16 Jun 2015 09:08:53 +0000 Subject: [PATCH] - Update to 15.06.00 * lib: acpi: add an acpi category * live-image/fwts-frontend-text: add selections of acpi and uefi tests * acpi: add tests to acpi category * acpi: fwts-tests: Remove redundant tailing space and update fwts-tests * auto-packager: mkpackage.sh: remove lucid * auto-packager: mkpackage.sh: add wily * acpi: Add SPCR ACPI table check (LP: #1433604) * dmi: dmicheck: add 4 new DMI chassis types * uefi: uefirtvariable: Add invalid NULL parameter sanity checks * lib: fwts_acpi_tables: print correct pathname on error * lib: fwts_acpi_tables: set count correctly on error * lib: fwts_acpi_tables: only attempt to open a dumpfile if name is defined * pci: aspm: check that a table exists, fixes segv on arm64 * lib: fwts_smbios: only scan memory for DMI table if x86 * acpi: spcr: remove unnecessary include files and fix ARM build issue * pci: maxreadreq: skip test if /sys/bus/pci/devices is not available * acpi: spcr: issue a passed message if SPCR test passes * lib: fwts_alloc: provide fallback low memory allocator strategy (LP: #1452168) * bios: mtrr: fix memory leak on mtrr entries * hotkey: only process reads of hotkey events that are at least the correct length * uefi: uefirtvariable: fix incorrect buffer size being passed * lib: fwts_acpi_tables: enforce stricter table loading checks OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=9 --- fwts-V15.06.00.tar.gz | 3 ++ fwts-v15.03.01.tar.gz | 3 -- fwts.changes | 65 +++++++++++++++++++++++++++++++++++++++++++ fwts.spec | 5 ++-- 4 files changed, 71 insertions(+), 5 deletions(-) create mode 100644 fwts-V15.06.00.tar.gz delete mode 100644 fwts-v15.03.01.tar.gz diff --git a/fwts-V15.06.00.tar.gz b/fwts-V15.06.00.tar.gz new file mode 100644 index 0000000..1a8ed17 --- /dev/null +++ b/fwts-V15.06.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a7b4f1e3005e849f42d68539eb97c17a294554d9b734a28859c0f1a01bfdbd +size 3125714 diff --git a/fwts-v15.03.01.tar.gz b/fwts-v15.03.01.tar.gz deleted file mode 100644 index 442dfbe..0000000 --- a/fwts-v15.03.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9926baa672159e7990abcfd10c003db8dc0db6a45212189e00ae217504c1fa26 -size 3097112 diff --git a/fwts.changes b/fwts.changes index 342ccbd..af7efff 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Tue Jun 16 09:02:41 UTC 2015 - mpluskal@suse.com + +- Update to 15.06.00 + * lib: acpi: add an acpi category + * live-image/fwts-frontend-text: add selections of acpi and uefi + tests + * acpi: add tests to acpi category + * acpi: fwts-tests: Remove redundant tailing space and update + fwts-tests + * auto-packager: mkpackage.sh: remove lucid + * auto-packager: mkpackage.sh: add wily + * acpi: Add SPCR ACPI table check (LP: #1433604) + * dmi: dmicheck: add 4 new DMI chassis types + * uefi: uefirtvariable: Add invalid NULL parameter sanity checks + * lib: fwts_acpi_tables: print correct pathname on error + * lib: fwts_acpi_tables: set count correctly on error + * lib: fwts_acpi_tables: only attempt to open a dumpfile if name + is defined + * pci: aspm: check that a table exists, fixes segv on arm64 + * lib: fwts_smbios: only scan memory for DMI table if x86 + * acpi: spcr: remove unnecessary include files and fix ARM build + issue + * pci: maxreadreq: skip test if /sys/bus/pci/devices is not + available + * acpi: spcr: issue a passed message if SPCR test passes + * lib: fwts_alloc: provide fallback low memory allocator strategy + (LP: #1452168) + * bios: mtrr: fix memory leak on mtrr entries + * hotkey: only process reads of hotkey events that are at least + the correct length + * uefi: uefirtvariable: fix incorrect buffer size being passed + * lib: fwts_acpi_tables: enforce stricter table loading checks + * lib: acpica: explicitly set buffer to NULL to remove cppcheck + warning + * acpica: fwts_iasl_interface: clean up static analyzer warning + on freopen + * lib: fwts_pipe: clean up static analyzer warning on freopen + * uefi: efi_runtime: eliminate confusing error message of + get_variable + * acpi: method: _PRS is not mandatory method + * acpi: acpitables: FADT: Ignore fields at offset 46 through 108 + for HW_REDUCED_ACPI + * efi_runtime: get_nextvariablename: Fix bug of name string copy + * fwts: Add fwts_firmware_has_features + * fwts: Only run firmware detection once + * fwts: Allow tests to be conditional on available features + * fwts: Print names of missing features, rather than a cryptic + bitmask + * fwts: Add FWTS_FW_FEATURE_DEVICETREE + * fwts: Add OPAL firmware type + * cpu/cpufreq: Don't reparse cpu information + * cpu/cpufreq: hz_almost_equal is unused if !FWTS_ARCH_INTEL + * cpu/cpufreq: Add a separate cpufreq consistency test + * cpu/cpufreq: Add test for duplicate entries in cpufreq tables + * cpu/cpufreq: Do bios limit and claimed max checks as separate + tests + * cpu/cpufreq: Refactor CPU performance tests + * cpu/cpufreq: Always check that cpufreq changes have taken + * fwts: Use linux perf counters for cpu benchmarking + * fwts: Use gettimeofday for cpu benchmark + * fwts: scale cpu benchmark results to one second + * cpu/cpufreq: Only run performance tests on master threads + + ------------------------------------------------------------------- Sat May 9 17:08:55 UTC 2015 - jengelh@inai.de diff --git a/fwts.spec b/fwts.spec index 3d12894..1ae5cd1 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,13 +17,14 @@ Name: fwts -Version: 15.03.01 +Version: 15.06.00 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 +# upstream seems to randomly change upper and lover case "v" in tarball name +Source0: http://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz Patch0: json-c-includes.patch BuildRequires: autoconf BuildRequires: automake