[ubuntu/artful-proposed] fwts 17.09.00-0ubuntu1 (Accepted)

Ivan Hu ivan.hu at ubuntu.com
Wed Sep 27 10:35:34 UTC 2017


fwts (17.09.00-0ubuntu1) artful; urgency=low

  * [Alex Hung]
  * lib: fwts_acpi_tables: add a new function to check Reserved field
  * acpi: replace checks for Reserved by fwts_acpi_reserved_zero_check
  * fwts-test: sync up with new fwts_acpi_reserved_zero_check
  * lib: replace spaces by tabs
  * lib: fwts_acpi_tables: add a new function to check reserved bits
  * acpi: replace checks for Flags by fwts_acpi_reserved_bits_check
  * fwts-test: sync up with new fwts_acpi_reserved_bits_check
  * acpi: replace checks for reserved bits by fwts_acpi_reserved_bits_check
  * fwts-test: sync up with new fwts_acpi_reserved_bits_check
  * acpi: spcr: check reserved values for parity and stop fields

  [Colin Ian King]
  * debian: copyright: fix spelling mistake: acpcia -> acpica
  * acpica: fix spelling mistake: acpcia -> acpica
  * ACPICA: Update to version 20170831
  * iASL: Fix incorrect memory allocation
  * lib: constify a couple of arrays
  * src/acpi/brightness: constify sys_path and return of brightness_get_path
  * acpi: method: constify arrays
  * acpica: constify array fwts_default_space_id_list
  * cmos: cmosdump: constify several char * arrays
  * bios: bios_info: constify array bios_info
  * bios: multiproc: constify array bus_types
  * dmi: dmicheck: constify array dmi_used_by_kernel_table
  * uefi: securebootcert: make array securebootcert_info_table const
  * uefi: uefidump: make array uefidump_info_table const
  * uefi: uefirtmisc: make arrays flag static const
  * uefi: uefirttime: constify static array dayofmonth
  * lib: fwts_firmware: make enums into a defined type
  * lib: fwts_framework: make several int fields into uint32_t
  * lib: fwts_framework: re-order and clean up fwts_framework fields
  * lib: fwts_log: make magic uint64_t to improve corruption checking
  * fwts_log: make line_number to a uint32_t type
  * acpica: constify bool parameter val in fwts_acpi_region_handler_called_set
  * lib: fwts_acpi_table: make indexes which and index uint32_t
  * lib: fwts-battery: make battery type a typedef'd enum
  * lib: fwts_battery: clean up battery interfaces
  * lib: fwts_button: make button counts and button number uint32_t
  * lib: fwts_checksum: object sizes should be size_t rather than int
  * lib: fwts_devicetree: constify a few function arguments
  * lib: fwts_formatting: make width parameter size_t
  * lib: fwts_wakealarm: make wakealarm times uint32_t
  * lib: fwts_battery: include inttypes.h for PRIu32 definition
  * lib: fwts_log_plaintext: include inttypes.h for PRIu32 definition
  * lib: fwts_log_xml: include inttypes.h for PRIu32 definition
  * acpi: battery: include stdint.h and inttypes.h
  * acpi: wakealarm: include stdint.h and inttypes.h

  [Ivan Hu]
  * efi_runtime: add resetsystem runtime service
  * securebootcert: remove the SignatureOwner on signature presence check

  [Jeffrey Hugo]
  * dmi: dmicheck: Fix Base Address Modifier checking
  * dmi: dmicheck: Add BMC Interface Type definitions from IPMI spec

  [Sakar Arora]
  * acpi: method: sbbr: set some methods as optional

Date: Wed, 27 Sep 2017 15:02:29 +0800
Changed-By: Ivan Hu <ivan.hu at ubuntu.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Signed-By: Colin Ian King <colin.king at ubuntu.com>
https://launchpad.net/ubuntu/+source/fwts/17.09.00-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 27 Sep 2017 15:02:29 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 17.09.00-0ubuntu1
Distribution: artful
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Ivan Hu <ivan.hu at ubuntu.com>
Description:
 fwts       - FirmWare Test Suite
 fwts-efi-runtime-dkms - Firmware Test Suite UEFI Runtime Service kernel driver
 fwts-frontend - Firmware Test Suite frontend interface
 libfwts1   - FirmWare Test Suite core support library
 libfwtsacpica1 - FirmWare Test Suite ACPICA core built for acpiexec functionality
 libfwtsiasl1 - FirmWare Test Suite ACPICA core built for iasl functionality
Changes:
 fwts (17.09.00-0ubuntu1) artful; urgency=low
 .
   * [Alex Hung]
   * lib: fwts_acpi_tables: add a new function to check Reserved field
   * acpi: replace checks for Reserved by fwts_acpi_reserved_zero_check
   * fwts-test: sync up with new fwts_acpi_reserved_zero_check
   * lib: replace spaces by tabs
   * lib: fwts_acpi_tables: add a new function to check reserved bits
   * acpi: replace checks for Flags by fwts_acpi_reserved_bits_check
   * fwts-test: sync up with new fwts_acpi_reserved_bits_check
   * acpi: replace checks for reserved bits by fwts_acpi_reserved_bits_check
   * fwts-test: sync up with new fwts_acpi_reserved_bits_check
   * acpi: spcr: check reserved values for parity and stop fields
 .
   [Colin Ian King]
   * debian: copyright: fix spelling mistake: acpcia -> acpica
   * acpica: fix spelling mistake: acpcia -> acpica
   * ACPICA: Update to version 20170831
   * iASL: Fix incorrect memory allocation
   * lib: constify a couple of arrays
   * src/acpi/brightness: constify sys_path and return of brightness_get_path
   * acpi: method: constify arrays
   * acpica: constify array fwts_default_space_id_list
   * cmos: cmosdump: constify several char * arrays
   * bios: bios_info: constify array bios_info
   * bios: multiproc: constify array bus_types
   * dmi: dmicheck: constify array dmi_used_by_kernel_table
   * uefi: securebootcert: make array securebootcert_info_table const
   * uefi: uefidump: make array uefidump_info_table const
   * uefi: uefirtmisc: make arrays flag static const
   * uefi: uefirttime: constify static array dayofmonth
   * lib: fwts_firmware: make enums into a defined type
   * lib: fwts_framework: make several int fields into uint32_t
   * lib: fwts_framework: re-order and clean up fwts_framework fields
   * lib: fwts_log: make magic uint64_t to improve corruption checking
   * fwts_log: make line_number to a uint32_t type
   * acpica: constify bool parameter val in fwts_acpi_region_handler_called_set
   * lib: fwts_acpi_table: make indexes which and index uint32_t
   * lib: fwts-battery: make battery type a typedef'd enum
   * lib: fwts_battery: clean up battery interfaces
   * lib: fwts_button: make button counts and button number uint32_t
   * lib: fwts_checksum: object sizes should be size_t rather than int
   * lib: fwts_devicetree: constify a few function arguments
   * lib: fwts_formatting: make width parameter size_t
   * lib: fwts_wakealarm: make wakealarm times uint32_t
   * lib: fwts_battery: include inttypes.h for PRIu32 definition
   * lib: fwts_log_plaintext: include inttypes.h for PRIu32 definition
   * lib: fwts_log_xml: include inttypes.h for PRIu32 definition
   * acpi: battery: include stdint.h and inttypes.h
   * acpi: wakealarm: include stdint.h and inttypes.h
 .
   [Ivan Hu]
   * efi_runtime: add resetsystem runtime service
   * securebootcert: remove the SignatureOwner on signature presence check
 .
   [Jeffrey Hugo]
   * dmi: dmicheck: Fix Base Address Modifier checking
   * dmi: dmicheck: Add BMC Interface Type definitions from IPMI spec
 .
   [Sakar Arora]
   * acpi: method: sbbr: set some methods as optional
Checksums-Sha1:
 aa08395cff0ee9600a6ae1bbc7cb5f40f1bcd241 2536 fwts_17.09.00-0ubuntu1.dsc
 a6089a815b60f0d3b79113613963ea517b032d90 3679201 fwts_17.09.00.orig.tar.gz
 ed2cda5b96f387a93ea09dd122828a6172f4bcbd 47772 fwts_17.09.00-0ubuntu1.debian.tar.xz
 e555ee50125843ab0985b24751e6eab738940155 7825 fwts_17.09.00-0ubuntu1_source.buildinfo
Checksums-Sha256:
 3340d43441e016686789acfef9a09b71e875acfb3493c3189d8a69abde3abb73 2536 fwts_17.09.00-0ubuntu1.dsc
 32bb1a90f35cc07bc4febd4c0049c126908c0e5e29ebf1c7e5ffd15d9df706df 3679201 fwts_17.09.00.orig.tar.gz
 b10f4d78dbdf73ac5935fe235b5dbc46f6c09d7863143089d2b65b9f342d78b7 47772 fwts_17.09.00-0ubuntu1.debian.tar.xz
 0b29125ef4961444c955b26d355d570a7a52fe16b718896c4ca7ef92118b0fff 7825 fwts_17.09.00-0ubuntu1_source.buildinfo
Files:
 3ce34a344224734bb9c8b8defbc4a9f6 2536 devel optional fwts_17.09.00-0ubuntu1.dsc
 18320935b5ccb32e3383cb1bee8ac079 3679201 devel optional fwts_17.09.00.orig.tar.gz
 a73fc3e819c7ffe555da8c4f7a349f26 47772 devel optional fwts_17.09.00-0ubuntu1.debian.tar.xz
 1b9ea49689c3a0dbdf9562567ad9d0bc 7825 devel optional fwts_17.09.00-0ubuntu1_source.buildinfo


More information about the Artful-changes mailing list