[ubuntu/utopic-proposed] fwts 14.09.00-0ubuntu1 (Accepted)

Keng-Yu Lin kengyu at ubuntu.com
Wed Sep 24 09:16:11 UTC 2014


fwts (14.09.00-0ubuntu1) utopic; urgency=low

  [Alex Hung]
  * acpi: method: fix incorrect comment in _CPC test
  * acpi: method: fix incorrect type comparison of
    ACPI_TYPE_INTBUF (LP: #1362426)
  * acpi: method: fix _STR's output should be buffer, not string
    (LP: #1362503)
  * acpi: method: add check for _EVT
  * acpi: method: add check for _GHL
  * acpi: method: method: add check for _GLK
  * acpi: method: add check for _SST
  * acpi: method: add check for _PUR
  * acpi: method: add check for _TZD and _TZM
  * acpi: method: add check for _TRT
  * acpi: method: add check for _PSL
  * acpi: method: add check for _ART
  * acpi: method: add check for _GTF and _GTM
  * fwts-test: update tests for new acpi method tests
  * acpi: method: fix incorrect failure messages for _TRT
  * acpi: method: fix _CID errors when it returns a package (LP: #1370924)

  [Colin Ian King]
  * ACPICA: update to version 20140828 (LP: #1362786)
  * acpi: method: extra sanity checks for _PSx objects, (LP: #1363904)
  * acpi: method: add check for ACPI 5.1 _DSD (LP: #1363925)
  * fwts-test: update tests because of new _DSD method check
  * acpi: method: acpi: method: add check for ACPI 5.1 _CCA (LP: #1363936)
  * fwts-test: update tests because of new _CCA method check
  * lib + tests: make --pm-method logind dependant on glib version
    (LP: #1364998)
  * Check that we are at least using glib that supports logind
  * data: klog.json: add a few more error message patterns
  * acpi: acpidump: avoid using void * pointer arithmetic
  * acpi: dmar: avoid using void * pointer arithmetic
  * lib: fwts_alloc: avoid using void * pointer arithmetic
  * lib: fwts_mmap: avoid using void * pointer arithmetic
  * lib: fwts_multiproc: avoid using void * pointer arithmetic
  * lib: fwts_pipeio: remove gcc cleanup attribute, it confuses cppcheck
  * lib: fwts_alloc: add field width limit for sscanf
  * lib: fwts_battery: add field width limit for sscanf
  * lib: fwts_ioport: use sigsetjmp and siglongjmp
  * acpi: wmi: update WMI GUIDs to be in sync with 3.17 kernel
  * lib: fwts: add more sanity checks when fetching the RSDP (LP: #1372849)
  * fwts-test: wmi: update test to sync with new GUIDs added to wmi test
  * uefi: uefivarinfo: fix double free on data (LP: #1372874)

  [Ivan Hu]
  * uefirtvariable: fix the wrong operator used, coverity scan error
    (LP: #1362893)
  * uefivarinfo: allocate buffer rewrite to avoid realloc failure
    (LP: #1362540)

  [Keng-Yu Lin]
  * debian: unrestrict automake and aclocal to be v1.11
  * debian: increment Standards-Version to 3.9.5
  * debian: unrestrict the automake version in Build-Depends

Date: Wed, 24 Sep 2014 15:41:17 +0800
Changed-By: Keng-Yu Lin <kengyu at ubuntu.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/fwts/14.09.00-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 24 Sep 2014 15:41:17 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 14.09.00-0ubuntu1
Distribution: utopic
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Keng-Yu Lin <kengyu 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: 1362426 1362503 1362540 1362786 1362893 1363904 1363925 1363936 1364998 1370924 1372849 1372874
Changes: 
 fwts (14.09.00-0ubuntu1) utopic; urgency=low
 .
   [Alex Hung]
   * acpi: method: fix incorrect comment in _CPC test
   * acpi: method: fix incorrect type comparison of
     ACPI_TYPE_INTBUF (LP: #1362426)
   * acpi: method: fix _STR's output should be buffer, not string
     (LP: #1362503)
   * acpi: method: add check for _EVT
   * acpi: method: add check for _GHL
   * acpi: method: method: add check for _GLK
   * acpi: method: add check for _SST
   * acpi: method: add check for _PUR
   * acpi: method: add check for _TZD and _TZM
   * acpi: method: add check for _TRT
   * acpi: method: add check for _PSL
   * acpi: method: add check for _ART
   * acpi: method: add check for _GTF and _GTM
   * fwts-test: update tests for new acpi method tests
   * acpi: method: fix incorrect failure messages for _TRT
   * acpi: method: fix _CID errors when it returns a package (LP: #1370924)
 .
   [Colin Ian King]
   * ACPICA: update to version 20140828 (LP: #1362786)
   * acpi: method: extra sanity checks for _PSx objects, (LP: #1363904)
   * acpi: method: add check for ACPI 5.1 _DSD (LP: #1363925)
   * fwts-test: update tests because of new _DSD method check
   * acpi: method: acpi: method: add check for ACPI 5.1 _CCA (LP: #1363936)
   * fwts-test: update tests because of new _CCA method check
   * lib + tests: make --pm-method logind dependant on glib version
     (LP: #1364998)
   * Check that we are at least using glib that supports logind
   * data: klog.json: add a few more error message patterns
   * acpi: acpidump: avoid using void * pointer arithmetic
   * acpi: dmar: avoid using void * pointer arithmetic
   * lib: fwts_alloc: avoid using void * pointer arithmetic
   * lib: fwts_mmap: avoid using void * pointer arithmetic
   * lib: fwts_multiproc: avoid using void * pointer arithmetic
   * lib: fwts_pipeio: remove gcc cleanup attribute, it confuses cppcheck
   * lib: fwts_alloc: add field width limit for sscanf
   * lib: fwts_battery: add field width limit for sscanf
   * lib: fwts_ioport: use sigsetjmp and siglongjmp
   * acpi: wmi: update WMI GUIDs to be in sync with 3.17 kernel
   * lib: fwts: add more sanity checks when fetching the RSDP (LP: #1372849)
   * fwts-test: wmi: update test to sync with new GUIDs added to wmi test
   * uefi: uefivarinfo: fix double free on data (LP: #1372874)
 .
   [Ivan Hu]
   * uefirtvariable: fix the wrong operator used, coverity scan error
     (LP: #1362893)
   * uefivarinfo: allocate buffer rewrite to avoid realloc failure
     (LP: #1362540)
 .
   [Keng-Yu Lin]
   * debian: unrestrict automake and aclocal to be v1.11
   * debian: increment Standards-Version to 3.9.5
   * debian: unrestrict the automake version in Build-Depends
Checksums-Sha1: 
 9a7f17f214d3a391d7db152649ef0e8582755d29 2319 fwts_14.09.00-0ubuntu1.dsc
 8a4972dc1214e53ac3b65564f365e2d7fa8cb578 3019157 fwts_14.09.00.orig.tar.gz
 8d2221aeeb131dd55ce9a22dc0a4ed7b85b174ab 36921 fwts_14.09.00-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 a177484196aa40130be8fb19838f88aacbbd90344415aa273d999b71dfe73119 2319 fwts_14.09.00-0ubuntu1.dsc
 17cb79ba79337b4aea04b6ff55d7a7d5585a257e7b10f41eb91b804fad893382 3019157 fwts_14.09.00.orig.tar.gz
 56ae4f49c3173fda6c2cad027ac0f68f24698a3cbcac8f714319fdabd67ed3ee 36921 fwts_14.09.00-0ubuntu1.debian.tar.gz
Files: 
 22524d2f6b59768f3b472ce43c5d4e9d 2319 devel optional fwts_14.09.00-0ubuntu1.dsc
 4aacc3e0c7907ae075587f12234fc8d4 3019157 devel optional fwts_14.09.00.orig.tar.gz
 4219682e2cceb022a4d2f2af28f82d55 36921 devel optional fwts_14.09.00-0ubuntu1.debian.tar.gz


More information about the Utopic-changes mailing list