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

Ivan Hu ivan.hu at ubuntu.com
Thu Nov 10 09:47:17 UTC 2016


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

  [Colin Ian King]
  * ACPICA: Update to version 20160930
  * fwts-test: disassemble-0001: sync output to latest ACPICA changes
  * acpica: remove aslcompiler.y as it is generated from aslparser.y
  * debian/control: fwts-efi-runtime-dkms should not depend on kernel headers
    (LP: #1629826)
  * Build using dpkg-dev's hardening support.
  * acpcia: Makefile.am: include exconcat.c into libfwtsiasl build
    (LP: #1631354)
  * lib: fwts_ac_adapter: add in some constifications
  * lib: fwts_args: move #defines to start of source
  * lib: fwts_firmware: constify feature_names
  * lib: fwts_framework: constify categories[] and log_levels[]
  * lib: fwts_log_html: constify fwts_log_html_ascii_table[]
  * acpi: s3power: remove redundant intialization of fwts_settings
  * acpi: s4: remove redundant intialization of fwts_settings
  * acpi: s3: remove redundant intialization of fwts_settings
  * lib: fwts_pipeio: remove redundant initializations of file to NULL
  * opal: remove redundant initializations of command to NULL
  * lib: fwts_framework: initialize msg to literal string
  * dmi: dmicheck: fix a couple of cppcheck style warnings
  * Manual: keep contributors list up to date

  [Deb McLemore]
  * fwts_devicetree: Add defines for common usage
  * fwts_devicetree: Add function for common usage
  * devicetree: dt_sysinfo: Reference compatible whitespace

  [Erico Nunes]
  * fwts_acpi_tables: remove fwts_acpi_checksum declaration
  * acpi: dbg2: fix segfault and refactor dbg2_obj_find
  * fwts_framework.h: fix redefinition typedef warning
  * fwts_hwinfo.c: fix strict-aliasing error with old gcc
  * esrt.c: fix uninitialized use of 'fwversion' warning

  [Ivan Hu]
  * efi_runtime: use memdup_user() as a cleanup
  * efi_runtime: fix the uninintialized value datasize
  * efi_runtime: fix the uninitialized value rv
  * uefibootpath: fix the URI length check
  * uefibootpath: add test for eMMC device path
  * uefidump: add dumping for the eMMC device path
  * fwts_acpica: fix segmentation fault by unlock mutex twice (LP: #1635502)
  * debian/control: clean up uploaders list
  * auto-packager: mkpackage.sh: add zesty

  [Jeffrey Hugo]
  * acpi: hest: Add new error notification types
  * acpi: madt: Fix processor UID check
  * acpi: gtdt: Account for added virtual timer flags
  * lib: acpi: Remove gsiv field of fwts_acpi_table_gtdt_block_timer
  * acpi: mpst: Show test as skipped if table does not exist
  * lib: olog: Show test as skipped if nothing to do
  * acpi: pmtt: Show test as skipped if table does not exist
  * acpi: tcpa: Show test as skipped if table does not exist
  * acpi: tpm2: Show test as skipped if table does not exist
  * acpi: xenv: Show test as skipped if table does not exist

Date: Thu, 10 Nov 2016 16:32:37 +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/16.11.00-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 10 Nov 2016 16:32:37 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 16.11.00-0ubuntu1
Distribution: zesty
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
Launchpad-Bugs-Fixed: 1629826 1631354 1635502
Changes:
 fwts (16.11.00-0ubuntu1) zesty; urgency=low
 .
   [Colin Ian King]
   * ACPICA: Update to version 20160930
   * fwts-test: disassemble-0001: sync output to latest ACPICA changes
   * acpica: remove aslcompiler.y as it is generated from aslparser.y
   * debian/control: fwts-efi-runtime-dkms should not depend on kernel headers
     (LP: #1629826)
   * Build using dpkg-dev's hardening support.
   * acpcia: Makefile.am: include exconcat.c into libfwtsiasl build
     (LP: #1631354)
   * lib: fwts_ac_adapter: add in some constifications
   * lib: fwts_args: move #defines to start of source
   * lib: fwts_firmware: constify feature_names
   * lib: fwts_framework: constify categories[] and log_levels[]
   * lib: fwts_log_html: constify fwts_log_html_ascii_table[]
   * acpi: s3power: remove redundant intialization of fwts_settings
   * acpi: s4: remove redundant intialization of fwts_settings
   * acpi: s3: remove redundant intialization of fwts_settings
   * lib: fwts_pipeio: remove redundant initializations of file to NULL
   * opal: remove redundant initializations of command to NULL
   * lib: fwts_framework: initialize msg to literal string
   * dmi: dmicheck: fix a couple of cppcheck style warnings
   * Manual: keep contributors list up to date
 .
   [Deb McLemore]
   * fwts_devicetree: Add defines for common usage
   * fwts_devicetree: Add function for common usage
   * devicetree: dt_sysinfo: Reference compatible whitespace
 .
   [Erico Nunes]
   * fwts_acpi_tables: remove fwts_acpi_checksum declaration
   * acpi: dbg2: fix segfault and refactor dbg2_obj_find
   * fwts_framework.h: fix redefinition typedef warning
   * fwts_hwinfo.c: fix strict-aliasing error with old gcc
   * esrt.c: fix uninitialized use of 'fwversion' warning
 .
   [Ivan Hu]
   * efi_runtime: use memdup_user() as a cleanup
   * efi_runtime: fix the uninintialized value datasize
   * efi_runtime: fix the uninitialized value rv
   * uefibootpath: fix the URI length check
   * uefibootpath: add test for eMMC device path
   * uefidump: add dumping for the eMMC device path
   * fwts_acpica: fix segmentation fault by unlock mutex twice (LP: #1635502)
   * debian/control: clean up uploaders list
   * auto-packager: mkpackage.sh: add zesty
 .
   [Jeffrey Hugo]
   * acpi: hest: Add new error notification types
   * acpi: madt: Fix processor UID check
   * acpi: gtdt: Account for added virtual timer flags
   * lib: acpi: Remove gsiv field of fwts_acpi_table_gtdt_block_timer
   * acpi: mpst: Show test as skipped if table does not exist
   * lib: olog: Show test as skipped if nothing to do
   * acpi: pmtt: Show test as skipped if table does not exist
   * acpi: tcpa: Show test as skipped if table does not exist
   * acpi: tpm2: Show test as skipped if table does not exist
   * acpi: xenv: Show test as skipped if table does not exist
Checksums-Sha1:
 e412c7561b8c530a35780fed21750d032c0b1493 2536 fwts_16.11.00-0ubuntu1.dsc
 b686d181db52c7d8e64b02ed07dc182545cc331b 3461117 fwts_16.11.00.orig.tar.gz
 2ff9d2637e41b89c3217b7b3a69f6e345b2abe0e 43816 fwts_16.11.00-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 0812870d41f7fb95b6193ea6c926e42ca109b6d748942631b0d213035af15611 2536 fwts_16.11.00-0ubuntu1.dsc
 077b57864515ffdd6d655201da750829f9ccffb8f280eb86d01c2ef184cdcb16 3461117 fwts_16.11.00.orig.tar.gz
 3d06ace1475dc1e4f7564357b91dce36ac6599e4d9ab9ce44bbdd1190f2ff08f 43816 fwts_16.11.00-0ubuntu1.debian.tar.xz
Files:
 ac9053444e5d6628d51753d8d58c264e 2536 devel optional fwts_16.11.00-0ubuntu1.dsc
 d19d79542f3b71ae5ccfbafd39ca8bc1 3461117 devel optional fwts_16.11.00.orig.tar.gz
 0cc3eb0ca8e047d663db477245a846ea 43816 devel optional fwts_16.11.00-0ubuntu1.debian.tar.xz

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

iQIcBAEBCAAGBQJYJEH6AAoJEGjCh9/GqAImCswP/iy/vS36J/eIIfTkDCXfDNr7
lOb1fambzRj5dU8Nof8ExFDCvD7GuXYbmquLPA5pRbtmLBWF6QKIa90tKzI4mUp1
PGUW3r1iPxtSHIVRLHm6f+zS2JfKFJ1W/kf88616dZRwtw8tdX+CG+2FSH/BBOfC
kGcGw6KZQ0x8T4pF3WxquAAyu90kh5fz8Wc1sChqsrNL8ETT4O068VTwq6svvbnn
2RIgvug4Ly3hz+psvuBvwjBJXmgoT0XpYS8UvnQf2kPyQx5BPWVysfCz47cTBZMQ
6rVyiyU/we4MbPVZU+sXRXl+RzYh9dBn0ReESahQyGwDhO5HRVfjn+qWhFk156hf
pvemO3lepCbIpzjFaauxfq3c7l5R/QHp1PUq1YedIb9elIsV2lIdsA4VzHAKgSfq
KgqTgfeeumuh0O+OnC4KL3hT8QYYVu5LiFsfoR2bOTcPIHDiukE7IcKSMo9WeDPw
1T+3tsRN/AytCFnaoHLLktKnn/jOarZJ9CEMntFVYb8lvw2eDhak0cjD1/Sg/xjD
Iz1DNcIWSVxLleAFtVPy774DP4eASfSaL0pH35DBmT8SoLrCrwgSX3sxTtER2QOb
5+3GgKDaq35re6LIbEB/m1xQi1ffDXfjs0Fhk18iM6RocQwHUsqza8TvwKe4rH4p
kM3lU6Bn4kgjpwSZLQjl
=79S1
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list