[ubuntu/zesty-proposed] fwts 17.02.00-0ubuntu1 (Accepted)

Alex Hung alex.hung at ubuntu.com
Thu Feb 16 09:21:16 UTC 2017


fwts (17.02.00-0ubuntu1) zesty; urgency=low

  [Alex Hung]
  * dmicheck: fix mistakes in error messages for SMBIOS type 9

  [Colin Ian King]
  * ACPICA: Update to version 20170119
  * README: update git URL to http://kernel.ubuntu.com/git/hwe/fwts.git/
  * lib: fwts_args: fix arg parameter sanity range checking
  * fwts-test: update arg-help-0001 to sync with help info changes
  * fwts_framework: handle -? option differently from -h
  * uefi/uefirtvariable: fix options check error messages
  * acpi: s3: Add new --s3-resume-hook option
  * clean up missing whitespaces
  * acpi: acpitables: fix indentation, no functional change
  * devicetree: dt_sysinfo: reduce scope of version_buf
  * lib: fwts_acpid: remove re-assignment of ptr to NULL
  * lib: fwts_cpu: force compiler to increment i rather than optimize it out
  * opal: mem_info: remove redundant initialization of prop_string to NULL
  * opal: mem_info: reduce scope of some variables
  * opal: cpu_info: remove redundant initialization of prop_string to NULL
  * opal: cpu_info: reduce scope of some variables
  * opal: pci_info: reduce scope of some variables
  * doc: remove trailing white spaces
  * opal/mtd_info.c: make a couple of functions static to reduce global scope
  * uefi: uefirtmisc: make gEfiCapsuleHeaderGuid static
  * opal: prd_info: make a couple of functions static to reduce global scope
  * ipmi: bmc: make fwts_bmc_info_check static
  * acpi: msdm: make variable table static
  * acpi: slit: make variable table static
  * acpi: fpdt: make variable table static
  * acpi: slic: make variable table static
  * misc: fix various spelling mistakes
  * data: fix some spelling mistakes in klog and olog databases
  * fwts-tests: fix up spelling mistakes in regression tests
  * lib: fwts_olog: ensure buffer is null terminated
  * lib: fwts_pipeio: fix memory leak on zero sized text allocation
  * fwts-alloc: track memory allocations, cleans up 6 coverity scan warnings
  * fwts-alloc: garbage collect hash records
  * klog.json: Add some more kernel messages to klog data base
  * klog.json: Add some EFI driver kernel messages to klog database
  * klog.json: Add some EFI quirk driver kernel messages to klog database
  * klog.json: Add some more EFI driver kernel messages to klog database
  * klog.json: Add some miscellaneous messages to klog database
  * klog.json: fix a couple of klog patterns

  [Deb McLemore]
  * Add README_JSON.txt for FWTS
  * Integrate PPC for FWTS-LIVE Frontend

  [Prarit Bhargava]
  * fedora: Fix location of klog.json file in fwts.spec
  * fedora: Add fedora internal versioning number in fwts.spec
  * fedora: Add fwts.spec.in
  * fedora: Update buildsrpm.sh for dynamic versioning

Date: Thu, 16 Feb 2017 09:58:33 +0800
Changed-By: Alex Hung <alex.hung 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.02.00-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 16 Feb 2017 09:58:33 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 17.02.00-0ubuntu1
Distribution: zesty
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Alex Hung <alex.hung 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.02.00-0ubuntu1) zesty; urgency=low
 .
   [Alex Hung]
   * dmicheck: fix mistakes in error messages for SMBIOS type 9
 .
   [Colin Ian King]
   * ACPICA: Update to version 20170119
   * README: update git URL to http://kernel.ubuntu.com/git/hwe/fwts.git/
   * lib: fwts_args: fix arg parameter sanity range checking
   * fwts-test: update arg-help-0001 to sync with help info changes
   * fwts_framework: handle -? option differently from -h
   * uefi/uefirtvariable: fix options check error messages
   * acpi: s3: Add new --s3-resume-hook option
   * clean up missing whitespaces
   * acpi: acpitables: fix indentation, no functional change
   * devicetree: dt_sysinfo: reduce scope of version_buf
   * lib: fwts_acpid: remove re-assignment of ptr to NULL
   * lib: fwts_cpu: force compiler to increment i rather than optimize it out
   * opal: mem_info: remove redundant initialization of prop_string to NULL
   * opal: mem_info: reduce scope of some variables
   * opal: cpu_info: remove redundant initialization of prop_string to NULL
   * opal: cpu_info: reduce scope of some variables
   * opal: pci_info: reduce scope of some variables
   * doc: remove trailing white spaces
   * opal/mtd_info.c: make a couple of functions static to reduce global scope
   * uefi: uefirtmisc: make gEfiCapsuleHeaderGuid static
   * opal: prd_info: make a couple of functions static to reduce global scope
   * ipmi: bmc: make fwts_bmc_info_check static
   * acpi: msdm: make variable table static
   * acpi: slit: make variable table static
   * acpi: fpdt: make variable table static
   * acpi: slic: make variable table static
   * misc: fix various spelling mistakes
   * data: fix some spelling mistakes in klog and olog databases
   * fwts-tests: fix up spelling mistakes in regression tests
   * lib: fwts_olog: ensure buffer is null terminated
   * lib: fwts_pipeio: fix memory leak on zero sized text allocation
   * fwts-alloc: track memory allocations, cleans up 6 coverity scan warnings
   * fwts-alloc: garbage collect hash records
   * klog.json: Add some more kernel messages to klog data base
   * klog.json: Add some EFI driver kernel messages to klog database
   * klog.json: Add some EFI quirk driver kernel messages to klog database
   * klog.json: Add some more EFI driver kernel messages to klog database
   * klog.json: Add some miscellaneous messages to klog database
   * klog.json: fix a couple of klog patterns
 .
   [Deb McLemore]
   * Add README_JSON.txt for FWTS
   * Integrate PPC for FWTS-LIVE Frontend
 .
   [Prarit Bhargava]
   * fedora: Fix location of klog.json file in fwts.spec
   * fedora: Add fedora internal versioning number in fwts.spec
   * fedora: Add fwts.spec.in
   * fedora: Update buildsrpm.sh for dynamic versioning
Checksums-Sha1:
 cd3617b91e8f065f918fb02b36ee4ba7b20dd44c 2536 fwts_17.02.00-0ubuntu1.dsc
 3b34ffef6ca93e33b6cb8dd1b5637deb07208a89 3489625 fwts_17.02.00.orig.tar.gz
 fe050e29cac34792e0b822944548df905efce1b0 44664 fwts_17.02.00-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 d2d899c818ba1566afc99fa123bf21aec41536613ce12b0dc795f06401133964 2536 fwts_17.02.00-0ubuntu1.dsc
 9513a5eb69e202e8864df5004204641ad913d6c9d0c44c459cee41ac36192f29 3489625 fwts_17.02.00.orig.tar.gz
 4ce223f488adda7a4429e5361995f6f5feb63a45ed71794412a35249a20fc7c3 44664 fwts_17.02.00-0ubuntu1.debian.tar.xz
Files:
 7977c2e99ea766d5880d0c78aac1f658 2536 devel optional fwts_17.02.00-0ubuntu1.dsc
 c2e256c33d1e8854239d713b918d169d 3489625 devel optional fwts_17.02.00.orig.tar.gz
 029f613f1bb8d9619e9d8eec7363fede 44664 devel optional fwts_17.02.00-0ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJYpW5iAAoJEGjCh9/GqAImkkIP/jsUP5npoPvnI7y7fDrKZlQj
lD9lhN0H2A6dMt8nZ4Zr95pXZDf6jyG6GaKlquJNu2SyESSMKQ5m9UjStTKPC0Yo
ulmvPm1wv/uTLI7Ni0HJF5UT8nsvmSYAaDaz+BnmvhIbPyny/YeBTue5OjQbD1t5
6A0uGVOc35HQsXTUSehnFf07pWbu7rw7I8nwQK0AqmbYRAKqO1zy52pTAunBUw4j
78ST5O7r6MekMZzjrn9rqO2JJnJ9uDH7l/eoYGnnHSYA8cqU6JB/Ma4NpEksBhP6
9Bjbyz1IWLmSNO50X9hIXY8ExL9zgIAH90jA0QAgaxJPpjn/a8luY0Mv8uMjIDpp
xgLWz2v3c+qYAcBmMh+5AToAubQiA0VSUkg9/Fnh6qG6E5GY0GA4DQREHSB5FUcT
d9eBz2CD/uVb2df+p1xUQfrAIHodnM27oSXB+tH/sRNlvOOA1rk04MswMhT4S/us
9Y/Df7BS/iBA1ZVCXy0MiKGcZlHwZ1H5xHsbNNQMZgw5l6pUiidIdAkZyYdpCPmi
6hXXShX7cPQ6YRcVHD8LuDnoF/CF6HuSJzCpBSY7slze/95t22Rt6eL1qub2lWKw
26YzuyVa7rHdXIPhO/TmrMcjfBWOTIoDeyAWpXyhp1iQ5l1MTAxZww2/ANFe/ntc
CTJ4yBJKO9uA/3xIvC5q
=p6/W
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list